Searched refs:kf_structsize (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | kinfo_getfile.c | 47 if (kf->kf_structsize == 0) in kinfo_getfile() 49 bp += kf->kf_structsize; in kinfo_getfile() 64 if (kf->kf_structsize == 0) in kinfo_getfile() 67 memcpy(kp, kf, kf->kf_structsize); in kinfo_getfile() 69 bp += kf->kf_structsize; in kinfo_getfile() 71 kp->kf_structsize = sizeof(*kp); in kinfo_getfile()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | user.h | 310 int kf_structsize; /* Size of kinfo_file. */ member 337 int kf_structsize; /* Variable size of record. */ member
|
| /f-stack/freebsd/sys/ |
| H A D | user.h | 316 int kf_structsize; /* Size of kinfo_file. */ member 343 int kf_structsize; /* Variable size of record. */ member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_descrip.c | 4241 kif->kf_structsize = offsetof(struct kinfo_file, kf_path) + in pack_kinfo() 4243 kif->kf_structsize = roundup(kif->kf_structsize, sizeof(uint64_t)); in pack_kinfo() 4275 kif->kf_structsize = roundup2(sizeof(*kif), sizeof(uint64_t)); in export_file_to_kinfo() 4298 kif->kf_structsize = roundup2(sizeof(*kif), sizeof(uint64_t)); in export_vnode_to_kinfo() 4318 if (efbuf->remainder < kif->kf_structsize) { in export_kinfo_to_sb() 4323 efbuf->remainder -= kif->kf_structsize; in export_kinfo_to_sb() 4325 return (sbuf_bcat(efbuf->sb, kif, kif->kf_structsize) == 0 ? 0 : ENOMEM); in export_kinfo_to_sb() 4509 okif->kf_structsize = sizeof(*okif); in kinfo_to_okinfo()
|
| H A D | uipc_shm.c | 1935 kif.kf_structsize + curlen > req->oldlen) in sysctl_posix_shm_list() 1937 error = sbuf_bcat(&sb, &kif, kif.kf_structsize) == 0 ? in sysctl_posix_shm_list() 1941 curlen += kif.kf_structsize; in sysctl_posix_shm_list()
|