Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1117 mblk_t *mptmp; in sppptun_inner_ioctl() local
1151 mptmp = allocb(sizeof (*psp), BPRI_HI); in sppptun_inner_ioctl()
1152 if (mptmp == NULL) { in sppptun_inner_ioctl()
1157 mp->b_cont = mptmp; in sppptun_inner_ioctl()
1159 psp = (struct ppp_stats64 *)mptmp->b_wptr; in sppptun_inner_ioctl()
1217 mptmp = dlpi_alloc(sizeof (dl_unbind_req_t), in sppptun_inner_ioctl()
1219 if (mptmp == NULL) { in sppptun_inner_ioctl()
1223 save_for_close(tll, mptmp); in sppptun_inner_ioctl()
1224 mptmp = dlpi_alloc(sizeof (dl_detach_req_t), in sppptun_inner_ioctl()
1226 if (mptmp == NULL) { in sppptun_inner_ioctl()
[all …]