/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.h | 48 uint32_t p_type; member in struct:dfs_path
|
/illumos-gate/usr/src/lib/libresolv/ |
H A D | res_debug.c | 147 fprintf(file, ", type = %s", p_type(_getshort(cp))); 225 fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp))); 405 p_type(type) function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | vstafs.h | 35 unsigned char p_type; member in struct:bootrecord
|
H A D | i386-elf.h | 166 Elf32_Word p_type; member in struct:__anon2187
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 239 !(sgp->sg_phdr.p_type == PT_LOAD && 302 Word p_type; /* PT_ constant corresponding to name */ member in struct:__anon1711 349 (sgp->sg_phdr.p_type != seg_type->p_type)) { 355 sgp->sg_phdr.p_type = seg_type->p_type; 497 (sgp->sg_phdr.p_type != PT_SUNWSTACK)) { 508 if (sgp->sg_phdr.p_type == PT_LOAD) { 519 } else if (sgp->sg_phdr.p_type == PT_NULL) { 529 sgp->sg_phdr.p_type [all...] |
H A D | map_support.c | 533 ld_map_seg_alloc(const char *name, Word p_type, sg_flags_t sg_flags) argument 539 sgp->sg_phdr.p_type = p_type; 576 if (sgp->sg_phdr.p_type == PT_SUNWSTACK) { 626 (sgp->sg_phdr.p_type == PT_NULL)) { 630 sgp->sg_phdr.p_type = PT_LOAD; 633 if (sgp->sg_phdr.p_type == PT_LOAD) { 654 switch (sgp->sg_phdr.p_type) { 672 EC_WORD(sgp->sg_phdr.p_type));
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | efi_partition.h | 225 struct uuid p_type; member in struct:partition64
|
H A D | elf.h | 297 Elf32_Word p_type; /* entry type */ member in struct:__anon254 309 Elf64_Word p_type; /* entry type */ member in struct:__anon255 321 #define PT_NULL 0 /* p_type */
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_command.c | 805 uint8_t p_type; local 1006 p_type = get_cur_protection_type(&capacity); 1008 p_type); 1019 * current type: p_type. 1023 prot_type = p_type;
|
H A D | ctlr_scsi.c | 3607 uint8_t p_type; local 3614 p_type = 0; 3616 p_type = (cp13 << 4) >> 5; 3617 p_type += 1; 3619 return (p_type);
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 148 #pragma weak __p_type = p_type 210 p_type(ns_rr_type(rr)), 632 p_type(int type) { function
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 94 /* Values for p_type. */ 203 Elf32_Word p_type; /* Entry type. */ member in struct:__anon2087 214 Elf64_Word p_type; /* Entry type. */ member in struct:__anon2088
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/ |
H A D | nwamadm.c | 114 nwam_object_type_t p_type; member in struct:profile_entry 667 if (pent->p_type == NWAM_OBJECT_TYPE_NCU) { 673 nwam_object_type_to_string(pent->p_type), class); 676 nwam_object_type_to_string(pent->p_type), bufsize); 744 pent->p_type = type;
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 50 PHDR_CMD_T_P_TYPE = 1, /* phdr:p_type */ 236 if (phdr->p_type == argstate->ndx) { 242 mach, phdr->p_type, 0, &inv_buf)); 287 if (phdr[phndx].p_type == PT_INTERP) { 377 type = argstate->obj_state->os_phdr[ndx].p_type; 406 if (by_type && (type != phdr->p_type)) 438 if (by_type && (type != phdr->p_type)) 449 phdr->p_type, 0, &inv_buf)); 452 EC_WORD(phdr->p_type)); 693 Word p_type local [all...] |
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 107 Elf32_Word p_type; /* Entry type. */ member in struct:__anon410
|
H A D | elf64.h | 116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon427
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 1323 uint_t p_type; local 1366 p_type = STRUCT_FGET(mph, x.p_type); 1367 if (p_type == PT_LOAD || p_type == PT_SUNWBSS) { 1570 uint_t p_type; local 1788 p_type = STRUCT_FGET(mph, x.p_type); 1789 if (p_type == PT_LOAD || p_type [all...] |