Searched refs:size_t (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/xnu-2422.115.4/bsd/sys/
H A Dmsg.h71 * [XSI] The pid_t, time_t, key_t, size_t, and ssize_t types shall be
364 ssize_t msgrcv(int, void *, size_t, long, int) __DARWIN_ALIAS_C(msgrcv);
365 int msgsnd(int, const void *, size_t, int) __DARWIN_ALIAS_C(msgsnd);
H A Duser.h164 size_t eventsize; /* kevent or kevent64_s */
192 size_t uu_allocsize; /* ...size of select cache */
H A D_types.h140 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
H A Daio.h73 size_t aio_nbytes; /* Length of transfer */
H A Dattr.h448 size_t returnbuffersize;
452 size_t sizeofsearchparams1;
454 size_t sizeofsearchparams2;
H A Dvnode_if.h1123 size_t a_size;
1146 extern errno_t VNOP_PAGEIN(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1155 size_t a_size;
1186 extern errno_t VNOP_PAGEOUT(vnode_t, upl_t, upl_offset_t, off_t, size_t, int, vfs_context_t);
1260 size_t *a_size;
1277 extern errno_t VNOP_GETXATTR(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
1328 size_t *a_size;
1347 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
1394 size_t a_size;
1396 size_t *a_ru
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c212 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t * sizep);
218 pcsamples_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep,
224 size_t *sizep, proc_t cur_proc);
226 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep,
229 sysctl_struct(user_addr_t oldp, size_t *oldlenp, user_addr_t newp,
230 size_t newlen, void *sp, int len);
387 size_t savelen = 0, oldlen = 0, newlen;
408 /* uap->newlen is a size_t value which grows to 64 bits
410 * have a sysctl newp buffer greater than 4GB we shrink it to size_t
412 newlen = CAST_DOWN(size_t, ua
[all...]
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h48 void cc_xor(size_t size, void *r, const void *s, const void *t) {
/xnu-2422.115.4/bsd/netinet6/
H A Dipcomp_input.c95 size_t hlen;
97 size_t newlen, olen;
181 size_t len;
257 size_t newlen;
H A Dipcomp_output.c118 size_t plen0, plen; /*payload length to be compressed*/
119 size_t compoff;
249 size_t hlen = 0; /*ip header len*/
250 size_t complen = sizeof(struct ipcomp);
H A Din6_mcast.c120 static int im6o_grow(struct ip6_moptions *, size_t);
121 static size_t im6o_match_group(const struct ip6_moptions *,
124 im6o_match_source(const struct ip6_moptions *, const size_t,
290 im6o_grow(struct ip6_moptions *imo, size_t newmax)
296 size_t idx;
297 size_t oldmax;
340 static size_t
351 gsin6 = (struct sockaddr_in6 *)(uintptr_t)(size_t)group;
389 im6o_match_source(const struct ip6_moptions *imo, const size_t gidx,
400 VERIFY(gidx != (size_t)
[all...]
/xnu-2422.115.4/libkern/stdio/
H A Dscanf.c136 size_t width; /* field width, or 0 */
320 size_t sum = 0;
350 width = (size_t)~0; /* `infinity' */
392 width = (size_t)~0;
426 /* size_t is unsigned, hence this optimisation */
/xnu-2422.115.4/security/
H A Dmac.h93 size_t m_buflen;
H A Dmac_system.c192 user_addr_t old, user_addr_t oldlenp, int inkernel, user_addr_t new, size_t newlen)
H A Dmac_sysv_sem.c156 size_t accesstype)
/xnu-2422.115.4/tools/tests/execperf/
H A Dprintexecinfo.c33 size_t len = sizeof(stackaddr);
/xnu-2422.115.4/bsd/net/
H A Ddlil.h285 const struct sockaddr *, struct sockaddr *, size_t);
305 extern int dlil_if_acquire(u_int32_t, const void *, size_t, struct ifnet **);
321 extern const void *dlil_ifaddr_bytes(const struct sockaddr_dl *, size_t *,
/xnu-2422.115.4/osfmk/profiling/i386/
H A Dprofile-md.h343 size_t md_size; /* size of profile_md structure */
345 size_t hash_size; /* size of hash table */
350 void *(*alloc_pages)(size_t); /* pointer to _profile_alloc_pages */
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_file_rd.c112 size_t xfersize; /* do it in units of this */
113 size_t count; /* bytes to move (can't be modified) */
163 size_t size, chunk;
H A Dlmbench_bw_mmap_rd.c85 size_t nbytes;
123 size_t xfersize; /* do it in units of this */
124 size_t count; /* bytes to move (can't be modified) */
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmisc.c256 size_t my_size;
320 size_t length = 0;
355 size_t len = 0;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c144 size_t nmembers,
145 size_t member_size,
186 static int add_block(journal *jnl, struct bucket **buf_ptr, off_t block_num, size_t size, size_t offset, int32_t cksum, int *num_buckets_ptr, int *num_full_ptr);
189 static int do_overlap(journal *jnl, struct bucket **buf_ptr, int blk_index, off_t block_num, size_t size, size_t offset, int32_t cksum, int *num_buckets_ptr, int *num_full_ptr);
190 static int insert_block(journal *jnl, struct bucket **buf_ptr, int blk_index, off_t num, size_t size, size_t offset, int32_t cksum, int *num_buckets_ptr, int *num_full_ptr, int overwriting);
331 static size_t
332 do_journal_io(journal *jnl, off_t *offset, void *data, size_t le
[all...]
H A Dvfs_journal.h245 size_t min_fs_block_size,
266 size_t min_fs_block_size,
283 size_t min_fs_block_size);
/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c274 size_t io_bytecount; /* Number of bytes in current extent for the specified range */
275 size_t trimmed;
276 size_t remaining_length;
/xnu-2422.115.4/bsd/netinet/
H A Din_mcast.c129 static int imo_grow(struct ip_moptions *, size_t);
130 static size_t imo_match_group(const struct ip_moptions *,
133 imo_match_source(const struct ip_moptions *, const size_t,
286 imo_grow(struct ip_moptions *imo, size_t newmax)
292 size_t idx;
293 size_t oldmax;
336 static size_t
347 gsin = (struct sockaddr_in *)(uintptr_t)(size_t)group;
380 imo_match_source(const struct ip_moptions *imo, const size_t gidx,
391 VERIFY(gidx != (size_t)
[all...]

Completed in 113 milliseconds

1234567891011>>