HomeSort by: relevance | last modified time | path
    Searched defs:p_type (Results 1 - 14 of 14) sorted by relevancy

  /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/games/phantasia/
phantstruct.h 47 short p_type; /* character type */ member in struct:player
  /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/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_freebsd.h 105 __uint32_t p_type; member in struct:__sanitizer::__anon507a13260108
  /src/lib/libc/resolv/
res_debug.c 198 p_type(ns_rr_type(rr)),
621 p_type(int type) { function in typeref:typename:const char *
  /src/sys/arch/sparc64/dev/
psycho.c 216 int p_type; member in struct:psycho_names
328 sc->sc_mode = psycho_names[i].p_type;
335 sc->sc_mode = psycho_names[i].p_type;
  /src/include/
resolv.h 371 #define p_type __p_type macro
444 const char * p_type(int);
  /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...]
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 277 Elf32_Word p_type; /* entry type */ member in struct:__anon5ac53e540208
287 /* p_type */
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 281 Elf32_Word p_type; /* entry type */ member in struct:__anonc1fa11540308
292 Elf64_Word p_type; /* entry type */ member in struct:__anonc1fa11540408
302 /* p_type */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 325 Elf32_Word p_type; /* entry type */ member in struct:__anonef77d1aa0308
336 Elf64_Word p_type; /* entry type */ member in struct:__anonef77d1aa0408
346 /* p_type */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 325 Elf32_Word p_type; /* entry type */ member in struct:__anon33fb20300308
336 Elf64_Word p_type; /* entry type */ member in struct:__anon33fb20300408
346 /* p_type */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 323 Elf32_Word p_type; /* entry type */ member in struct:__anonc01714590308
334 Elf64_Word p_type; /* entry type */ member in struct:__anonc01714590408
344 /* p_type */
  /src/sys/sys/
exec_elf.h 416 Elf32_Word p_type; /* entry type */ member in struct:__anon83c31a3a0308
427 Elf64_Word p_type; /* entry type */ member in struct:__anon83c31a3a0408
437 /* p_type */

Completed in 26 milliseconds