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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME50 script and redirect its output to a file.
52 % ./bench > output
54 To compare the output of two or more runs, use multiview in the src
60 where the reference and compare files contain the output of different
/darwin-on-arm/xnu/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:__anon1336
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:__anon1337
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;
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_md5.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 Dlocalcrypto_sha1.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;
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs278 out output : io_scalar_inband_t, CountInOut
285 out output : io_struct_inband_t, CountInOut
299 out output : io_struct_inband_t, CountInOut
426 out output : io_scalar_inband_t, CountInOut
434 out output : io_struct_inband_t, CountInOut
450 out output : io_struct_inband_t, CountInOut
/darwin-on-arm/xnu/config/
H A DMakefile106 -output $@ $(_vstdout); \
159 $(LIPO) $${per_arch_symbolsets} -create -output $@; \
171 -output /dev/null $(_vstdout);
178 -output /dev/null $(_vstdout);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp3101 io_scalar_inband_t output,
3124 output[i] = SCALAR32(_output[i]);
3134 io_user_scalar_t * output,
3200 output[i] = SCALAR32(_output[i]);
3214 io_scalar_inband_t output,
3243 output[i] = SCALAR32(_output[i]);
3256 io_struct_inband_t output,
3278 output, outputCount,
3329 io_struct_inband_t output,
3346 output, outputCoun
3096 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
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
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/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...]
/darwin-on-arm/xnu/bsd/dev/random/
H A Dfips_sha1.c103 * Encodes input (u_int32_t) into output (unsigned char). Assumes len is
107 Encode(unsigned char *output, u_int32_t *input, unsigned int len) argument
112 output[j + 3] = input[i] & 0xff;
113 output[j + 2] = (input[i] >> 8) & 0xff;
114 output[j + 1] = (input[i] >> 16) & 0xff;
115 output[j] = (input[i] >> 24) & 0xff;
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h126 @constant BPF_MODE_OUTPUT Enable output only.
127 @constant BPF_MODE_INPUT_OUTPUT Enable input and output.
333 protocol's pre-output function.
335 pre-output function.
604 @field output The output function for the interface. Every packet the
636 ifnet_output_func output; /* required */ member in struct:ifnet_init_params
769 related to the output or input processing or capabilities.
796 @field sndq_maxlen The maximum size of the output queue; valid only
798 @field output Th
858 ifnet_output_func output; /* required only for legacy model */ member in struct:ifnet_init_eparams
[all...]
H A Dif_pflog.c160 pf_init.output = pflogoutput;
H A Dkpi_interface.c127 einit.output = init->output;
164 if (einit.output == NULL || einit.flags != IFNET_INIT_LEGACY)
177 einit.output = NULL;
205 ifp->if_output = einit.output;
H A Dif_gif.c318 gif_init.output = gif_output;
510 /* dispatch to output logic based on outer AF */
H A Dif_loop.c369 * Start output callback.
430 * This is a common pre-output route used by INET and INET6. This could
431 * (should?) be split into separate pre-output routines for each protocol.
647 lo_init.output = lo_output;
H A Dif_stf.c346 stf_init.output = stf_output;
541 * we shouldn't generate output. Without this check, we'll end up
624 /* All the output processing is done here, don't let stf_output be called */
H A Dif_utun.c213 utun_init.output = utun_output;
H A Dif_vlan.c66 * ether_output() left on our output queue when it calls
974 vlan_init.output = vlan_output;
H A Dif_bond.c1151 bond_init.output = bond_output;
H A Dif_bridge.c1087 init_params.output = bridge_output;
2960 * Receive a queued packet from dummynet and pass it on to the output
3001 * Send output from a bridge member interface. This
3038 * original output interface.
3046 * If bridge is down, but the original output interface is up,
3085 * If this is not the original output interface,
3496 * Start output on a bridge.
4139 * Filter on the output interface. Pass a NULL bridge interface
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.rule706 $(LIPO) $${lipo_arg} -create -output $@; \
747 $(LIPO) $${lipo_arg} -create -output $@; \
758 -output \
/darwin-on-arm/xnu/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 */

Completed in 95 milliseconds