Home
last modified time | relevance | path

Searched refs:mountbody (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c62 static void freemntlist(struct mountbody *);
108 static struct mountbody *table[NTABLEENTRIES];
120 struct mountbody *ml = NULL;
121 struct mountbody **tb, **endtb;
182 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);
217 struct mountbody *ml; in freemntlist()
219 register struct mountbody *old;
246 const struct mountbody **m1, **m2;
249 m1 = (const struct mountbody **)a;
250 m2 = (const struct mountbody **)b;
/titanic_44/usr/src/lib/librpcsvc/common/
H A Dmountlist_xdr.c59 mountbody *mb, *tmp;
77 mountbody *mb;
78 mountbody *mb_prev = NULL;
87 mb = (mountbody *)malloc(sizeof (struct mountbody));
116 mountbody *mb;
157 mountbody *objp;
/titanic_44/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c68 static struct mountbody **table;
77 struct mountbody *result_list = NULL; in main()
78 struct mountbody *ml = NULL; in main()
79 struct mountbody **tb; /* pointer into table */ in main()
183 table = (struct mountbody **)calloc(numentries, in main()
184 sizeof (struct mountbody *)); in main()
201 qsort(table, numentries, sizeof (struct mountbody *), sortpath); in main()
203 qsort(table, numentries, sizeof (struct mountbody *), sorthost); in main()
228 struct mountbody **a, **b; in sorthost()
235 struct mountbody **a, **b; in sortpath()
/titanic_44/usr/src/head/rpcsvc/
H A Dmount.x149 typedef struct mountbody *mountlist;
150 struct mountbody { struct
/titanic_44/usr/src/ucbcmd/shutdown/
H A Dshutdown.c665 struct mountbody *ml; in gethostlist()