Searched refs:input (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/des/
H A Ddes_ecb.c98 void des_ecb_encrypt(des_cblock *input, des_cblock *output, argument
103 const unsigned char *in=&(*input)[0];
114 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, argument
120 const unsigned char *in = &(*input)[0];
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dtags.c35 "usage: tags [-i] interactive/input\n"
79 char input[81]; variable
138 (void) fgets(input, 20, stdin);
144 if (strlen(input) > 1) {
145 tag = atoi(input);
H A Dpool.c31 * There are a series of work stages. Each stage has an input and an output
47 * use as input and output and what function to call for processing is
90 work_queue_t *input; member in struct:__anon1014
252 * Get a buffer from the input queue.
256 pthread_mutex_lock(&sp->input->mtx);
259 pthread_mutex_unlock(&sp->input->mtx);
262 workp = TAILQ_FIRST(&(sp->input->queue));
267 sp->input->waiters++;
268 pthread_cond_wait(&sp->input->cnd, &sp->input
[all...]
H A Dsets.c33 * A worker thread removes a buffer from an input queue, processses it and
47 * use as input and output and what function to call for processing is
87 work_queue_t *input; member in struct:__anon1015
133 " [-t] Halt for keyboard input to start\n"
243 * Get a buffer from the input queue.
246 pthread_mutex_lock(&sp->input->mtx);
248 workp = TAILQ_FIRST(&(sp->input->queue));
253 sp->input->waiters = TRUE;
254 pthread_cond_wait(&sp->input->cnd, &sp->input
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp2766 io_scalar_inband_t input,
2780 _input[i] = SCALAR64(input[i]);
2799 const io_user_scalar_t * input,
2827 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
2828 ARG32(input[3]), ARG32(input[4]), ARG32(input[5]) );
2831 err = (object->*func)( ARG32(input[
2763 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
2796 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
2873 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
2915 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
2951 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
2988 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
3019 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
3112 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
3138 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, mach_msg_type_number_t * outputCount ) argument
3205 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
3284 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
3311 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
3380 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
3464 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
3484 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, mach_msg_type_number_t * outputCount ) argument
3529 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
3586 is_io_make_matching( mach_port_t master_port, uint32_t type, uint32_t options, io_struct_inband_t input, mach_msg_type_number_t inputCount, io_string_t matching ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_protocol.c54 proto_input_handler input; member in struct:proto_input_entry
125 proto_input_handler input,
140 entry->input = input;
257 entry->input(entry->protocol, packet_list);
265 entry->input(entry->protocol, packet);
298 entry->input(entry->protocol, packet_list);
306 entry->input(entry->protocol, packet);
123 proto_register_input( protocol_family_t protocol, proto_input_handler input, proto_input_detached_handler detached, int chains) argument
H A Dkpi_protocol.h46 /* Protocol input/inject */
52 @discussion protocol_input_handler is called to input a packet. If
56 @param packet The packet that should be input.
76 @param input The function called when a packet is input.
80 errno_t proto_register_input(protocol_family_t protocol, proto_input_handler input,
85 @discussion Allows the caller to unregister the input and inject
86 functions for a protocol. The input/inject functions may not be
93 @param input The function called when a packet is input
[all...]
H A Dether_at_pr_module.c241 proto.input = ether_at_input;
H A Dkpi_interface.h100 @constant BPF_MODE_INPUT Enable input only.
102 @constant BPF_MODE_INPUT_OUTPUT Enable input and output.
360 @param packet The packet being input.
381 @param packet The packet being input.
655 @field input The function to be called for inbound packets.
669 proto_media_input input; /* required */ member in struct:ifnet_attach_proto_param
682 proto_media_input_v2 input; /* required */ member in struct:ifnet_attach_proto_param_v2
H A Dether_inet6_pr_module.c245 proto.input = ether_inet6_input;
H A Ddlil.c110 proto_media_input input; member in struct:if_proto::__anon176::__anon177
119 proto_media_input_v2 input; member in struct:if_proto::__anon176::__anon178
183 int dlil_input_sanity_check = 0; /* sanity checking of input packet lists received */
507 * Except for the loopback dlil input thread, we create
578 dlil_input_lock_grp = lck_grp_alloc_init("dlil input lock", dlil_grp_attributes);
594 * Create and start up the first dlil input thread once everything is initialized
866 * If there is a matching dlil input thread associated with an
891 * input queue
989 error = (*ifproto->kpi.v1.input)(ifproto->ifp,
999 error = (*ifproto->kpi.v2.input)(ifprot
[all...]
H A Dif_loop.c210 * back, with the appropriate group record on input.
282 * ifq/schednetisr input mechanism.
386 proto.input = lo_input;
H A Dether_inet_pr_module.c197 /* Pass ARP packets to arp input */
208 /* Pass IP list to ip input */
523 proto.input = ether_inet_input;
H A Dif_gif.c222 reg.input = gif_input;
482 * gif_input is the input handler for IP and IPv6 attached to gif
497 * Put the packet to the network layer input queue according to the
500 * input functions, e.g. ip6_input, here. We changed the policy to
501 * prevent too many recursive calls of such input functions, which
503 * problem; if the input queue is full, packets are discarded.
H A Dif_stf.c168 * gif_input is the input handler for IP and IPv6 attached to gif
226 reg.input = stf_media_input;
741 * Put the packet to the network layer input queue according to the
H A Dndrv.c155 /* Our input routine called from DLIL */
260 * the ndrv input routine will hand it anything
402 * Mark the connection as being incapable of further input.
735 proto_param.input = ndrv_input;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c87 boolean_t input; member in struct:__anon829
381 if (!pkt.input)
449 if (pkt.input)
650 if (pkt.input)
737 pkt.input = TRUE;
801 while (!pkt.input && !flag_arp_resolved && flag_panic_dump_in_progress && --poll_count) {
810 if (!flag_panic_dump_in_progress || pkt.input) /* we received a debugging packet, bail*/
815 pkt.input = FALSE;
837 while (!pkt.input)
873 pkt.input
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dmd5.c65 * The digest algorithm interprets the input message as a sequence of 32-bit
90 * Encodes input (u_int32_t) into output (unsigned char). Assumes len is
94 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
100 *(u_int32_t *)(output + j) = input[i];
102 output[j] = input[i] & 0xff;
103 output[j + 1] = (input[i] >> 8) & 0xff;
104 output[j + 2] = (input[i] >> 16) & 0xff;
105 output[j + 3] = (input[i] >> 24) & 0xff;
176 const unsigned char *input = (const unsigned char *)inpp; local
192 memcpy(&context->buffer[index], input, partLe
[all...]
H A Dsha1.c70 * The digest algorithm interprets the input message as a sequence of 32-bit
93 * Encodes input (u_int32_t) into output (unsigned char). Assumes len is
97 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
102 output[j + 3] = input[i] & 0xff;
103 output[j + 2] = (input[i] >> 8) & 0xff;
104 output[j + 1] = (input[i] >> 16) & 0xff;
105 output[j] = (input[i] >> 24) & 0xff;
182 const unsigned char *input = (const unsigned char *)inpp; local
201 memcpy(&context->buffer[index], input, partLen);
211 context->state[4], &input[
296 const unsigned char *input = (const unsigned char *)inpp; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmisc_protos.h114 extern int sscanf(const char *input, const char *fmt, ...) __scanflike(2,3);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s84 addi r3,r3,4 ; point to next word of input
244 ; ctr = number of 32-byte chunks of input
276 ; It should take 9-10 cycles per iteration, which consumes 64 bytes of input.
338 LAddLastChunk: ; last 32-byte chunk of input is in r4,r6-r12
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserialize.y122 input: /* empty */ { parsedObject = (OSObject *)NULL; YYACCEPT; } label
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3289 struct accessx_descriptor *input = NULL; local
3319 input = stack_input;
3321 MALLOC(input, struct accessx_descriptor *, uap->size, M_TEMP, M_WAITOK);
3322 if (input == NULL) {
3327 error = copyin(uap->entries, input, uap->size);
3336 ((char *)input)[uap->size - 1] = 0;
3356 * convert to an input array index, which would be one off
3360 j = input[i].ad_name_offset / sizeof(struct accessx_descriptor);
3424 if (input[i].ad_name_offset != 0) {
3442 wantdelete = input[
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c3133 des_cbc_cksum(input, output, length, schedule, ivec)
3134 des_cblock (*input);
3145 in=(unsigned char *)input;
3178 des_cbc_encrypt(input, output, length, schedule, ivec, retvec, encrypt)
3179 des_cblock (*input);
3195 in=(unsigned char *)input;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s444 addi r16,r16,8*4 ; Point up to next input aread
498 addi r16,r16,4*4 ; Point up to next input aread
526 addi r16,r16,4 ; Next input location
531 addi r16,r16,4 ; Next input location
535 addi r16,r16,4 ; Next input location
689 addi r16,r16,4*4 ; Point up to next input aread

Completed in 142 milliseconds

12