Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1116 mblk_t *mptmp; in sppptun_inner_ioctl() local
1150 mptmp = allocb(sizeof (*psp), BPRI_HI); in sppptun_inner_ioctl()
1151 if (mptmp == NULL) { in sppptun_inner_ioctl()
1156 mp->b_cont = mptmp; in sppptun_inner_ioctl()
1158 psp = (struct ppp_stats64 *)mptmp->b_wptr; in sppptun_inner_ioctl()
1216 mptmp = dlpi_alloc(sizeof (dl_unbind_req_t), in sppptun_inner_ioctl()
1218 if (mptmp == NULL) { in sppptun_inner_ioctl()
1222 save_for_close(tll, mptmp); in sppptun_inner_ioctl()
1223 mptmp = dlpi_alloc(sizeof (dl_detach_req_t), in sppptun_inner_ioctl()
1225 if (mptmp == NULL) { in sppptun_inner_ioctl()
[all …]