Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1255 xref_t *refp; in pcacheset_invalidate() local
1260 if (refp->xf_refcnt) { in pcacheset_invalidate()
1304 xref_t *refp; in pcache_insert() local
1405 refp->xf_refcnt++; in pcache_insert()
1454 xref_t *refp; in pcache_delete_fd() local
1468 refp->xf_refcnt = 0; in pcache_delete_fd()
1914 xref_t *refp; in pcache_poll() local
2256 xref_t *refp; in pcache_clean_entry() local
2798 xref_t *refp; in pollcheckxref() local
2847 xref_t *refp; in checkpolldat() local
[all …]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c305 itmc_ref_t *refp; in obj_register() local
311 refp->name = NULL; in obj_register()
317 refp->size = size; in obj_register()
319 refp->next = NULL; in obj_register()
333 refp->name = name_refer(name, type, refp); in obj_register()
334 return (refp); in obj_register()
337 refp->name = name_register(name, type, refp); in obj_register()
363 return (refp); in obj_register()
2416 rl->ref = refp; in name_refer()
2472 p->object = refp; in name_register()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c979 uint32_t *refp = in get_ref_np() local
982 return (refp); in get_ref_np()
1025 if (refp != NULL) { in get_ref_t()
1026 return (*refp); in get_ref_t()
1794 uint32_t *refp; in make_default_pg() local
2906 uint32_t uid, *refp; in update_deref_obj() local
2916 *refp = uid; in update_deref_obj()
3201 uint32_t *refp; in cb_set_ref() local
3206 *refp = u; in cb_set_ref()
3235 uint32_t *refp; in cb_clear_ref() local
[all …]
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c845 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 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()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1820 refstr_t **refp, /* Ref-count string to contain the new path */ in vfs_setpath() argument
1848 if (*refp != NULL) in vfs_setpath()
1849 refstr_rele(*refp); in vfs_setpath()
1899 *refp = ref; in vfs_setpath()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1296 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 Dctf_dwarf.c472 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()