Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c711 struct mnttab mnew; in make_mntarray() local
721 mntnull(&mnew); in make_mntarray()
722 mnew.mnt_special = mnew.mnt_mountp = strdup(resolve); in make_mntarray()
723 if (mnew.mnt_special == NULL) in make_mntarray()
725 mp = new_mountent(&mnew); in make_mntarray()
/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2078 mblk_t *mnew; in sppptun_recv() local
2227 (mnew = make_control(tcl, tll, PTCA_CONTROL, tcl)) == in sppptun_recv()
2235 pap = &((struct ppptun_control *)mnew->b_rptr)->ptc_address; in sppptun_recv()
2238 mnew->b_cont = mp; in sppptun_recv()
2239 mp = mnew; in sppptun_recv()