Home
last modified time | relevance | path

Searched refs:firstp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c62 static boolean_t diff_mnttab(int send_event, struct mntpnt_list *firstp,
125 diff_mnttab(int send_event, struct mntpnt_list *firstp, in diff_mnttab() argument
131 listp = firstp; in diff_mnttab()
145 if (! in_list(listp, firstp)) { in diff_mnttab()
/titanic_41/usr/src/cmd/prtconf/
H A Dpdevinfo.c1524 char *firstp; in print_composite_string() local
1536 for (firstp = p = value; p < (value + size); p += strlen(p) + 1) { in print_composite_string()
1543 if (q > (firstp + size)) in print_composite_string()
1547 for (firstp = p = value; p < (value + size); p += strlen(p) + 1) { in print_composite_string()
1548 if (p == firstp) in print_composite_string()
/titanic_41/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c516 mntelem_t *firstp = NULL; in mntfs_snapshot() local
756 if (!firstp) in mntfs_snapshot()
757 firstp = elemp; in mntfs_snapshot()
781 snapp->mnts_first = snapp->mnts_next = firstp; in mntfs_snapshot()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4093 char *firstp = p; local
4108 shortenstring(firstp, MAXSHORTSTR));