Searched refs:refp (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | poll.c | 1255 xref_t *refp; in pcacheset_invalidate() local 1259 refp = &pdp->pd_ref[i]; in pcacheset_invalidate() 1260 if (refp->xf_refcnt) { in pcacheset_invalidate() 1261 ASSERT(refp->xf_position >= 0); in pcacheset_invalidate() 1263 if (refp->xf_refcnt == 1) { in pcacheset_invalidate() 1264 pcsp->pcs_pollfd[refp->xf_position].fd = -1; in pcacheset_invalidate() 1265 refp->xf_refcnt = 0; in pcacheset_invalidate() 1267 } else if (refp->xf_refcnt > 1) { in pcacheset_invalidate() 1273 for (j = refp->xf_position; in pcacheset_invalidate() 1277 refp->xf_refcnt--; in pcacheset_invalidate() [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/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() 1794 uint32_t *refp; in make_default_pg() local 1837 refp = get_ref_p(pg, OBJ_ISCSI); in make_default_pg() 1838 *refp = get_obj_uid(iscsi); in make_default_pg() 1840 refp = get_ref_p(pg, OBJ_PORTAL); in make_default_pg() 1841 *refp = get_obj_uid(portal); in make_default_pg() [all …]
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 845 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() argument 872 if (*refp != NULL) in vfs_setpath() 873 refstr_rele(*refp); in vfs_setpath() 879 *refp = ref; in vfs_setpath()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 1840 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() argument 1868 if (*refp != NULL) in vfs_setpath() 1869 refstr_rele(*refp); in vfs_setpath() 1919 *refp = ref; in vfs_setpath()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 1296 uint8_t *refp; local 1308 refp = &bgep->mcast_refs[index]; 1311 hash, index, word, bit, *refp)); 1328 if ((*refp)++ == 0) { 1346 if (--(*refp) == 0) {
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 472 ctf_dwarf_ref(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, Dwarf_Off *refp) in ctf_dwarf_ref() argument 482 ret = dwarf_formref(attr, refp, &derr); in ctf_dwarf_ref()
|