Searched refs:out (Results 1 - 25 of 234) sorted by relevance

12345678910

/darwin-on-arm/xnu/libkern/uuid/
H A Duuid.c88 uuid_generate_random(uuid_t out) argument
90 read_random(out, sizeof(uuid_t));
92 out[6] = (out[6] & 0x0F) | 0x40;
93 out[8] = (out[8] & 0x3F) | 0x80;
97 uuid_generate_time(uuid_t out) argument
101 read_node(&out[10]);
102 read_random(&out[8], 2);
105 out[
119 uuid_generate(uuid_t out) argument
151 uuid_unparse_lower(const uuid_t uu, uuid_string_t out) argument
168 uuid_unparse_upper(const uuid_t uu, uuid_string_t out) argument
185 uuid_unparse(const uuid_t uu, uuid_string_t out) argument
[all...]
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccpad.h15 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
17 unsigned long nbytes, const void *in, void *out);
19 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
21 unsigned long nbytes, const void *in, void *out);
23 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
25 unsigned long nbytes, const void *in, void *out);
27 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
29 unsigned long nbytes, const void *in, void *out);
30 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
32 unsigned long nbytes, const void *in, void *out);
[all...]
H A Dccrng.h17 int (*generate)(struct ccrng_state *rng, unsigned long outlen, void *out);
24 #define ccrng_generate(ctx, outlen, out) ((ctx)->generate((ctx), (outlen), (out)))
H A Dccmode.h40 unsigned long in_len, const void *in, void *out)
43 mode->ecb(ctx, numBlocks, in, out);
48 const void *in, void *out)
53 mode->ecb(ctx, numBlocks, in, out);
108 unsigned long nblocks, const void *in, void *out)
110 mode->cbc(ctx, iv, nblocks, in, out);
115 const void *in, void *out)
124 mode->cbc(ctx, iv_ctx, nblocks, in, out);
152 unsigned long in_len, const void *in, void *out)
154 mode->cfb(ctx, in_len, in, out);
39 ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
46 ccecb_one_shot(const struct ccmode_ecb *mode, unsigned long key_len, const void *key, unsigned long in_len, const void *in, void *out) argument
107 cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, unsigned long nblocks, const void *in, void *out) argument
113 cccbc_one_shot(const struct ccmode_cbc *mode, unsigned long key_len, const void *key, const void *iv, unsigned long nblocks, const void *in, void *out) argument
151 cccfb_update(const struct ccmode_cfb *mode, cccfb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
157 cccfb_one_shot(const struct ccmode_cfb *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
190 cccfb8_update(const struct ccmode_cfb8 *mode, cccfb8_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
196 cccfb8_one_shot(const struct ccmode_cfb8 *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
233 ccctr_update(const struct ccmode_ctr *mode, ccctr_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
240 ccctr_one_shot(const struct ccmode_ctr *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
275 ccofb_update(const struct ccmode_ofb *mode, ccofb_ctx *ctx, unsigned long in_len, const void *in, void *out) argument
281 ccofb_one_shot(const struct ccmode_ofb *mode, unsigned long key_len, const void *key, const void *iv, unsigned long in_len, const void *in, void *out) argument
339 ccxts_update(const struct ccmode_xts *mode, ccxts_ctx *ctx, ccxts_tweak *tweak, unsigned long in_len, const void *in, void *out) argument
345 ccxts_one_shot(const struct ccmode_xts *mode, unsigned long key_len, const void *key, const void *tweak_key, const void* iv, unsigned long in_len, const void *in, void *out) argument
393 ccgcm_update(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, unsigned long nbytes, const void *in, void *out) argument
411 ccgcm_one_shot(const struct ccmode_gcm *mode, unsigned long key_len, const void *key, unsigned long iv_len, const void *iv, unsigned long nbytes, const void *in, void *out, unsigned long adata_len, const void* adata, size_t tag_len, void *tag) argument
451 ccomac_update(const struct ccmode_omac *mode, ccomac_ctx *ctx, unsigned long in_len, const void *tweak, const void *in, void *out) argument
457 ccomac_one_shot(const struct ccmode_omac *mode, unsigned long tweak_len, unsigned long key_len, const void *key, const void *tweak, unsigned long in_len, const void *in, void *out) argument
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dprocessor_set.defs80 out info_out : processor_set_info_t, CountInOut);
118 out task_list : task_array_t);
125 out thread_list : thread_act_array_t);
146 out ltotal : unsigned;
147 out space : vm_size_t;
148 out resident : vm_size_t;
149 out maxusage : vm_size_t;
150 out maxstack : vm_offset_t);
158 out host : host_t;
159 out info_ou
[all...]
H A Dmach_host.defs97 out host_info_out : host_info_t, CountInOut);
104 out kernel_version : kernel_version_t);
117 out out_page_size : vm_size_t);
130 out entry_handle :mach_port_move_send_t);
140 out out_processor_count : natural_t;
141 out out_processor_info : processor_info_array_t);
148 out io_master : io_master_t);
157 out clock_serv : clock_serv_t);
166 out modules : kmod_args_t);
176 out name
[all...]
H A Dmach_port.defs87 out names : mach_port_name_array_t;
88 out types : mach_port_type_array_t);
99 out ptype : mach_port_type_t);
145 out name : mach_port_name_t);
188 out refs : mach_port_urefs_t);
230 out members : mach_port_name_array_t);
284 out previous : mach_port_move_send_once_t);
317 out poly : mach_port_poly_t);
337 out port_info_out : mach_port_info_t, CountInOut);
362 out nam
[all...]
H A Dhost_priv.defs85 out boot_info : kernel_boot_info_t);
102 out host_info_out : host_info_t, CountInOut);
172 out out_processor_list : processor_array_t);
182 out clock_ctrl : clock_ctrl_t);
193 out module : kmod_t);
215 out port : mach_port_t);
246 out masks : exception_mask_array_t;
247 out old_handlers : exception_handler_array_t, SameCount;
248 out old_behaviors : exception_behavior_array_t, SameCount;
249 out old_flavor
[all...]
H A Dthread_act.defs96 out old_state : thread_state_t, CountInOut);
125 out old_state : thread_state_t, CountInOut);
199 out special_port : mach_port_t);
216 out thread_info_out : thread_info_t, CountInOut);
234 out masks : exception_mask_array_t;
235 out old_handlers : exception_handler_array_t, SameCount;
236 out old_behaviors : exception_behavior_array_t, SameCount;
237 out old_flavors : exception_flavor_array_t, SameCount);
250 out masks : exception_mask_array_t;
251 out old_handler
[all...]
H A Dmach_norma.defs173 out node : int);
201 out child_task : task_t);
213 out child_task : task_t);
225 out port : mach_port_t);
244 out child_task : task_t);
259 out node : int);
H A Dtask.defs84 out child_task : task_t);
99 out act_list : thread_act_array_t);
115 out init_port_set : mach_port_array_t =
124 out task_info_out : task_info_t, CountInOut);
159 out special_port : mach_port_t);
182 out child_act : thread_act_t);
200 out child_act : thread_act_t);
222 out masks : exception_mask_array_t;
223 out old_handlers : exception_handler_array_t, SameCount;
224 out old_behavior
[all...]
H A Dmemory_object_control.defs88 out attributes : memory_object_info_t, CountInOut);
123 out resid_offset : memory_object_offset_t;
124 out io_errno : integer_t;
152 out upl : upl_t;
153 out page_list : upl_page_info_array_t, CountInOut;
161 out upl : upl_t;
162 out page_list : upl_page_info_array_t, CountInOut;
168 out start : memory_object_offset_t;
169 out length : vm_size_t;
170 out io_streamin
[all...]
H A Dvm32_map.defs83 out size : vm32_size_t;
85 out info : vm_region_info_t, CountInOut;
86 out object_name : memory_object_name_t =
118 out data : pointer_t);
141 out outsize : vm32_size_t);
185 out cur_protection : vm_prot_t;
186 out max_protection : vm_prot_t;
198 out object_handle :mem_entry_name_port_move_send_t;
204 out disposition :integer_t;
205 out ref_coun
[all...]
H A Dprocessor.defs97 out host : host_t;
98 out processor_info_out: processor_info_t, CountInOut);
126 out assigned_set : processor_set_name_t);
H A Dvm_map.defs94 out size : vm_size_t;
96 out info : vm_region_info_t, CountInOut;
97 out object_name : memory_object_name_t =
181 out data : pointer_t);
233 out outsize : vm_size_t);
323 out cur_protection : vm_prot_t;
324 out max_protection : vm_prot_t;
349 out object_handle :mem_entry_name_port_move_send_t;
359 out disposition :integer_t;
360 out ref_coun
[all...]
H A Dclock.defs59 out cur_time : mach_timespec_t);
68 out clock_attr : clock_attr_t, CountInOut);
H A Dmach_vm.defs206 out data : pointer_t);
274 out outsize : mach_vm_size_t);
388 out cur_protection : vm_prot_t;
389 out max_protection : vm_prot_t;
403 out disposition :integer_t;
404 out ref_count :integer_t);
414 out size : mach_vm_size_t;
416 out info : vm_region_recurse_info_t,CountInOut);
436 out size : mach_vm_size_t;
438 out inf
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_priv.c87 goto out;
98 goto out;
108 goto out;
117 out:
/darwin-on-arm/xnu/osfmk/gssd/
H A Dgssd_mach.defs68 out ret_flags : uint32_t;
69 out key : gssd_byte_buffer, dealloc;
70 out outtoken : gssd_byte_buffer, dealloc;
71 out major_stat : uint32_t;
72 out minor_stat : uint32_t
83 out flags : uint32_t;
84 out uid : uint32_t;
85 out gids : gssd_gid_list;
86 out key : gssd_byte_buffer, dealloc;
87 out outtoke
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dinffast.c69 Decode literal, length, and distance codes and write out the resulting
86 LEN -- ran out of enough output space or enough available input
110 unsigned char FAR *out; /* local strm->next_out */ local
112 unsigned char FAR *end; /* while out < end, enough space available */
137 out = strm->next_out - OFF;
138 beg = out - (start - strm->avail_out);
139 end = out + (strm->avail_out - 257);
173 PUP(out) = (unsigned char)(this.val);
222 op = (unsigned)(out - beg); /* max distance in output */
236 PUP(out)
[all...]
H A Dcrc32.c124 out is a one). We start with the highest power (least significant bit) of
184 /* write out CRC tables to crc32.h */
186 FILE *out; local
188 out = fopen("crc32.h", "w");
189 if (out == NULL) return;
190 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
191 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
192 fprintf(out, "local const unsigned long FAR ");
193 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
194 write_table(out, crc_tabl
[all...]
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice.defs139 out className : io_name_t
145 out conforms : boolean_t
150 out object : io_object_t
160 out existing : io_object_t
166 out properties : io_buf_ptr_t, physicalcopy
173 out iterator : io_object_t
187 out registry_entry : io_object_t
192 out name : io_name_t
197 out properties : io_buf_ptr_t, physicalcopy
203 out dat
[all...]
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_object.defs81 out memory_object : memory_object_t);
85 out info : default_pager_info_t);
89 out objects : default_pager_object_array_t,
91 out ports : mach_port_array_t =
98 out pages : default_pager_page_array_t,
107 out backing_store : mach_port_t =
126 out info : backing_store_info_t, CountInOut);
144 out info : default_pager_info_64_t);
/darwin-on-arm/xnu/bsd/uuid/
H A Duuid.h63 void uuid_generate(uuid_t out);
64 void uuid_generate_random(uuid_t out);
65 void uuid_generate_time(uuid_t out);
71 void uuid_unparse(const uuid_t uu, uuid_string_t out);
72 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out);
73 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
/darwin-on-arm/xnu/libsyscall/mach/servers/
H A Dnetname.defs68 out port_id : mach_port_t);
75 out version : netname_name_t);

Completed in 54 milliseconds

12345678910