Searched refs:attr_size (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h233 __darwin_size_t attr_size; /* size of attributes block */ member in struct:_posix_spawn_args_desc
252 uint32_t attr_size; /* size of attributes block */ member in struct:user32__posix_spawn_args_desc
261 user_size_t attr_size; /* size of attributes block */ member in struct:user__posix_spawn_args_desc
H A Ddecmpfs.h53 uint32_t attr_size; member in struct:__anon469
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c442 size_t attr_size = 0; local
460 hdr->attr_size = sizeof(decmpfs_disk_header);
466 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx);
470 if (attr_size < sizeof(decmpfs_disk_header) || attr_size > MAX_DECMPFS_XATTR_SIZE) {
475 /* allocation includes space for the extra attr_size field of a compressed_header */
476 MALLOC(data, char *, attr_size + sizeof(hdr->attr_size), M_TEMP, M_WAITOK);
482 /* read the xattr into our buffer, skipping over the attr_size field at the beginning */
484 uio_addiov(attr_uio, CAST_USER_ADDR_T(data + sizeof(hdr->attr_size)), attr_siz
[all...]
H A Dkern_exec.c1750 px_args.attr_size = px_args32.attr_size;
1760 if (px_args.attr_size != 0) {

Completed in 29 milliseconds