Searched defs:ref (Results 76 - 81 of 81) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h363 uint32_t ref; /* ref (see below) state */ member in struct:node_s
364 uint32_t cnt; /* ref count */
446 #define REF_URI 0x80000000 /* & ref = node_t URI hashed */
447 #define REF_PHYS 0x40000000 /* & ref = phys mapping in-use */
448 #define REF_VIRT 0x20000000 /* & ref = virt mapping in-use */
449 #define REF_CKSUM 0x10000000 /* & ref = checksum mapping in-use */
450 #define REF_KMEM 0x08000000 /* & ref = kmem mapped (PHYS|VIRT) */
451 #define REF_DONE 0x04000000 /* & ref = node_t fill is done */
452 #define REF_SAFED 0x02000000 /* & ref
630 unsigned ref; member in struct:node_ts
731 int ref; member in struct:door_ts
1149 int32_t ref; /* Reference counter */ member in struct:nca_conn_s
1467 int ref; member in struct:conn_ts
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2789 mdb_reference_t ref; local
2794 if (mdb_ctf_vread(&ref, "reference_t", "mdb_reference_t", addr,
2799 ref.ref_holder) != -1)
2805 if (ref.ref_number != 1)
2806 mdb_printf("with count=%llu ", ref.ref_number);
2807 mdb_printf("with tag %lx", ref.ref_holder);
2816 (void) mdb_call_dcmd("whatis", ref.ref_removed,
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2779 * If the non-cred ref count drops to 1 and either the cred ref count
2790 * release. If ref is not NULL, then the zone_ref_t to which it refers is
2791 * removed from the specified zone's reference list. ref must be non-NULL iff
2795 zone_rele_common(zone_t *z, zone_ref_t *ref, zone_ref_subsys_t subsys) argument
2805 list_remove(&z->zone_ref_list, ref);
2844 zone_init_ref(zone_ref_t *ref) argument
2846 ref->zref_zone = NULL;
2847 list_link_init(&ref->zref_linkage);
2864 zone_hold_ref(zone_t *z, zone_ref_t *ref, zone_ref_subsys_ argument
2891 zone_rele_ref(zone_ref_t *ref, zone_ref_subsys_t subsys) argument
5076 uint_t ref; local
[all...]
H A Dsunddi.c9837 uintptr_t sbusy, dvbusy, ref; local
9845 if ((ref = e_ddi_devi_holdcnt(dip)) == 0) {
9859 if (ref < sbusy || ref < dvbusy) {
9861 "dip ref = %lu\n", (void *)dip, sbusy, dvbusy, ref);
9950 int (*callback)(dev_info_t *dip, void *arg, uint_t ref),
9948 e_ddi_branch_referenced( dev_info_t *rdip, int (*callback)(dev_info_t *dip, void *arg, uint_t ref), void *arg) argument
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1094 uint32_t ref; /* shorthand reference to full 32-bits */ member in union:_MR_LD_REF
1104 MR_LD_REF ref; /* LD reference */ member in struct:_MR_LD_LIST::__anon6099
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1780 uint32_t ref; /* shorthand reference to full 32-bits */ member in union:_MR_LD_REF
1790 MR_LD_REF ref; /* LD reference */ member in struct:_MR_LD_LIST::__anon286

Completed in 102 milliseconds

1234