Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c714 struct mnttab mnew; in make_mntarray() local
724 mntnull(&mnew); in make_mntarray()
725 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve); in make_mntarray()
726 if (mnew.mnt_special == NULL) in make_mntarray()
728 mp = new_mountent(&mnew); in make_mntarray()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2082 mblk_t *mnew; in sppptun_recv() local
2231 (mnew = make_control(tcl, tll, PTCA_CONTROL, tcl)) == in sppptun_recv()
2239 pap = &((struct ppptun_control *)mnew->b_rptr)->ptc_address; in sppptun_recv()
2242 mnew->b_cont = mp; in sppptun_recv()
2243 mp = mnew; in sppptun_recv()