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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.y121 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; } label
H A DOSUnserializeXML.y145 input: /* empty */ { yyerror("unexpected end of buffer"); label
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dtags.c79 char input[81]; variable
H A Dpool.c90 work_queue_t *input; member in struct:__anon1336
[all...]
H A Dsets.c87 work_queue_t *input; member in struct:__anon1337
[all...]
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c137 vm_offset_t input; local
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_protocol.c54 proto_input_handler input; member in struct:proto_input_entry
120 proto_register_input(protocol_family_t protocol, proto_input_handler input, argument
H A Dkpi_interface.h963 proto_media_input input; /* required */ member in struct:ifnet_attach_proto_param
976 proto_media_input_v2 input; /* required */ member in struct:ifnet_attach_proto_param_v2
[all...]
H A Dpf_ioctl.c4792 pf_inet_hook(struct ifnet *ifp, struct mbuf **mp, int input, argument
4847 pf_inet6_hook(struct ifnet *ifp, struct mbuf **mp, int input, argument
4727 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.c154 proto_media_input input; member in struct:if_proto::__anon151::__anon152
163 proto_media_input_v2 input; member in struct:if_proto::__anon151::__anon153
[all...]
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.c94 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
176 const unsigned char *input = (const unsigned char *)inpp; local
[all...]
H A Dlocalcrypto_sha1.c97 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
182 const unsigned char *input = (const unsigned char *)inpp; local
296 const unsigned char *input = (const unsigned char *)inpp; local
[all...]
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_protocol.h712 boolean_t input; member in struct:kdp_manual_pkt
H A Dkdp_udp.c107 boolean_t input; member in struct:__anon1072
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp3096 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
3129 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
3206 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
3248 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
3284 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
3321 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
3352 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
3445 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
3471 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
3538 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
3617 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
3644 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
3713 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
3797 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
3817 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
3862 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...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4365 struct accessx_descriptor *input = NULL; local
[all...]

Completed in 214 milliseconds