Home
last modified time | relevance | path

Searched refs:le_tag (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c111 if ((lep->le_tag = strdup(tmp)) == NULL) { in logtab_getent()
146 lep->le_tag, in logtab_putent()
181 found = found && (strcmp(tag, (*lepp)->le_tag) == 0); in logtab_findent()
226 found = found && (strcmp(tag, lep->le_tag) == 0); in logtab_rement()
310 found = found && (strcmp(tag, lep->le_tag) == 0); in logtab_deactivate()
395 if (lep->le_tag) in logtab_ent_free()
396 free(lep->le_tag); in logtab_ent_free()
H A Dnfslogtab.h50 char *le_tag; member
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1620 lep.le_tag = tag;