HomeSort by: relevance | last modified time | path
    Searched refs:p_type (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sbin/fsck/
preen.c 70 char *p_type; /* file system type */ member in struct:partentry
200 p->p_type, p->p_devname, p->p_mntpt,
206 p->p_type, p->p_devname, p->p_mntpt,
217 free(p->p_type);
269 "%s: %s (%s)%s", p->p_type, p->p_devname,
350 p->p_type = estrdup(type);
364 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 80 phdr, phdr->p_type, phdr->p_flags,
84 if (phdr->p_type == PT_DYNAMIC)
86 if (phdr->p_type == PT_PHDR)
  /src/lib/libc/tls/
tls.c 152 if (phdr->p_type == PT_INTERP) {
156 if (phdr->p_type != PT_TLS)
  /src/games/phantasia/
phantstruct.h 47 short p_type; /* character type */ member in struct:player
main.c 199 Statptr = &Stattable[Player.p_type]; /* initialize pointer */
387 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER)
395 if (Player.p_type == C_EXPER || Player.p_type == C_SUPER)
957 Player.p_type = subscript;
959 if (Player.p_type == C_HALFLING)
gamesupport.c 126 playerp->p_type, descrtype(playerp, FALSE) + 1);
331 sptr = &playerp->p_type;
  /src/libexec/ld.elf_so/arch/arm/
find_exidx.c 71 if (ph->p_type == PT_LOAD
  /src/usr.bin/elf2aout/
elf2aout.c 315 if (ph[i].p_type == PT_NULL || ph[i].p_type == PT_NOTE ||
316 ph[i].p_type == PT_PHDR || ph[i].p_type == PT_MIPS_REGINFO)
319 if (ph[i].p_type == PT_TLS) {
324 if (ph[i].p_type != PT_LOAD)
326 "type %d can't be converted.", i, ph[i].p_type);
412 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
  /src/sys/arch/emips/stand/common/
bootxx.c 160 if (phdr.p_type != PT_LOAD)
  /src/sys/arch/mipsco/stand/common/
bootxx.c 150 if (phdr.p_type != PT_LOAD)
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common_linux.cc 86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_freebsd.h 105 __uint32_t p_type; member in struct:__sanitizer::__anon507a13260108
  /src/sys/arch/ia64/include/
loadfile_machdep.h 41 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia64_unwindtablen = (phdr)->p_filesz, 1 : 0)
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 124 if (phdr[i].p_type != PT_LOAD ||
238 if (phdr[i].p_type != PT_LOAD ||
253 if (phdr[i].p_type != PT_LOAD ||
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 104 if (phdr[i].p_type != PT_LOAD ||
  /src/sys/arch/pmax/stand/common/
bootxx.c 182 if (phdr.p_type != PT_LOAD)
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 150 be_uint32_t p_type; /* type of segment */ member in struct:elf_m68k_phdr
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 206 if (p[i].p_type != PT_LOAD ||
221 if (p[i].p_type != PT_LOAD ||
  /src/lib/csu/common/
crt0-common.c 249 if (phdr->p_type == PT_DYNAMIC)
251 if (phdr->p_type == PT_PHDR)
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 223 switch (ph[i].p_type) {
233 i, ph[i].p_type, ph[i].p_flags);
238 if (ph[i].p_type != PT_LOAD)
240 "converted", i, ph[i].p_type);
254 "nbss =%d\n", i, ph[i].p_type,
267 i, ph[i].p_type, ph[i].p_flags, ntxt.len);
399 if (ph[i].p_type == PT_LOAD && ph[i].p_filesz) {
  /src/lib/libc/dlfcn/
dlfcn_elf.c 187 if (phdr->p_type == PT_PHDR)
  /src/include/
resolv.h 371 #define p_type __p_type macro
444 const char * p_type(int);
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 111 if (ph->p_type == PT_LOAD) {
159 if (ph->p_type == PT_LOAD) {
  /src/sys/kern/
exec_elf.c 135 if (ph[i].p_type == PT_LOAD && ph[i].p_align > align)
531 if (ph[i].p_type == PT_LOAD) {
563 switch (ph[i].p_type) {
708 if (pp->p_type == PT_INTERP) {
767 switch (ph[i].p_type) {
929 if (ph[i].p_type != PT_NOTE ||
  /src/usr.sbin/sysinst/
gpt.c 285 char *textbuf, *t, *tt, p_type[STRSIZE]; local in function:gpt_read_from_disk
305 p_type[0] = 0;
323 if (p_type[0])
324 strlcat(p_type, " ", STRSIZE);
325 strlcat(p_type, tt, STRSIZE);
332 else if (strcmp(p_type, "Pri GPT table") == 0) {
337 } else if (strcmp(p_type, "Sec GPT table") == 0)
339 else if(strcmp(p_type, "Sec GPT header") == 0)
341 else if (p_index == 0 && strlen(p_type) > 0)
349 tt = p_type;
    [all...]

Completed in 23 milliseconds

1 2 3