Searched refs:ubreq (Results 1 – 1 of 1) sorted by relevance
4759 mblk_t *ubreq = NULL; in man_alloc_ubreq_dreq() local4771 ubreq = allocb(DL_UNBIND_REQ_SIZE, BPRI_MED); in man_alloc_ubreq_dreq()4772 if (ubreq == NULL) { in man_alloc_ubreq_dreq()4777 ubreq->b_datap->db_type = M_PROTO; in man_alloc_ubreq_dreq()4778 dlp = (union DL_primitives *)ubreq->b_rptr; in man_alloc_ubreq_dreq()4780 ubreq->b_wptr += DL_UNBIND_REQ_SIZE; in man_alloc_ubreq_dreq()4782 ubreq->b_next = dreq; in man_alloc_ubreq_dreq()4786 return (ubreq); in man_alloc_ubreq_dreq()