Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 45) sorted by relevance

12

/tools/ocaml/libs/xsd_glue/domain_getinfo_plugin_v1/
A Ddomain_getinfo_stubs_v1.c79 CAMLlocal1(result); in stub_xsd_glue_xc_interface_open()
93 CAMLreturn(result); in stub_xsd_glue_xc_interface_open()
99 CAMLlocal1(result); in xsd_glue_alloc_domaininfo()
101 result = caml_alloc_tuple(4); in xsd_glue_alloc_domaininfo()
108 CAMLreturn(result); in xsd_glue_alloc_domaininfo()
114 CAMLlocal1(result); in stub_xsd_glue_xc_domain_getinfo()
127 result = xsd_glue_alloc_domaininfo(&info); in stub_xsd_glue_xc_domain_getinfo()
129 CAMLreturn(result); in stub_xsd_glue_xc_domain_getinfo()
135 CAMLlocal1(result); in stub_xsd_glue_xc_domain_getinfolist()
154 result = caml_alloc(retval, 0); in stub_xsd_glue_xc_domain_getinfolist()
[all …]
/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c92 CAMLlocal1(result); in stub_xc_interface_open()
106 CAMLreturn(result); in stub_xc_interface_open()
219 int result; in stub_xc_domain_create() local
304 if (result < 0) in stub_xc_domain_create()
346 int result; in dom_op() local
353 if (result) in dom_op()
378 int result; in stub_xc_domain_resume_fast() local
385 if (result) in stub_xc_domain_resume_fast()
491 temp = result; in stub_xc_domain_getinfolist()
658 int result; in stub_xc_evtchn_alloc_unbound() local
[all …]
/tools/python/xen/lowlevel/xs/
A Dxs.c146 bool result; in xspy_write() local
222 bool result; in xspy_mkdir() local
250 bool result; in xspy_rm() local
334 int i, result; in xspy_set_permissions() local
393 if (!result) { in xspy_set_permissions()
425 int result; in xspy_watch() local
452 if (!result) in xspy_watch()
557 int result; in xspy_unwatch() local
625 bool result; in xspy_transaction_end() local
642 if (result) { in xspy_transaction_end()
[all …]
/tools/ocaml/libs/eventchn/
A Dxeneventchn_stubs.c59 CAMLlocal1(result); in stub_eventchn_init()
66 result = caml_alloc_custom(&xenevtchn_ops, sizeof(xce), 0, 1); in stub_eventchn_init()
75 *(xenevtchn_handle **)Data_custom_val(result) = xce; in stub_eventchn_init()
77 CAMLreturn(result); in stub_eventchn_init()
83 CAMLlocal1(result); in stub_eventchn_fdopen()
86 result = caml_alloc_custom(&xenevtchn_ops, sizeof(xce), 0, 1); in stub_eventchn_fdopen()
95 *(xenevtchn_handle **)Data_custom_val(result) = xce; in stub_eventchn_fdopen()
97 CAMLreturn(result); in stub_eventchn_fdopen()
/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c58 int result; in ml_interface_read() local
81 result = 0; in ml_interface_read()
101 result = len; in ml_interface_read()
103 ml_result = Val_int(result); in ml_interface_read()
117 int result; in ml_interface_write() local
140 result = 0; in ml_interface_write()
160 result = len; in ml_interface_write()
162 ml_result = Val_int(result); in ml_interface_write()
/tools/hotplug/Linux/
A Dblock160 local result
167 result=$(check_sharing "$type" "$dev" "$mode")
169 if [ "$result" != 'ok' ]
191 local result
193 result=$(check_sharing "$type" "$dev" "$mode" "$inode")
195 if [ "$result" != 'ok' ]
214 local result="$3"
216 if [ "$result" = 'guest' ]
A Dvif-common.sh238 local result=$(ip_of "$nd")
239 if [ -z "$result" ]
245 echo "$result"
A Dblock-tap194 local result
199 result=$( check_tap_sharing "$file" "$mode" )
200 if [ "$result" != "ok" ] ; then
/tools/misc/
A Dxenhypfs.c36 char *result; in xenhypfs_cat() local
56 result = xenhypfs_read(hdl, path); in xenhypfs_cat()
57 if (!result) { in xenhypfs_cat()
62 printf("%s\n", result); in xenhypfs_cat()
64 xenhypfs_print_escaped(result); in xenhypfs_cat()
65 free(result); in xenhypfs_cat()
A Dxen-hptool.c202 int result, suspend_evtchn = -1, suspend_lockfd = -1; in hp_mem_offline_func() local
223 result = xc_exchange_page(xch, domid, mfn); in hp_mem_offline_func()
226 if (result == 0) in hp_mem_offline_func()
/tools/firmware/rombios/
A Dbiossums.c279 long result = -1L; in chksum__32__get_offset() local
289 result = offset; in chksum__32__get_offset()
293 return( result ); in chksum__32__get_offset()
333 long result = -1L; in chksum__mp__get_offset() local
343 result = offset; in chksum__mp__get_offset()
347 return( result ); in chksum__mp__get_offset()
393 long result = -1L; in chksum_pcmp_get_offset() local
403 result = offset; in chksum_pcmp_get_offset()
407 return( result ); in chksum_pcmp_get_offset()
448 long result = -1L; in chksum__pir_get_offset() local
[all …]
A D32bitgateway.c81 ; dx, ax: 32 bit result of call (even if 'void' is expected)
155 ; Convert result into dx:ax format
/tools/libs/call/
A Dminios.c56 if ((long) call.result < 0) { in osdep_hypercall()
57 errno = - (long) call.result; in osdep_hypercall()
60 return call.result; in osdep_hypercall()
/tools/libs/light/
A Dlibxl_save_msgs_gen.pl124 void *result, int rlen)
150 $simpletype *result)
152 return bytes_get(msg, endmsg, result, sizeof(*result));
169 const uint8_t **result, uint32_t *result_size)
173 *result = (const void*)*msg;
180 const char **result)
187 *result = (const void*)data;
A Dlibxl_xshelp.c204 char *result = libxl__xs_read(gc, t, path); in libxl__xs_read_mandatory() local
205 if (!result) { in libxl__xs_read_mandatory()
209 *result_out = result; in libxl__xs_read_mandatory()
216 char *result = libxl__xs_read(gc, t, path); in libxl__xs_read_checked() local
217 if (!result && errno != ENOENT) { in libxl__xs_read_checked()
221 *result_out = result; in libxl__xs_read_checked()
/tools/tests/rangeset/
A Dtest-rangeset.c85 const struct range *result; member
91 .result = results ## nr, \
201 print_both(r, tests[i].result, tests[i].nr_results); in main()
207 expected = tests[i].result; in main()
212 print_both(r, tests[i].result, tests[i].nr_results); in main()
/tools/ocaml/libs/xs/
A Dxst.ml45 let commited = ref false and result = ref None in var
52 result := Some (f t)
59 match !result with
61 | Some result -> result
/tools/firmware/vgabios/
A Dbiossums.c236 long result = -1L; in chksum_pmid_get_offset() local
244 result = offset; in chksum_pmid_get_offset()
248 return( result ); in chksum_pmid_get_offset()
268 long result = -1L; in chksum_pcir_get_offset() local
276 result = offset; in chksum_pcir_get_offset()
280 return( result ); in chksum_pcir_get_offset()
A Dvbe.c755 ; divide by 2^19 ceiling result
784 Bit16u result; local
892 result = 0x4f;
960 result = 0x4f;
990 Bit16u result; local
1015 result = 0x4f;
1055 result = 0x100;
1175 Bit16u result, val; local
1177 result = 0x4f;
1208 result = 0x100;
[all …]
/tools/ocaml/libs/mmap/
A Dxenmmap_stubs.c48 CAMLlocal1(result); in stub_mmap_init()
65 result = caml_alloc(Wsize_bsize(sizeof(struct mmap_interface)), in stub_mmap_init()
68 if (mmap_interface_init(Intf_val(result), Int_val(fd), in stub_mmap_init()
72 CAMLreturn(result); in stub_mmap_init()
/tools/libs/ctrl/
A Dxc_resource.c39 op->result = rc; in xc_resource_op_one()
117 op->result = call->result; in xc_resource_op_multi()
/tools/libs/util/
A Dlibxlu_cfg.c590 char *result; in xlu__cfgl_strdup() local
593 result= strdup(src); in xlu__cfgl_strdup()
594 if (!result) ctx->err= errno; in xlu__cfgl_strdup()
595 return result; in xlu__cfgl_strdup()
599 char *result; in xlu__cfgl_dequote() local
609 result= malloc(len-1); in xlu__cfgl_dequote()
610 if (!result) { ctx->err= errno; return 0; } in xlu__cfgl_dequote()
612 q= result; in xlu__cfgl_dequote()
667 return result; in xlu__cfgl_dequote()
/tools/libs/guest/
A Dxg_offline_page.c470 int rc, result = -1; in xc_exchange_page() local
614 result = -2; in xc_exchange_page()
624 result = -2; in xc_exchange_page()
657 result = 0; in xc_exchange_page()
690 result = -2; in xc_exchange_page()
708 return result; in xc_exchange_page()
/tools/libfsimage/common/
A Dfsimage_grub.c146 unsigned long result = 0; in fsig_log2() local
150 result++; in fsig_log2()
153 return result; in fsig_log2()
/tools/libs/store/
A Dxs.c790 char *result = NULL, *strings = NULL; in xs_directory_part() local
804 result = xs_talkv(h, iov, ARRAY_SIZE(iov), &result_len); in xs_directory_part()
807 if (!result) { in xs_directory_part()
814 if (strcmp(gen, result)) { in xs_directory_part()
815 free(result); in xs_directory_part()
822 strncpy(gen, result, sizeof(gen) - 1); in xs_directory_part()
824 result_len -= strlen(result) + 1; in xs_directory_part()
826 memcpy(strings + off, result + strlen(result) + 1, result_len); in xs_directory_part()
827 free(result); in xs_directory_part()

Completed in 145 milliseconds

12