Searched refs:refp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | poll.c | 1217 xref_t *refp; in pcacheset_invalidate() local 1221 refp = &pdp->pd_ref[i]; in pcacheset_invalidate() 1222 if (refp->xf_refcnt) { in pcacheset_invalidate() 1223 ASSERT(refp->xf_position >= 0); in pcacheset_invalidate() 1225 if (refp->xf_refcnt == 1) { in pcacheset_invalidate() 1226 pcsp->pcs_pollfd[refp->xf_position].fd = -1; in pcacheset_invalidate() 1227 refp->xf_refcnt = 0; in pcacheset_invalidate() 1229 } else if (refp->xf_refcnt > 1) { in pcacheset_invalidate() 1235 for (j = refp->xf_position; in pcacheset_invalidate() 1239 refp->xf_refcnt--; in pcacheset_invalidate() [all …]
|
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itm_util.c | 305 itmc_ref_t *refp; in obj_register() local 310 refp = malloc_vital(sizeof (itmc_ref_t)); in obj_register() 311 refp->name = NULL; in obj_register() 312 refp->referencee = obj; in obj_register() 314 refp->reloc.itm_pad = 0; in obj_register() 316 refp->reloc.itm_ptr = 0; in obj_register() 317 refp->size = size; in obj_register() 318 refp->referencer = ref; in obj_register() 319 refp->next = NULL; in obj_register() 333 refp->name = name_refer(name, type, refp); in obj_register() [all …]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | obj.c | 979 uint32_t *refp = in get_ref_np() local 982 return (refp); in get_ref_np() 1023 uint32_t *refp = get_ref_p(obj, type); in get_ref_t() local 1025 if (refp != NULL) { in get_ref_t() 1026 return (*refp); in get_ref_t() 1788 uint32_t *refp; in make_default_pg() local 1831 refp = get_ref_p(pg, OBJ_ISCSI); in make_default_pg() 1832 *refp = get_obj_uid(iscsi); in make_default_pg() 1834 refp = get_ref_p(pg, OBJ_PORTAL); in make_default_pg() 1835 *refp = get_obj_uid(portal); in make_default_pg() [all …]
|
/titanic_44/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 1266 uint8_t *refp; in dmfe_update_mcast() local 1270 refp = &dmfep->mcast_refs[index]; in dmfe_update_mcast() 1271 change = (val ? (*refp)++ : --(*refp)) == 0; in dmfe_update_mcast()
|
/titanic_44/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 1332 uint8_t *refp; local 1344 refp = &bgep->mcast_refs[index]; 1347 hash, index, word, bit, *refp)); 1364 if ((*refp)++ == 0) { 1382 if (--(*refp) == 0) {
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 1870 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() argument 1898 if (*refp != NULL) in vfs_setpath() 1899 refstr_rele(*refp); in vfs_setpath() 1949 *refp = ref; in vfs_setpath()
|