Lines Matching refs:structsize
63 int structsize; member
65 { .n_type = NT_PROCSTAT_PROC, .structsize = sizeof(struct kinfo_proc) },
66 { .n_type = NT_PROCSTAT_FILES, .structsize = sizeof(struct kinfo_file) },
67 { .n_type = NT_PROCSTAT_VMMAP, .structsize = sizeof(struct kinfo_vmentry) },
68 { .n_type = NT_PROCSTAT_GROUPS, .structsize = sizeof(gid_t) },
69 { .n_type = NT_PROCSTAT_UMASK, .structsize = sizeof(u_short) },
70 { .n_type = NT_PROCSTAT_RLIMIT, .structsize = sizeof(struct rlimit) * RLIM_NLIMITS },
71 { .n_type = NT_PROCSTAT_OSREL, .structsize = sizeof(int) },
72 { .n_type = NT_PROCSTAT_PSSTRINGS, .structsize = sizeof(vm_offset_t) },
73 { .n_type = NT_PROCSTAT_PSSTRINGS, .structsize = sizeof(vm_offset_t) },
74 { .n_type = NT_PROCSTAT_PSSTRINGS, .structsize = sizeof(vm_offset_t) },
75 { .n_type = NT_PROCSTAT_AUXV, .structsize = sizeof(Elf_Auxinfo) },
76 { .n_type = NT_PTLWPINFO, .structsize = sizeof(struct ptrace_lwpinfo) },
218 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_get()
468 if (cstructsize != psc_type_info[type].structsize) { in procstat_core_note_count()