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

12345678910

/xnu-2782.1.97/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...]
/xnu-2782.1.97/osfmk/mach/
H A Dmach_host.defs93 out host_info_out : host_info_t, CountInOut);
100 out kernel_version : kernel_version_t);
113 out out_page_size : vm_size_t);
126 out entry_handle :mach_port_move_send_t);
136 out out_processor_count : natural_t;
137 out out_processor_info : processor_info_array_t);
144 out io_master : io_master_t);
153 out clock_serv : clock_serv_t);
162 out modules : kmod_args_t);
172 out name
[all...]
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 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 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 Dmach_voucher.defs42 out content : mach_voucher_attr_content_t, CountInOut);
48 out recipe : mach_voucher_attr_raw_recipe_t, CountInOut);
53 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut);
61 out out_content : mach_voucher_attr_content_t, CountInOut);
67 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut);
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);
232 out msg_sizep : mach_msg_size_t;
233 out msg_idp : mach_msg_id_t;
234 out trailer_infop : mach_msg_trailer_info_t, CountInOut);
253 out members : mach_port_name_array_t);
307 out previou
[all...]
H A Dmemory_object_control.defs84 out attributes : memory_object_info_t, CountInOut);
119 out resid_offset : memory_object_offset_t;
120 out io_errno : integer_t;
148 out upl : upl_t;
149 out page_list : upl_page_info_array_t, CountInOut;
157 out upl : upl_t;
158 out page_list : upl_page_info_array_t, CountInOut;
164 out start : memory_object_offset_t;
165 out length : vm_size_t;
166 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 Dmach_voucher_attr_control.defs42 out value_handles : mach_voucher_attr_value_handle_array_t, CountInOut);
48 out voucher : ipc_voucher_t);
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 Dthread_act.defs102 out old_state : thread_state_t, CountInOut);
131 out old_state : thread_state_t, CountInOut);
205 out special_port : mach_port_t);
222 out thread_info_out : thread_info_t, CountInOut);
240 out masks : exception_mask_array_t;
241 out old_handlers : exception_handler_array_t, SameCount;
242 out old_behaviors : exception_behavior_array_t, SameCount;
243 out old_flavors : exception_flavor_array_t, SameCount);
256 out masks : exception_mask_array_t;
257 out old_handler
[all...]
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 Dupl.defs86 out empty : boolean_t);
98 out empty : boolean_t);
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccrng.h23 int (*generate)(struct ccrng_state *rng, unsigned long outlen, void *out);
30 #define ccrng_generate(ctx, outlen, out) ((ctx)->generate((ctx), (outlen), (out)))
H A Dccpad.h15 /* Contract is nbytes is at least 1 block + 1 byte. Also in is nbytes long out is nbytes long. */
17 size_t 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 size_t 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 size_t 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 size_t 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 size_t nbytes, const void *in, void *out);
[all...]
/xnu-2782.1.97/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...]
/xnu-2782.1.97/libkern/zlib/
H A Dinffast.c61 Decode literal, length, and distance codes and write out the resulting
78 LEN -- ran out of enough output space or enough available input
102 unsigned char FAR *out; /* local strm->next_out */ local
104 unsigned char FAR *end; /* while out < end, enough space available */
129 out = strm->next_out - OFF;
130 beg = out - (start - strm->avail_out);
131 end = out + (strm->avail_out - 257);
165 PUP(out) = (unsigned char)(this.val);
214 op = (unsigned)(out - beg); /* max distance in output */
228 PUP(out)
[all...]
H A Dcrc32.c125 out is a one). We start with the highest power (least significant bit) of
185 /* write out CRC tables to crc32.h */
187 FILE *out; local
189 out = fopen("crc32.h", "w");
190 if (out == NULL) return;
191 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
192 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
193 fprintf(out, "local const unsigned long FAR ");
194 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
195 write_table(out, crc_tabl
[all...]
/xnu-2782.1.97/osfmk/device/
H A Ddevice.defs143 out className : io_name_t
149 out conforms : boolean_t
154 out object : io_object_t
164 out existing : io_object_t
170 out properties : io_buf_ptr_t, physicalcopy
177 out iterator : io_object_t
191 out registry_entry : io_object_t
196 out name : io_name_t
201 out properties : io_buf_ptr_t, physicalcopy
207 out dat
[all...]
/xnu-2782.1.97/bsd/kern/
H A Dkern_priv.c92 goto out;
103 goto out;
113 goto out;
122 out:
/xnu-2782.1.97/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);
/xnu-2782.1.97/bsd/uuid/
H A Duuid.h59 void uuid_generate(uuid_t out);
60 void uuid_generate_random(uuid_t out);
61 void uuid_generate_time(uuid_t out);
67 void uuid_unparse(const uuid_t uu, uuid_string_t out);
68 void uuid_unparse_lower(const uuid_t uu, uuid_string_t out);
69 void uuid_unparse_upper(const uuid_t uu, uuid_string_t out);
/xnu-2782.1.97/libsyscall/mach/servers/
H A Dnetname.defs68 out port_id : mach_port_t);
75 out version : netname_name_t);

Completed in 96 milliseconds

12345678910