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

/freebsd-10.1-release/tools/tools/ncpus/
H A Dbiosmptable.c66 char *entry_type_p; local
87 entry_type_p = (char *)(mpcth + 1);
89 switch (*entry_type_p) {
91 entry_type_p += sizeof(struct PROCENTRY);
92 proc = (proc_entry_ptr) entry_type_p;
101 entry_type_p += sizeof(struct BUSENTRY);
104 entry_type_p += sizeof(struct IOAPICENTRY);
108 entry_type_p += sizeof(struct INTENTRY);
111 warnx("unknown mptable entry type (%d)", *entry_type_p);
/freebsd-10.1-release/lib/libc/posix1e/
H A Dacl_get.c200 acl_get_entry_type_np(acl_entry_t entry_d, acl_entry_type_t *entry_type_p) argument
203 if (entry_d == NULL || entry_type_p == NULL) {
213 *entry_type_p = entry_d->ae_entry_type;

Completed in 46 milliseconds