Home
last modified time | relevance | path

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

/titanic_50/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.c251 mblk_t *reqmp, *ackmp; in softmac_capab_send() local
282 reqmp = allocb(sizeof (dl_capability_req_t) + size, BPRI_MED); in softmac_capab_send()
283 if (reqmp == NULL) in softmac_capab_send()
286 bzero(reqmp->b_rptr, sizeof (dl_capability_req_t) + size); in softmac_capab_send()
288 DB_TYPE(reqmp) = M_PROTO; in softmac_capab_send()
289 reqmp->b_wptr = reqmp->b_rptr + sizeof (dl_capability_req_t) + size; in softmac_capab_send()
291 capb = (dl_capability_req_t *)reqmp->b_rptr; in softmac_capab_send()
346 err = softmac_proto_tx(slp, reqmp, &ackmp); in softmac_capab_send()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h134 mblk_t *reqmp; /* Request mblk_t */ member
H A Dnl7curi.c470 if (uri->reqmp) { in nl7c_uri_inactive()
471 freeb(uri->reqmp); in nl7c_uri_inactive()
1954 mblk_t *reqmp; in nl7c_parse() local
1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) { in nl7c_parse()
1972 uri->reqmp = reqmp; in nl7c_parse()
H A Dnl7chttp.c998 uri->reqmp = NULL; in http_mkresponse()
/titanic_50/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()
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps504 req_mouse_pos, "reqmp" "RQ" Request mouse position report
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps498 req_mouse_pos reqmp RQ str Request mouse position report
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps498 req_mouse_pos reqmp RQ str Request mouse position report
/titanic_50/usr/src/cmd/terminfo/
H A Dterminfo.src3742 knp=\E[U, kpp=\E[V, rc=\E8, reqmp=\E[492Z, rev=\E[7m, ri=\EM,