Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 32) sorted by relevance

12

/tools/libfsimage/common/
A Dfsimage.c95 fsi_plugin_ops_t *ops; in fsi_open_file() local
99 ops = fsi->f_plugin->fp_ops; in fsi_open_file()
100 ffi = ops->fpo_open(fsi, path); in fsi_open_file()
108 fsi_plugin_ops_t *ops; in fsi_close_file() local
112 ops = ffi->ff_fsi->f_plugin->fp_ops; in fsi_close_file()
113 err = ops->fpo_close(ffi); in fsi_close_file()
121 fsi_plugin_ops_t *ops; in fsi_read_file() local
125 ops = ffi->ff_fsi->f_plugin->fp_ops; in fsi_read_file()
126 ret = ops->fpo_read(ffi, buf, nbytes); in fsi_read_file()
134 fsi_plugin_ops_t *ops; in fsi_pread_file() local
[all …]
A Dfsimage_grub.c226 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_mount() local
241 if (!ops->fpo_mount(ffi, options)) { in fsig_mount()
265 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_open() local
272 if (ops->fpo_dir(ffi, path) == 0) { in fsig_open()
286 fsig_plugin_ops_t *ops = ffi->ff_fsi->f_plugin->fp_data; in fsig_pread() local
299 return (ops->fpo_read(ffi, buf, nbytes)); in fsig_pread()
332 fsig_init(fsi_plugin_t *plugin, fsig_plugin_ops_t *ops) in fsig_init() argument
334 if (ops->fpo_version > FSIMAGE_PLUGIN_VERSION) in fsig_init()
337 plugin->fp_data = ops; in fsig_init()
/tools/libs/ctrl/
A Dxc_resource.c46 static int xc_resource_op_multi(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op_multi() argument
78 op = ops + i; in xc_resource_op_multi()
114 op = ops + i; in xc_resource_op_multi()
132 int xc_resource_op(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op() argument
135 return xc_resource_op_one(xch, ops); in xc_resource_op()
138 return xc_resource_op_multi(xch, nr_ops, ops); in xc_resource_op()
/tools/libs/light/
A Dlibxl_checkpoint_device.c133 dev->ops = dev->cds->ops[++dev->ops_index]; in device_setup_iterate()
134 if (!dev->ops) { in device_setup_iterate()
160 } while (dev->ops->kind != dev->kind); in device_setup_iterate()
164 dev->ops->setup(egc,dev); in device_setup_iterate()
196 if (!dev->ops || !dev->matched) in libxl__checkpoint_devices_teardown()
200 dev->ops->teardown(egc,dev); in libxl__checkpoint_devices_teardown()
252 if (!dev->matched || !dev->ops->api) \
255 dev->ops->api(egc,dev); \
A Dlibxl_remus.c100 cds->ops = remus_ops; in libxl__remus_setup()
/tools/ocaml/libs/xs/
A Dxst.mli16 type ops = { type
29 val get_operations : int -> Xsraw.con -> ops
30 val transaction : Xsraw.con -> (ops -> 'a) -> 'a
A Dxst.ml17 type ops = type
44 let transaction xsh (f: ops -> 'a) : 'a =
A Dxs.mli59 val transaction : xsh -> (Xst.ops -> 'a) -> 'a
/tools/libs/guest/
A Dxg_sr_restore.c185 ctx->restore.ops.set_gfn(ctx, pfns[i], mfns[i]); in populate_pfns()
232 ctx->restore.ops.set_page_type(ctx, pfns[i], types[i]); in process_page_data()
267 rc = ctx->restore.ops.localise_page(ctx, types[i], page_data); in process_page_data()
377 if ( !ctx->restore.ops.pfn_is_valid(ctx, pfn) ) in handle_page_data()
561 rc = ctx->restore.ops.stream_complete(ctx); in handle_checkpoint()
634 rc = ctx->restore.ops.static_data_complete(ctx, &missing); in handle_static_data_end()
674 rc = ctx->restore.ops.process_record(ctx, rec); in process_record()
704 rc = ctx->restore.ops.setup(ctx); in setup()
749 if ( ctx->restore.ops.cleanup(ctx) ) in cleanup()
824 rc = ctx->restore.ops.stream_complete(ctx); in restore()
[all …]
A Dxg_sr_save.c129 types[i] = mfns[i] = ctx->save.ops.pfn_to_gfn(ctx, in write_batch()
400 return ctx->save.ops.check_vm_state(ctx); in send_dirty_pages()
799 rc = ctx->save.ops.setup(ctx); in setup()
834 if ( ctx->save.ops.cleanup(ctx) ) in cleanup()
864 rc = ctx->save.ops.static_data(ctx); in save()
872 rc = ctx->save.ops.start_of_stream(ctx); in save()
877 rc = ctx->save.ops.start_of_checkpoint(ctx); in save()
881 rc = ctx->save.ops.check_vm_state(ctx); in save()
902 rc = ctx->save.ops.end_of_checkpoint(ctx); in save()
1032 ctx.save.ops = save_ops_x86_hvm; in xc_domain_save()
[all …]
A Dxg_sr_common.h231 struct xc_sr_save_ops ops; member
253 struct xc_sr_restore_ops ops; member
A Dxg_sr_restore_x86_pv.c62 ctx->restore.ops.set_gfn(ctx, i, INVALID_MFN); in expand_p2m()
63 ctx->restore.ops.set_page_type(ctx, i, 0); in expand_p2m()
/tools/libfsimage/zfs/
A Dfsi_zfs.c146 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
154 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c162 static fsi_plugin_ops_t ops = { in fsi_init_plugin() local
173 return (&ops); in fsi_init_plugin()
/tools/flask/policy/policy/
A Dmls72 # all the domain "read" ops
76 # all the domain "write" ops
/tools/libfsimage/ufs/
A Dfsys_ufs.c268 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
276 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c60 struct x86_emulate_ops ops; member
756 s->ops.h = NULL; \
891 .ops = all_fuzzer_ops, in LLVMFuzzerTestOneInput()
933 rc = x86_emulate(&ctxt, &state.ops); in LLVMFuzzerTestOneInput()
/tools/libfsimage/fat/
A Dfsys_fat.c475 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
483 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/libfsimage/iso9660/
A Dfsys_iso9660.c453 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
461 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/tests/x86_emulator/
A Dx86-emulate.h124 const struct x86_emulate_ops *ops);
/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c909 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
917 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/libfsimage/xfs/
A Dfsys_xfs.c637 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
645 return (fsig_init(fp, &ops)); in fsi_init_plugin()
/tools/ocaml/xenstored/
A Doxenstored.conf.in80 # access-log-special-ops = false
A Dxenstored.ml122 ("access-log-read-ops", Config.Set_bool Logging.access_log_read_ops);
123 ("access-log-transactions-ops", Config.Set_bool Logging.access_log_transaction_ops);
124 ("access-log-special-ops", Config.Set_bool Logging.access_log_special_ops);
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c1233 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local
1241 return (fsig_init(fp, &ops)); in fsi_init_plugin()

Completed in 81 milliseconds

12