Home
last modified time | relevance | path

Searched defs:output (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.61.12/osfmk/i386/
H A Dx86_hypercall.c68 hvg_hcall_output_regs_t output = {}; in hvg_hcall_trigger_dump() local
109 hvg_hcall_output_regs_t output = {}; in hvg_hcall_set_coredump_data() local
132 hvg_hcall_output_regs_t output = {}; in hvg_hcall_get_mabs_offset() local
150 hvg_hcall_output_regs_t output = {}; in hvg_hcall_get_bootsessionuuid() local
H A Dx86_hypercall.h109 hvg_hcall_output_regs_t *output) in hvg_hypercall6()
136 hvg_hcall_output_regs_t *output) in hvg_hypercall0()
144 hvg_hcall_output_regs_t *output) in hvg_hypercall1()
152 hvg_hcall_output_regs_t *output) in hvg_hypercall2()
160 hvg_hcall_output_regs_t *output) in hvg_hypercall3()
168 hvg_hcall_output_regs_t *output) in hvg_hypercall4()
176 hvg_hcall_output_regs_t *output) in hvg_hypercall5()
/xnu-12377.61.12/tests/nvram_tests/
H A Drun_tests.py106 output = subprocess.getoutput(args) variable
/xnu-12377.61.12/tests/vfs/
H A Dgetattrlist_fullpath.c49 test_realpath(char *input, char *output) in test_realpath()
/xnu-12377.61.12/iokit/Kernel/
H A DIOUserClient.cpp5355 io_scalar_inband_t output, in is_io_connect_method_scalarI_scalarO()
5392 io_user_scalar_t * output, in shim_io_connect_method_scalarI_scalarO()
5472 io_scalar_inband_t output, in is_io_async_method_scalarI_scalarO()
5523 io_struct_inband_t output, in is_io_async_method_scalarI_structureO()
5610 io_struct_inband_t output, in is_io_async_method_structureI_structureO()
5647 io_user_scalar_t * output, in shim_io_async_method_scalarI_scalarO()
5738 io_struct_inband_t output, in is_io_connect_method_scalarI_structureO()
5767 io_struct_inband_t output, in shim_io_connect_method_scalarI_structureO()
5835 io_struct_inband_t output, in shim_io_async_method_scalarI_structureO()
6088 io_struct_inband_t output, in is_io_connect_method_structureI_structureO()
[all …]
/xnu-12377.61.12/tests/
H A Dtest_knote_use_after_free.c146 struct kevent_qos_s output = { }; in th_allocate_knotes() local
/xnu-12377.61.12/tests/recount/
H A Drecount_test_utils.c203 int64_t output = 0; in _run_on_exclaves() local
/xnu-12377.61.12/tools/tests/affinity/
H A Dsets.c87 work_queue_t *output; member
H A Dpool.c89 work_queue_t *output; member
/xnu-12377.61.12/bsd/net/
H A Dkpi_interface.h753 ifnet_output_func output; /* required */ member
1149 ifnet_output_func output; /* required only for legacy model */ member
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_netem.c1317 netem_output_func_t output, uint32_t output_max_batch_size) in netem_create()
/xnu-12377.61.12/security/
H A Dmac_base.c1179 char *output; in mac_do_get() local
/xnu-12377.61.12/osfmk/tests/
H A Dvm_parameter_validation_kern.c18 user_vprintf(user_addr_t *output, user_addr_t output_end, const char *format, va_list args) __print… in user_vprintf()
/xnu-12377.61.12/osfmk/kern/
H A Dsched_prim.c7158 struct powered_cores_state output = { in sched_compute_requested_powered_cores() local
/xnu-12377.61.12/tests/vm/
H A Dvm_parameter_validation.c3836 char *output = calloc(SYSCTL_OUTPUT_BUFFER_SIZE, 1); variable