Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c60 static boolean_t diff_mnttab(int send_event, struct mntpnt_list *firstp,
123 diff_mnttab(int send_event, struct mntpnt_list *firstp, in diff_mnttab() argument
129 listp = firstp; in diff_mnttab()
143 if (! in_list(listp, firstp)) { in diff_mnttab()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1746 char *firstp; in print_composite_string() local
1758 for (firstp = p = value; p < (value + size); p += strlen(p) + 1) { in print_composite_string()
1765 if (q > (firstp + size)) in print_composite_string()
1769 for (firstp = p = value; p < (value + size); p += strlen(p) + 1) { in print_composite_string()
1770 if (p == firstp) in print_composite_string()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c4093 char *firstp = p; local
4108 shortenstring(firstp, MAXSHORTSTR));