Searched refs:output (Results 1 - 19 of 19) sorted by relevance

/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
104 unsigned char *out = &(*output)[0];
114 void des_ecb3_encrypt(des_cblock *input, des_cblock *output, argument
121 unsigned char *out = &(*output)[0];
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
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
91 work_queue_t *output; member in struct:__anon1014
295 pthread_mutex_lock(&sp->output->mtx);
296 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
297 if (sp->output->waiters) {
300 pthread_cond_signal(&sp->output->cnd);
302 pthread_mutex_unlock(&sp->output->mtx);
307 pthread_cond_broadcast(&sp->output->cnd);
428 sp->output
[all...]
H A Dsets.c34 * queues it on an output queue. By default the initial stage (producer)
47 * use as input and output and what function to call for processing is
88 work_queue_t *output; member in struct:__anon1015
270 pthread_mutex_lock(&sp->output->mtx);
271 TAILQ_INSERT_TAIL(&(sp->output->queue), workp, link);
272 if (sp->output->waiters) {
275 pthread_cond_signal(&sp->output->cnd);
277 pthread_mutex_unlock(&sp->output->mtx);
463 sp->output = &lp->stage[(j + 1) % stages]->bufq;
/macosx-10.5.8/xnu-1228.15.4/config/
H A DMakefile100 -output $@;
104 $(LIPO) $(foreach arch, $(INSTALL_ARCHS), $(OBJROOT)/$(KERNEL_CONFIG)_$(arch)_$(MACHINE_CONFIG)/$*.symbolset) -create -output $@;
107 $(_v)$(LIPO) $(foreach arch, $(INSTALL_ARCHS), $(OBJROOT)/$(KERNEL_CONFIG)_$(arch)/$*.symbolset) -create -output $@;
125 -output /dev/null;
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dmd5.c90 * 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;
H A Dsha1.c93 * 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;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp2768 io_scalar_inband_t output,
2791 output[i] = SCALAR32(_output[i]);
2801 io_user_scalar_t * output,
2867 output[i] = SCALAR32(_output[i]);
2881 io_scalar_inband_t output,
2910 output[i] = SCALAR32(_output[i]);
2923 io_struct_inband_t output,
2946 output, outputCount,
2996 io_struct_inband_t output,
3014 output, outputCoun
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
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
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
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h213 * profiling output.
280 /* Profiling output selection */
281 void (*output_init)(struct profile_vars *); /* output init function */
282 void (*output)(struct profile_vars *); /* output function */ member in struct:profile_vars
283 void *output_ptr; /* output specific info */
299 prof_flag_t output_uarea; /* != 0 if output the uarea */
300 prof_flag_t output_stats; /* != 0 if output the stats */
302 prof_flag_t output_clock; /* != 0 if output the clock ticks */
303 prof_flag_t multiple_sections; /* != 0 if output allow
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_loop.c244 * This is a common pre-output route used by INET and INET6. This could
245 * (should?) be split into separate pre-output routines for each protocol.
455 lo_init.output = lo_output;
H A Dkpi_interface.h101 @constant BPF_MODE_OUTPUT Enable output only.
102 @constant BPF_MODE_INPUT_OUTPUT Enable input and output.
284 protocol's pre-output function.
286 pre-output function.
551 @field output The output function for the interface. Every packet the
579 ifnet_output_func output; /* required */ member in struct:ifnet_init_params
989 function, and finally the interface's output function. The
1013 calling any filters followed by the interface's output function.
H A Dif_gif.c304 gif_init.output = gif_output;
451 /* dispatch to output logic based on outer AF */
H A Dif_stf.c299 stf_init.output = stf_output;
476 * we shouldn't generate output. Without this check, we'll end up
558 /* All the output processing is done here, don't let stf_output be called */
H A Dkpi_interface.c109 init->output == NULL)
128 ifp->if_output = init->output;
H A Dif_vlan.c66 * ether_output() left on our output queue when it calls
812 vlan_init.output = vlan_output;
H A Dif_bond.c1181 bond_init.output = bond_output;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_gss.c3133 des_cbc_cksum(input, output, length, schedule, ivec)
3135 des_cblock (*output);
3146 out=(unsigned char *)output;
3178 des_cbc_encrypt(input, output, length, schedule, ivec, retvec, encrypt)
3180 des_cblock (*output);
3196 out=(unsigned char *)output;
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s459 * one giant record, and each unique machine, thread, kgmon output or what have
476 LCL(fwrite_func) = LCL(diag_stream)+4 /* function like fwrite to output bytes */
496 LCL(output) = LCL(output_init)+4 /* Write out profiling info */
497 LCL(output_ptr) = LCL(output)+4 /* Output specific data ptr */
512 LCL(output_uarea) = LCL(recursive_alloc)+1 /* output uarea */
513 LCL(output_stats) = LCL(output_uarea)+1 /* output stats info */
514 LCL(output_clock) = LCL(output_stats)+1 /* output the clock ticks */
517 LCL(init_format) = LCL(have_bb)+1 /* The output format has been chosen */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s648 addi r16,r16,8*4 ; Point up to next output aread
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8419 ipsecif_init.output = ipsecif_output;

Completed in 264 milliseconds