/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_rlock.h | 49 rl_type_t r_type; /* range type */ member in struct:rl
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | res_update.h | 54 ns_type r_type; /*%< type number */ member in struct:ns_updrec
|
/illumos-gate/usr/src/lib/libbc/inc/include/sun4/ |
H A D | a.out.h | 143 enum reloc_type r_type : 5; /* type of relocation to perform */ member in struct:reloc_info_sparc
|
/illumos-gate/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 200 short r_type; /* type number */ member in struct:rrec
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 173 enum reloc_type r_type : 5; /* type of relocation to perform */ member in struct:relocation_info 281 switch (rp->r_type) { 298 panic("unknown relocation type %d\n", rp->r_type);
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_elf_access.c | 121 Dwarf_ufixed64 r_type; member in struct:Dwarf_Elf_Rela 366 relap->r_type = ELF32_R_TYPE(relp->r_info); 399 relap->r_type = ELF64MIPS_REL_TYPE(relp->r_info); 405 relap->r_type = ELF64_R_TYPE(relp->r_info); 621 type = rela->r_type;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 121 int r_type; /* type of rule--see below */ member in struct:rule 574 rulep->r_type = JULIAN_DAY; 581 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; 598 rulep->r_type = DAY_OF_YEAR; 632 switch (rulep->r_type) {
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 245 int r_type; /* Type of node */ member in struct:RESERVED
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm.c | 2057 idm_sm_audit_common(sm_audit_buf_t *audit_buf, sm_audit_record_type_t r_type, argument 2068 sar->sar_type = r_type;
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | _a.out.h | 321 enum reloc_type r_type : 5; /* type of relocation to perform */ member in struct:relocation_info
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | localtime.c | 243 posrule_type_t r_type; /* type of rule */ member in struct:__anon2993 1335 switch (rulep->r_type) { 2259 rulep->r_type = MON_WEEK_DOW; 2276 rulep->r_type = JULIAN_DAY; 2284 rulep->r_type = DAY_OF_YEAR;
|
/illumos-gate/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 164 char r_type[MAXSTATLEN]; member in struct:ring_fields_buf_s 175 offsetof(ring_fields_buf_t, r_type), print_default_cb}, 1005 (void) snprintf(buf->r_type, sizeof (buf->r_type), "rx"); 1039 (void) snprintf(buf->r_type, sizeof (buf->r_type), "tx");
|
/illumos-gate/usr/src/head/arpa/ |
H A D | nameser.h | 276 uint16_t r_type; /* type number */ member in struct:ns_updrec
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 8916 char *tgt_addr, scsi_tgtmap_tgt_type_t *r_type) 8926 *r_type = i; 8915 scsi_hba_tgtmap_lookup(scsi_hba_tgtmap_t *handle, char *tgt_addr, scsi_tgtmap_tgt_type_t *r_type) argument
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 13833 uchar_t r_type = flags & HAT_REGION_TYPE_MASK; local 13834 int text = (r_type == HAT_REGION_TEXT); 13852 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : 13858 if (r_type == SFMMU_REGION_HME && ((r_obj != srdp->srd_evp) || 13865 if (r_type == SFMMU_REGION_ISM) { 13892 ASSERT((rgnp->rgn_flags & SFMMU_REGION_TYPE_MASK) == r_type); 13904 if (r_type == SFMMU_REGION_HME) { 14004 if (r_type == SFMMU_REGION_ISM) { 14025 == r_type); 14119 uchar_t r_type = flags & HAT_REGION_TYPE_MASK; local 15112 sfmmu_leave_scd(sfmmu_t *sfmmup, uchar_t r_type) argument [all...] |