Searched defs:nfs (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c43 mnt_t *nfs; variable
64 minfo = nfs;
117 while (nfs) {
118 free(nfs->device_name);
119 free(nfs->mount_point);
120 free(nfs->devinfo);
121 tmp = nfs;
122 nfs = nfs->next;
143 which = &nfs;
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c323 struct filestats *nfs = MALLOC(sizeof (*nfs)); local
326 nfs->stats = stats_new_string(nbuf, "", 0);
327 stats_string_set(nfs->stats, Fileopened);
332 nfs->idstats =
334 stats_string_set(nfs->idstats, ibuf);
336 nfs->idstats = NULL;
339 nfs->next = Fstats;
340 Fstats = nfs;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_zfs.c539 * handle case of inherited share{nfs,smb}. Pulled out of sa_get_zfs_shares
747 boolean_t nfs; local
807 nfs = nfs_inherited = B_FALSE;
816 nfs = B_TRUE;
837 (nfs || smb || nfs_inherited || smb_inherited)) {
846 * If smb or nfs is set, we have a new sub-group.
851 if (nfs || smb) {
859 if (nfs || nfs_inherited) {
861 share, mountpoint, "nfs",
893 share, mountpoint, "nfs",
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c7794 int ofs, nfs, r; local
7836 nfs = Queue[new->e_dfqgrp]->qg_qpaths[new->e_dfqdir].qp_fsysidx;
7837 if (FILE_SYS_DEV(ofs) == FILE_SYS_DEV(nfs))

Completed in 77 milliseconds