Searched defs:reqmp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c251 mblk_t *reqmp, *ackmp; local
282 reqmp = allocb(sizeof (dl_capability_req_t) + size, BPRI_MED);
283 if (reqmp == NULL)
286 bzero(reqmp->b_rptr, sizeof (dl_capability_req_t) + size);
288 DB_TYPE(reqmp) = M_PROTO;
289 reqmp->b_wptr = reqmp->b_rptr + sizeof (dl_capability_req_t) + size;
291 capb = (dl_capability_req_t *)reqmp->b_rptr;
346 err = softmac_proto_tx(slp, reqmp, &ackmp);
H A Dsoftmac_ctl.c34 mblk_t *reqmp; local
39 reqmp = mexchange(NULL, NULL, DL_NOTIFY_REQ_SIZE, M_PROTO,
41 if (reqmp == NULL)
44 ((dl_notify_req_t *)reqmp->b_rptr)->dl_notifications = notifications;
46 return (softmac_proto_tx(slp, reqmp, NULL));
53 mblk_t *reqmp; local
58 reqmp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ);
59 if (reqmp == NULL)
62 bind = (dl_bind_req_t *)reqmp->b_rptr;
69 return (softmac_proto_tx(slp, reqmp, NUL
75 mblk_t *reqmp; local
91 mblk_t *reqmp; local
136 mblk_t *reqmp; local
180 mblk_t *reqmp; local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h134 mblk_t *reqmp; /* Request mblk_t */ member in struct:uri_desc_s
H A Dnl7curi.c470 if (uri->reqmp) {
471 freeb(uri->reqmp);
1954 mblk_t *reqmp; local
1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) {
1972 uri->reqmp = reqmp;
/illumos-gate/usr/src/uts/common/inet/
H A Doptcom.c62 static t_scalar_t do_options_second_pass(queue_t *q, mblk_t *reqmp,
857 do_options_second_pass(queue_t *q, mblk_t *reqmp, mblk_t *ack_mp, cred_t *cr, argument
865 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)reqmp->b_rptr;
873 opt_start = (struct T_opthdr *)mi_offset_param(reqmp,

Completed in 60 milliseconds