Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c34 mblk_t *reqmp; in softmac_send_notify_req() local
39 reqmp = mexchange(NULL, NULL, DL_NOTIFY_REQ_SIZE, M_PROTO, in softmac_send_notify_req()
41 if (reqmp == NULL) in softmac_send_notify_req()
44 ((dl_notify_req_t *)reqmp->b_rptr)->dl_notifications = notifications; in softmac_send_notify_req()
46 return (softmac_proto_tx(slp, reqmp, NULL)); in softmac_send_notify_req()
53 mblk_t *reqmp; in softmac_send_bind_req() local
58 reqmp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ); in softmac_send_bind_req()
59 if (reqmp == NULL) in softmac_send_bind_req()
62 bind = (dl_bind_req_t *)reqmp->b_rptr; in softmac_send_bind_req()
69 return (softmac_proto_tx(slp, reqmp, NULL)); in softmac_send_bind_req()
[all …]
H A Dsoftmac_capab.c219 mblk_t *reqmp, *ackmp; in softmac_capab_send() local
238 reqmp = allocb(sizeof (dl_capability_req_t) + size, BPRI_MED); in softmac_capab_send()
239 if (reqmp == NULL) in softmac_capab_send()
242 bzero(reqmp->b_rptr, sizeof (dl_capability_req_t) + size); in softmac_capab_send()
244 DB_TYPE(reqmp) = M_PROTO; in softmac_capab_send()
245 reqmp->b_wptr = reqmp->b_rptr + sizeof (dl_capability_req_t) + size; in softmac_capab_send()
247 capb = (dl_capability_req_t *)reqmp->b_rptr; in softmac_capab_send()
272 err = softmac_proto_tx(slp, reqmp, &ackmp); in softmac_capab_send()
/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, in do_options_second_pass() argument
865 struct T_optmgmt_req *tor = (struct T_optmgmt_req *)reqmp->b_rptr; in do_options_second_pass()
873 opt_start = (struct T_opthdr *)mi_offset_param(reqmp, in do_options_second_pass()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps502 req_mouse_pos, "reqmp" "RQ" Request mouse position report
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps496 req_mouse_pos reqmp RQ str Request mouse position report
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps498 req_mouse_pos reqmp RQ str Request mouse position report
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src3742 knp=\E[U, kpp=\E[V, rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM,