Searched refs:refp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1215 xref_t *refp; local
1219 refp = &pdp->pd_ref[i];
1220 if (refp->xf_refcnt) {
1221 ASSERT(refp->xf_position >= 0);
1223 if (refp->xf_refcnt == 1) {
1224 pcsp->pcs_pollfd[refp->xf_position].fd = -1;
1225 refp->xf_refcnt = 0;
1227 } else if (refp->xf_refcnt > 1) {
1233 for (j = refp->xf_position;
1237 refp
1264 xref_t *refp; local
1416 xref_t *refp; local
1878 xref_t *refp; local
2222 xref_t *refp; local
2759 xref_t *refp; local
2808 xref_t *refp; local
2873 xref_t *refp; local
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c305 itmc_ref_t *refp; local
310 refp = malloc_vital(sizeof (itmc_ref_t));
311 refp->name = NULL;
312 refp->referencee = obj;
314 refp->reloc.itm_pad = 0;
316 refp->reloc.itm_ptr = 0;
317 refp->size = size;
318 refp->referencer = ref;
319 refp->next = NULL;
333 refp
2400 name_refer(itm_data_t *name, itm_type_t type, itmc_ref_t *refp) argument
2452 name_register(itm_data_t *name, itm_type_t type, itmc_ref_t *refp) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c979 uint32_t *refp = local
982 return (refp);
1023 uint32_t *refp = get_ref_p(obj, type); local
1025 if (refp != NULL) {
1026 return (*refp);
1788 uint32_t *refp; local
1831 refp = get_ref_p(pg, OBJ_ISCSI);
1832 *refp = get_obj_uid(iscsi);
1834 refp = get_ref_p(pg, OBJ_PORTAL);
1835 *refp
2899 uint32_t uid, *refp; local
3194 uint32_t *refp; local
3228 uint32_t *refp; local
[all...]
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1266 uint8_t *refp; local
1270 refp = &dmfep->mcast_refs[index];
1271 change = (val ? (*refp)++ : --(*refp)) == 0;
/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1839 refstr_t **refp, /* Ref-count string to contain the new path */
1840 const char *newpath, /* Path to add to refp (above) */
1867 if (*refp != NULL)
1868 refstr_rele(*refp);
1918 *refp = ref;
1837 vfs_setpath( struct vfs *vfsp, refstr_t **refp, const char *newpath, uint32_t flag) argument

Completed in 84 milliseconds