Home
last modified time | relevance | path

Searched refs:entry_type_p (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/tools/tools/ncpus/
H A Dbiosmptable.c64 char *entry_type_p; in biosmptable_detect() local
85 entry_type_p = (char *)(mpcth + 1); in biosmptable_detect()
87 switch (*entry_type_p) { in biosmptable_detect()
89 entry_type_p += sizeof(struct PROCENTRY); in biosmptable_detect()
90 proc = (proc_entry_ptr) entry_type_p; in biosmptable_detect()
99 entry_type_p += sizeof(struct BUSENTRY); in biosmptable_detect()
102 entry_type_p += sizeof(struct IOAPICENTRY); in biosmptable_detect()
106 entry_type_p += sizeof(struct INTENTRY); in biosmptable_detect()
109 warnx("unknown mptable entry type (%d)", *entry_type_p); in biosmptable_detect()
/freebsd-14.2/lib/libc/posix1e/
H A Dacl_get.c199 acl_get_entry_type_np(acl_entry_t entry_d, acl_entry_type_t *entry_type_p) in acl_get_entry_type_np() argument
202 if (entry_d == NULL || entry_type_p == NULL) { in acl_get_entry_type_np()
212 *entry_type_p = entry_d->ae_entry_type; in acl_get_entry_type_np()