Searched defs:input (Results 1 - 16 of 16) sorted by relevance

/xnu-2422.115.4/libkern/c++/
H A DOSUnserialize.y121 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; } label
H A DOSUnserializeXML.y149 input: /* empty */ { yyerror("unexpected end of buffer"); label
/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c79 char input[81]; variable
H A Dpool.c90 work_queue_t *input; member in struct:__anon1188
[all...]
H A Dsets.c88 work_queue_t *input; member in struct:__anon1189
[all...]
/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c130 vm_offset_t input; local
/xnu-2422.115.4/bsd/dev/random/
H A Dfips_sha1.c107 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
180 const unsigned char *input = (const unsigned char *)inpp; local
[all...]
/xnu-2422.115.4/bsd/net/
H A Dkpi_protocol.c54 proto_input_handler input; member in struct:proto_input_entry
102 proto_register_input(protocol_family_t protocol, proto_input_handler input, argument
H A Dif_utun_crypto_dtls.c174 utun_ctl_did_dtls_framer_pattern_match (u_int8_t *input, u_int8_t *pattern_masked, int len) argument
H A Dkpi_interface.h1151 proto_media_input input; /* required */ member in struct:ifnet_attach_proto_param
1164 proto_media_input_v2 input; /* required */ member in struct:ifnet_attach_proto_param_v2
[all...]
H A Dpf_ioctl.c4858 pf_inet_hook(struct ifnet *ifp, struct mbuf **mp, int input, argument
4913 pf_inet6_hook(struct ifnet *ifp, struct mbuf **mp, int input, argument
4792 pf_af_hook(struct ifnet *ifp, struct mbuf **mppn, struct mbuf **mp, unsigned int af, int input, struct ip_fw_args *fwa) argument
H A Ddlil.c162 proto_media_input input; member in struct:if_proto::__anon142::__anon143
171 proto_media_input_v2 input; member in struct:if_proto::__anon142::__anon144
[all...]
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_protocol.h721 boolean_t input; member in struct:kdp_manual_pkt
H A Dkdp_udp.c221 boolean_t input; member in struct:__anon1040
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOUserClient.cpp3134 is_io_connect_method_scalarI_scalarO( io_object_t connect, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_scalar_inband_t output, mach_msg_type_number_t * outputCount ) argument
3167 shim_io_connect_method_scalarI_scalarO( IOExternalMethod * method, IOService * object, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_user_scalar_t * output, mach_msg_type_number_t * outputCount ) argument
3244 is_io_async_method_scalarI_scalarO( io_object_t connect, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_scalar_inband_t output, mach_msg_type_number_t * outputCount ) argument
3286 is_io_async_method_scalarI_structureO( io_object_t connect, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3322 is_io_async_method_scalarI_structureI( io_connect_t connect, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t inputStruct, mach_msg_type_number_t inputStructCount ) argument
3359 is_io_async_method_structureI_structureO( io_object_t connect, mach_port_t wake_port, io_async_ref_t reference, mach_msg_type_number_t referenceCnt, uint32_t index, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3390 shim_io_async_method_scalarI_scalarO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_user_scalar_t * output, mach_msg_type_number_t * outputCount ) argument
3483 is_io_connect_method_scalarI_structureO( io_object_t connect, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3509 shim_io_connect_method_scalarI_structureO( IOExternalMethod * method, IOService * object, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t output, IOByteCount * outputCount ) argument
3576 shim_io_async_method_scalarI_structureO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3655 is_io_connect_method_scalarI_structureI( io_connect_t connect, uint32_t index, io_scalar_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t inputStruct, mach_msg_type_number_t inputStructCount ) argument
3682 shim_io_connect_method_scalarI_structureI( IOExternalMethod * method, IOService * object, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t inputStruct, mach_msg_type_number_t inputStructCount ) argument
3751 shim_io_async_method_scalarI_structureI( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, const io_user_scalar_t * input, mach_msg_type_number_t inputCount, io_struct_inband_t inputStruct, mach_msg_type_number_t inputStructCount ) argument
3835 is_io_connect_method_structureI_structureO( io_object_t connect, uint32_t index, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
3855 shim_io_connect_method_structureI_structureO( IOExternalMethod * method, IOService * object, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, IOByteCount * outputCount ) argument
3900 shim_io_async_method_structureI_structureO( IOExternalAsyncMethod * method, IOService * object, mach_port_t asyncWakePort, io_user_reference_t * asyncReference, uint32_t asyncReferenceCount, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_struct_inband_t output, mach_msg_type_number_t * outputCount ) argument
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4421 struct accessx_descriptor *input = NULL; local
[all...]

Completed in 124 milliseconds