Searched refs:mnew (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c701 struct mnttab mnew; local
711 mntnull(&mnew);
712 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve);
713 if (mnew.mnt_special == NULL)
715 mp = new_mountent(&mnew);
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2078 mblk_t *mnew; local
2227 (mnew = make_control(tcl, tll, PTCA_CONTROL, tcl)) ==
2235 pap = &((struct ppptun_control *)mnew->b_rptr)->ptc_address;
2238 mnew->b_cont = mp;
2239 mp = mnew;

Completed in 64 milliseconds