| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | ls.c | 116 if (d->d_type == 0 || verbose) { in command_ls() 133 typestr[d->d_type? d->d_type:sb.st_mode >> 12], in command_ls() 137 typestr[d->d_type? d->d_type:sb.st_mode >> 12], d->d_name); in command_ls()
|
| H A D | disk.h | 90 int d_type; member
|
| /titanic_53/usr/src/cmd/sgs/libelf/common/ |
| H A D | getdata.c | 179 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata() 189 Elf_Type t = d->db_data.d_type; in _elf_locked_getdata() 218 src.d_type = d->db_data.d_type; in _elf_locked_getdata() 235 if ((size_t)d->db_data.d_type >= NALIGN(elf)) { in _elf_locked_getdata() 264 % ALIGN(elf)[d->db_data.d_type]) == 0) { in _elf_locked_getdata()
|
| H A D | update.c | 235 if ((fsz = elf_fsize(d->db_data.d_type, in _elf_upd_lib() 239 j = _elf_msize(d->db_data.d_type, ver); in _elf_upd_lib() 405 if ((fsz = elf_fsize(d->db_data.d_type, 1, in _elf_upd_usr() 408 j = _elf_msize(d->db_data.d_type, ver); in _elf_upd_usr() 534 src.d_type = ELF_T_EHDR; in wrt() 558 src.d_type = ELF_T_PHDR; in wrt() 674 src.d_type = ELF_T_SHDR; in wrt() 878 src.d_type = dst.d_type = ELF_T_EHDR; in _elfxx_swap_wrimage() 898 src.d_type = dst.d_type = ELF_T_PHDR; in _elfxx_swap_wrimage() 945 src.d_type = dst.d_type = ELF_T_SHDR; in _elfxx_swap_wrimage()
|
| H A D | clscook.c | 174 d->db_data.d_type = _elf_mtype(elf, sh->sh_type, work); in _elf_cookscn() 177 fsz = elf_fsize(d->db_data.d_type, 1, elf->ed_version); in _elf_cookscn() 178 msz = _elf_msize(d->db_data.d_type, elf->ed_version); in _elf_cookscn() 253 src.d_type = ELF_T_EHDR; in _elf_ehdr() 334 src.d_type = ELF_T_PHDR; in _elf_phdr() 387 src.d_type = ELF_T_SHDR; in _elf_shdr() 422 src.d_type = ELF_T_SHDR; in _elf_shdr()
|
| /titanic_53/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | parseproto.y | 486 const char *sp = type_Verify($1->d_type); 496 const char *sp = type_Verify($3->d_type); 1523 dp->d_type = NULL; in decl_Construct() 1540 type_Destroy(dp->d_type); in decl_Destroy() 1590 return (dp->d_type); in decl_GetType() 1600 return (type_IsFunction(dp->d_type)); in decl_IsFunction() 1631 return ((declspec_GetSTT(dp->d_ds) & TS_VOID) && (dp->d_type == NULL)); in decl_IsVoid() 1641 type_t *tp = dp->d_type; in decl_IsVoidArray() 1669 ep = type_Verify(dp->d_type); in decl_Verify() 1740 if (dp->d_type) in decl_AddTypeTail() [all …]
|
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | main.c | 163 zdev.d_type = zdev.d_dev->dv_type; in extract_currdev() 172 dev.d_type = dev.d_dev->dv_type; in extract_currdev() 186 dev.d_type = dev.d_dev->dv_type; in extract_currdev()
|
| H A D | devicename.c | 162 idev->d_type = dv->dv_type; in userboot_parsedev() 182 switch(dev->d_type) { in userboot_fmtdev()
|
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | devicename.c | 117 idev->d_type = dv->dv_type; in ofw_parsedev() 118 if (idev->d_type == DEVT_ZFS) { in ofw_parsedev()
|
| H A D | libofw.h | 33 int d_type; member
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | devicename.c | 150 idev->d_type = dv->dv_type; in uboot_parsedev() 170 switch(dev->d_type) { in uboot_fmtdev()
|
| H A D | libuboot.h | 33 int d_type; member
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | devicename.c | 163 idev->d_type = dv->dv_type; in efi_parsedev() 182 switch (dev->d_type) { in efi_fmtdev()
|
| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | devicename.c | 161 idev->d_type = dv->dv_type; in i386_parsedev() 181 switch (dev->d_type) { in i386_fmtdev()
|
| /titanic_53/usr/src/boot/sys/boot/i386/gptzfsboot/ |
| H A D | zfsboot.c | 179 bootdev = MAKEBOOTDEV(dev_maj[devdesc.d_type], devdesc.d_slice + 1, in main() 185 if (bdev != NULL && bdev->d_type == DEVT_ZFS) { in main() 376 if (bdev->d_type == DEVT_ZFS) { in load() 412 if (bdev->d_type == DEVT_DISK) { in mount_root() 417 bootdev = MAKEBOOTDEV(dev_maj[bdev->d_type], in mount_root() 634 bdev->d_type = DEVT_ZFS; in probe_partition()
|
| /titanic_53/usr/src/lib/libnsl/dial/ |
| H A D | conn.c | 213 char *commap, d_type[BUFSIZ]; in rddev() local 241 (void) strcpy(d_type, dev[D_TYPE]); in rddev() 242 if ((commap = strchr(d_type, ',')) != NULL) in rddev() 246 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type))) in rddev() 254 if (EQUALS(d_type, type)) { in rddev()
|
| /titanic_53/usr/src/boot/sys/boot/i386/loader/ |
| H A D | main.c | 290 new_currdev.d_type = new_currdev.d_dev->dv_type; in extract_currdev() 296 if ((new_currdev.d_type == biosdisk.dv_type) && in extract_currdev() 305 if (new_currdev.d_type == DEVT_ZFS) in extract_currdev()
|
| /titanic_53/usr/src/uts/sun4v/sys/ |
| H A D | vsw_fdb.h | 59 uint8_t d_type; /* destination type */ member
|
| /titanic_53/usr/src/boot/sys/sys/ |
| H A D | dirent.h | 53 __uint8_t d_type; /* file type, see below */ member
|
| /titanic_53/usr/src/boot/sys/boot/zfs/ |
| H A D | libzfs.h | 43 int d_type; member
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | ast_dir.h | 74 #define D_TYPE(d) ((d)->d_type)
|
| /titanic_53/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | segments.c | 163 EC_ADDR(shdr->sh_addr), conv_elfdata_type(data->d_type, &inv_buf), in Dbg_seg_os() 192 EC_ADDR(addr), conv_elfdata_type(data->d_type, &inv_buf), in Dbg_seg_os()
|
| /titanic_53/usr/src/head/ |
| H A D | rje.h | 87 int d_type; /* Type of record */ member
|
| /titanic_53/usr/src/cmd/bnu/ |
| H A D | conn.c | 233 char *commap, d_type[BUFSIZ]; local 261 (void)strcpy(d_type, dev[D_TYPE]); 262 if ((commap = strchr(d_type, ',')) != (char *)NULL ) 266 if ((Mytype != NULL) && (!EQUALS(Mytype, d_type)) ) 274 if (EQUALS(d_type, type)) {
|
| /titanic_53/usr/src/boot/include/ufs/ufs/ |
| H A D | dir.h | 116 ((oldfmt) ? DIRECTSIZ((dp)->d_type) : DIRECTSIZ((dp)->d_namlen))
|