Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c130 if (new->r_type == RL_APPEND) in zfs_range_lock_writer()
150 new->r_type = RL_WRITER; /* convert to writer */ in zfs_range_lock_writer()
170 new->r_type = RL_WRITER; /* convert possible RL_APPEND */ in zfs_range_lock_writer()
209 proxy->r_type = RL_READER; in zfs_range_proxify()
238 rear->r_type = RL_READER; in zfs_range_split()
263 rl->r_type = RL_READER; in zfs_range_new_proxy()
376 if ((prev->r_type == RL_WRITER) || (prev->r_write_wanted)) { in zfs_range_lock_reader()
399 if ((next->r_type == RL_WRITER) || (next->r_write_wanted)) { in zfs_range_lock_reader()
439 new->r_type = type; in zfs_range_lock()
498 ASSERT(rl->r_type == RL_READER); in zfs_range_unlock_reader()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c62 new->r_type = old->r_type; in old2new()
86 old->r_type = new->r_type; in new2old()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c273 if (rp->r_type == RELOC_JMP_SLOT) in aout_reloc()
324 if (IS_PC_RELATIVE(rp->r_type)) in aout_reloc()
335 switch (rp->r_type) { in aout_reloc()
427 MSG_INTL(MSG_STR_UNKNOWN)), rp->r_type); in aout_reloc()
437 if (rp->r_type == RELOC_RELATIVE) in aout_reloc()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h49 rl_type_t r_type; /* range type */ member
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c121 Dwarf_ufixed64 r_type; member
366 relap->r_type = ELF32_R_TYPE(relp->r_info); in get_rela_elf32()
399 relap->r_type = ELF64MIPS_REL_TYPE(relp->r_info); in get_rela_elf64()
405 relap->r_type = ELF64_R_TYPE(relp->r_info); in get_rela_elf64()
621 type = rela->r_type; in update_entry()
/titanic_41/usr/src/lib/libresolv2/include/
H A Dres_update.h54 ns_type r_type; /*%< type number */ member
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c173 enum reloc_type r_type : 5; /* type of relocation to perform */ member
281 switch (rp->r_type) {
298 panic("unknown relocation type %d\n", rp->r_type);
/titanic_41/usr/src/lib/libresolv/arpa/
H A Dnameser.h200 short r_type; /* type number */ member
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c130 rtype = rrecp->r_type; in res_nmkupdate()
190 if (numrrs != 1 || rrecp->r_type != T_SOA) in res_nmkupdate()
209 switch (rrecp->r_type) { in res_nmkupdate()
248 if (rrecp->r_type == T_SOA) { in res_nmkupdate()
930 rrecp->r_type = (ns_type)type; in res_mkupdrec()
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h143 enum reloc_type r_type : 5; /* type of relocation to perform */ member
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c121 int r_type; /* type of rule--see below */ member
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) {
/titanic_41/usr/src/lib/libresolv/
H A Dres_mkquery.c287 putshort(newrr->r_type, cp);
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c243 posrule_type_t r_type; /* type of rule */ member
1335 switch (rulep->r_type) { in posix_daylight()
2259 rulep->r_type = MON_WEEK_DOW; in getrule()
2276 rulep->r_type = JULIAN_DAY; in getrule()
2284 rulep->r_type = DAY_OF_YEAR; in getrule()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h323 enum reloc_type r_type : 5; /* type of relocation to perform */ member
/titanic_41/usr/src/cmd/dlstat/
H A Ddlstat.c164 char r_type[MAXSTATLEN]; member
175 offsetof(ring_fields_buf_t, r_type), print_default_cb},
1005 (void) snprintf(buf->r_type, sizeof (buf->r_type), "rx"); in print_rx_generic_ring_stats()
1039 (void) snprintf(buf->r_type, sizeof (buf->r_type), "tx"); in print_tx_generic_ring_stats()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c14019 uchar_t r_type = flags & HAT_REGION_TYPE_MASK; in hat_join_region() local
14020 int text = (r_type == HAT_REGION_TEXT); in hat_join_region()
14039 r_type = (r_type == HAT_REGION_ISM) ? SFMMU_REGION_ISM : in hat_join_region()
14045 if (r_type == SFMMU_REGION_HME && ((r_obj != srdp->srd_evp) || in hat_join_region()
14052 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
14079 ASSERT((rgnp->rgn_flags & SFMMU_REGION_TYPE_MASK) == r_type); in hat_join_region()
14091 if (r_type == SFMMU_REGION_HME) { in hat_join_region()
14191 if (r_type == SFMMU_REGION_ISM) { in hat_join_region()
14212 == r_type); in hat_join_region()
14264 rgnp->rgn_flags = r_type; in hat_join_region()
[all …]
/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk.h245 int r_type; /* Type of node */ member
H A Dawk1.c287 switch (rp->r_type) { in awkvarinit()
292 if (rp->r_type == SVAR) in awkvarinit()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h276 uint16_t r_type; /* type number */ member
/titanic_41/usr/src/uts/common/io/idm/
H A Didm.c2057 idm_sm_audit_common(sm_audit_buf_t *audit_buf, sm_audit_record_type_t r_type, in idm_sm_audit_common() argument
2068 sar->sar_type = r_type; in idm_sm_audit_common()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c8916 char *tgt_addr, scsi_tgtmap_tgt_type_t *r_type) in scsi_hba_tgtmap_lookup() argument
8926 *r_type = i; in scsi_hba_tgtmap_lookup()