Home
last modified time | relevance | path

Searched refs:refp (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c1249 xref_t *refp; in pcacheset_invalidate() local
1253 refp = &pdp->pd_ref[i]; in pcacheset_invalidate()
1254 if (refp->xf_refcnt) { in pcacheset_invalidate()
1255 ASSERT(refp->xf_position >= 0); in pcacheset_invalidate()
1257 if (refp->xf_refcnt == 1) { in pcacheset_invalidate()
1258 pcsp->pcs_pollfd[refp->xf_position].fd = -1; in pcacheset_invalidate()
1259 refp->xf_refcnt = 0; in pcacheset_invalidate()
1261 } else if (refp->xf_refcnt > 1) { in pcacheset_invalidate()
1267 for (j = refp->xf_position; in pcacheset_invalidate()
1271 refp->xf_refcnt--; in pcacheset_invalidate()
[all …]
/titanic_50/usr/src/cmd/geniconvtbl/
H A Ditm_util.c305 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_50/usr/src/cmd/isns/isnsd/
H A Dobj.c979 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_50/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1266 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_50/usr/src/uts/common/io/bge/
H A Dbge_main2.c1332 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_50/usr/src/uts/common/fs/
H A Dvfs.c1882 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() argument
1910 if (*refp != NULL) in vfs_setpath()
1911 refstr_rele(*refp); in vfs_setpath()
1961 *refp = ref; in vfs_setpath()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c444 ctf_dwarf_ref(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, Dwarf_Off *refp) in ctf_dwarf_ref() argument
453 if (dwarf_formref(attr, refp, &derr) == DW_DLV_OK) { in ctf_dwarf_ref()