Symbol: p_type
games/phantasia/gamesupport.c
145
playerp->p_type, descrtype(playerp, FALSE) + 1);
games/phantasia/gamesupport.c
342
sptr = &playerp->p_type;
games/phantasia/main.c
187
Statptr = &Stattable[Player.p_type]; /* initialize pointer */
games/phantasia/main.c
373
if (Player.p_type == C_EXPER || Player.p_type == C_SUPER)
games/phantasia/main.c
380
if (Player.p_type == C_EXPER || Player.p_type == C_SUPER)
games/phantasia/main.c
973
Player.p_type = subscript;
games/phantasia/main.c
975
if (Player.p_type == C_HALFLING)
games/phantasia/misc.c
1093
playerp->p_type = C_FIGHTER; /* default */
games/phantasia/misc.c
36
if (Player.p_type == C_EXPER)
games/phantasia/misc.c
526
type = playerp->p_type;
games/phantasia/misc.c
530
type = playerp->p_type;
games/phantasia/phantstruct.h
43
short p_type; /* character type */
include/resolv.h
416
const char *p_type(int);
lib/libc/gen/dlfcn.c
165
if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) {
lib/libc/gen/elf_utils.c
46
if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0)
lib/libc/gen/tls.c
234
if (phdr[i].p_type == PT_TLS) {
lib/libc/include/nscache.h
163
#define NS_APPLY_OFFSET(cp, cb, ib, p_type) \
lib/libc/include/nscache.h
165
(cp) = (p_type)((char *)(cb) + (size_t)(cp) - (size_t)(ib))
lib/libc/nameser/ns_print.c
146
len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type)));
lib/libc/nameser/ns_print.c
512
p_type(type), algorithm, labels, t));
lib/libc/nameser/ns_print.c
566
len = SPRINTF((tmp, " %s", p_type(c)));
lib/libc/net/getaddrinfo.c
1824
qname, p_class(C_IN), p_type(qtype),
lib/libc/net/getaddrinfo.c
1825
p_type(type));
lib/libc/net/gethostbydns.c
294
qname, p_class(C_IN), p_type(qtype),
lib/libc/net/gethostbydns.c
295
p_type(type));
lib/libc/resolv/res_debug.c
185
p_type(ns_rr_type(rr)),
lib/libc/resolv/res_mkquery.c
113
_res_opcodes[op], dname, p_class(class), p_type(type));
lib/libexecinfo/private_libelf.h
1656
READ_WORD(s,t.p_type);
lib/libexecinfo/private_libelf.h
1667
SWAP_WORD(t.p_type);
lib/libexecinfo/private_libelf.h
475
Elf64_Word p_type; /* Type of segment. */
libexec/rtld-elf/map_object.c
119
switch (phdr->p_type) {
libexec/rtld-elf/rtld.c
1342
if (ph->p_type != PT_PHDR)
libexec/rtld-elf/rtld.c
1354
switch (ph->p_type) {
libexec/rtld-elf/rtld.c
2593
if (ph->p_type != PT_LOAD || (ph->p_flags & PF_W) != 0)
stand/boot/common/load_elf.c
307
if (phdr[i].p_type != PT_LOAD)
stand/boot/common/load_elf.c
380
if (phdr[j].p_type != PT_LOAD)
stand/boot/common/load_elf.c
472
if (phdr[i].p_type == PT_DYNAMIC) {
stand/boot/pc32/boot2/boot2.c
398
if (ep[j].p_type == PT_LOAD)
stand/boot/pc32/btxld/btxld.c
352
if (ep->p_type == PT_LOAD)
sys/kern/imgact_elf.c
1066
phdr->p_type = PT_LOAD;
sys/kern/imgact_elf.c
1167
phdr->p_type = PT_LOAD;
sys/kern/imgact_elf.c
1379
phdr->p_type = PT_NOTE;
sys/kern/imgact_elf.c
1684
if (phdr[i].p_type == PT_NOTE) {
sys/kern/imgact_elf.c
498
if (phdr[i].p_type == PT_LOAD && phdr[i].p_memsz != 0) {
sys/kern/imgact_elf.c
648
if (phdr[i].p_type == PT_LOAD) {
sys/kern/imgact_elf.c
654
if (phdr[i].p_type == PT_INTERP) {
sys/kern/imgact_elf.c
722
switch (phdr[i].p_type) {
sys/kern/kern_checkpoint.c
163
PRINTF(("entry type: %d\n", phdr[i].p_type));
sys/kern/link_elf.c
505
switch (phdr->p_type) {
sys/platform/pc64/x86_64/dump_machdep.c
220
phdr.p_type = PT_LOAD;
sys/sys/elf32.h
95
Elf32_Word p_type; /* Entry type. */
sys/sys/elf64.h
110
Elf64_Word p_type; /* Entry type. */
sys/sys/vnode.h
383
#define VOPARG_OFFSET(p_type,field) \
sys/sys/vnode.h
384
((int) (((char *) (&(((p_type)NULL)->field))) - ((char *) NULL)))
test/nvmm/demo/toyvirt/elf.c
75
if (phdr[i].p_type != PT_LOAD) {
usr.bin/gcore/elfcore.c
175
phdr->p_type = PT_LOAD;
usr.bin/gcore/elfcore.c
315
phdr->p_type = PT_NOTE;
usr.bin/indent/args.c
250
if (p->p_type != PRO_SPECIAL)
usr.bin/indent/args.c
266
switch (p->p_type) {
usr.bin/indent/args.c
324
errx(1, "set_option: internal error: p_type %d", p->p_type);
usr.bin/indent/args.c
85
int p_type; /* type (int, bool, special) */
usr.bin/ldd/ldd.c
147
if (phdr.p_type == PT_DYNAMIC)
usr.sbin/resident/resident.c
204
if (phdr.p_type == PT_DYNAMIC)