Searched refs:mp (Results 176 - 200 of 1084) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c100 extern void rds_ioctl_copyin_done(queue_t *q, mblk_t *mp);
282 rds_deliver_new_msg(mblk_t *mp, ipaddr_t local_addr, ipaddr_t rem_addr, argument
295 ASSERT(mp->b_datap->db_type == M_DATA);
300 freemsg(mp);
310 freemsg(mp);
314 mp1->b_cont = mp;
315 mp = mp1;
316 mp->b_datap->db_type = M_PROTO;
317 tudi = (struct T_unitdata_ind *)(uintptr_t)mp->b_rptr;
318 mp
385 rds_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error) argument
392 rds_capability_req(queue_t *q, mblk_t *mp) argument
420 mblk_t *mp; local
439 rds_bind(queue_t *q, mblk_t *mp) argument
609 rds_wput_other(queue_t *q, mblk_t *mp) argument
711 rds_wput(queue_t *q, mblk_t *mp) argument
740 rds_wput_data(queue_t *q, mblk_t *mp, uio_t *uiop) argument
824 mblk_t *mp = dp->d_mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c189 mblk_t *mp; local
245 if ((mp = mkiocb(TCSETSF)) == NULL) {
250 freemsg(mp);
254 iocb = (struct iocblk *)mp->b_rptr;
258 mp->b_cont = datamp;
268 putnext(WR(q), mp); local
298 mblk_t *mp; local
306 if ((mp = tp->t_iocpending) != NULL)
307 freemsg(mp);
321 ttcompatrput(queue_t *q, mblk_t *mp) argument
344 ttcompatwput(queue_t *q, mblk_t *mp) argument
479 mblk_t *mp; local
494 ttcompat_do_ioctl(ttcompat_state_t *tp, queue_t *q, mblk_t *mp) argument
800 ttcompat_ioctl_ack(queue_t *q, mblk_t *mp) argument
1070 putnext(WR(q), mp); local
1076 ttcopyout(queue_t *q, mblk_t *mp) argument
1117 ttcompat_ioctl_nak(queue_t *q, mblk_t *mp) argument
[all...]
H A Dcryptmod.c74 static mblk_t *do_encrypt(queue_t *q, mblk_t *mp);
75 static mblk_t *do_decrypt(queue_t *q, mblk_t *mp);
437 des_cfb_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp) argument
442 lastoutput = optr = (char *)mp->b_rptr;
443 iptr = (char *)mp->b_rptr;
446 while (iptr < (char *)mp->b_wptr) {
468 mp->b_datap->db_type = M_ERROR;
469 mp->b_rptr = mp->b_datap->db_base;
470 *mp
474 qreply(WR(q), mp); local
532 des_cfb_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp) argument
587 qreply(WR(q), mp); local
975 kef_decr_hmac(struct cipher_data_t *cdata, mblk_t *mp, int length, char *hmac, int hmaclen) argument
1044 kef_encr_hmac(struct cipher_data_t *cdata, mblk_t *mp, int length, char *hmac, int hmaclen) argument
1572 aes_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
1639 qreply(WR(q), mp); local
1654 aes_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
1729 qreply(WR(q), mp); local
1745 arcfour_hmac_md5_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
1962 qreply(WR(q), mp); local
1978 arcfour_hmac_md5_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
2202 qreply(WR(q), mp); local
2235 des_cbc_encrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
2352 qreply(WR(q), mp); local
2397 des_cbc_decrypt(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, hash_info_t *hash) argument
2473 qreply(WR(q), mp); local
2514 qreply(WR(q), mp); local
2536 do_decrypt(queue_t *q, mblk_t *mp) argument
2581 do_encrypt(queue_t *q, mblk_t *mp) argument
2958 encrypt_block(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, size_t plainlen) argument
3098 encrypt_msgb(queue_t *q, struct tmodinfo *tmi, mblk_t *mp) argument
3162 mblk_t *mp; local
3212 start_stream(queue_t *wq, mblk_t *mp, uchar_t dir) argument
3255 cryptmodwput(queue_t *wq, mblk_t *mp) argument
3426 decrypt_rcmd_mblks(queue_t *q, mblk_t *mp) argument
3501 qreply(WR(q), mp); local
3543 qreply(WR(q), mp); local
3735 mblk_t *mp, *bp; local
3793 cryptmodrput(queue_t *rq, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c109 struct modctl *mp; member in struct:loadmt
1677 free_mperm(mperm_t *mp) argument
1681 if (mp->mp_minorname) {
1682 len = strlen(mp->mp_minorname) + 1;
1683 kmem_free(mp->mp_minorname, len);
1685 kmem_free(mp, sizeof (mperm_t));
1701 rem_minorperm(major_t major, char *drvname, mperm_t *mp, int is_clone) argument
1708 ASSERT(mp->mp_minorname && strlen(mp->mp_minorname) > 0);
1711 if (strcmp(mp
1753 add_minorperm(major_t major, char *drvname, mperm_t *mp, int is_clone) argument
1820 mperm_t *mp; local
2734 modctl_t *mp; local
2944 struct modctl *mp; local
3056 struct modctl *mp = stub->mods_modinfo->mp; local
3174 struct modctl *mp; local
3270 modadd(struct modctl *mp) argument
3285 struct modctl *mp; local
3389 mod_load(struct modctl *mp, int usepath) argument
3503 mod_unload(struct modctl *mp) argument
3584 modinstall(struct modctl *mp) argument
3688 moduninstall(struct modctl *mp) argument
3804 struct modctl *mp; local
3974 mod_hold_by_modctl(struct modctl *mp, int f) argument
4021 struct modctl *mp; local
4109 struct modctl *mp; local
4133 struct modctl *mp; local
4159 mod_release(struct modctl *mp) argument
4173 mod_release_mod(struct modctl *mp) argument
4186 struct modctl *mp; local
4211 struct modctl *mp; local
4338 struct modctl *mp = mod_garbage->modl_modp; local
4560 mperm_t *mp; local
4641 mperm_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c129 #define LCP_USE_DFLT(mp) ((code = MSG_BYTE((mp), 4)) < 9 || code > 11)
518 spppasyn_inner_ioctl(queue_t *q, mblk_t *mp) argument
529 ASSERT(q != NULL && mp != NULL);
531 iop = (struct iocblk *)mp->b_rptr;
540 if (iop->ioc_count != sizeof (uint32_t) || mp->b_cont == NULL)
544 flagval = *(uint32_t *)mp->b_cont->b_rptr;
571 if (iop->ioc_count != sizeof (uint32_t) || mp->b_cont == NULL)
575 flagval = *(uint32_t *)mp->b_cont->b_rptr;
604 mp
709 spppasyn_inner_mctl(queue_t *q, mblk_t *mp) argument
772 spppasyn_wput(queue_t *q, mblk_t *mp) argument
926 spppasyn_rput(queue_t *q, mblk_t *mp) argument
988 ahdlc_encode(queue_t *q, mblk_t *mp) argument
1372 ahdlc_decode(queue_t *q, mblk_t *mp) argument
1678 spppasyn_muxencode(queue_t *q, mblk_t *mp) argument
1893 spppasyn_inpkt(queue_t *q, mblk_t *mp) argument
1991 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c46 mac_add_name(mblk_t *mp, char *name, int ndd_flags) argument
67 while (mp->b_cont != NULL)
68 mp = mp->b_cont;
74 if (mp->b_wptr + len >= mp->b_datap->db_lim) {
75 mp->b_cont = allocb(len, BPRI_HI);
76 mp = mp->b_cont;
77 if (mp
94 mac_ndd_get_names(mac_impl_t *mip, mblk_t *mp) argument
157 mac_ndd_ioctl(mac_impl_t *mip, queue_t *wq, mblk_t *mp) argument
183 mac_ndd_get_ioctl(mac_impl_t *mip, mblk_t *mp, int avail, int *rval) argument
327 mac_ndd_set_ioctl(mac_impl_t *mip, mblk_t *mp, int avail, int *rval) argument
[all...]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c817 struct module *mp; local
830 mp = kmem_zalloc(sizeof (*mp), KM_SLEEP);
831 mp->filename = kobj_zalloc(strlen(XPV_FILENAME) + 1, KM_SLEEP);
832 (void) strcpy(mp->filename, XPV_FILENAME);
844 mcp->mod_mp = mp;
861 if (kobj_read_file(file, (char *)&mp->hdr, sizeof (mp->hdr), 0) < 0)
864 if (mp->hdr.e_ident[i] != ELFMAG[i])
866 if ((mp
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c135 conn_ip_output(mblk_t *mp, ip_xmit_attr_t *ixa) argument
191 error = ip_verify_ire(mp, ixa);
194 mp, NULL);
206 return ((ire->ire_sendfn)(ire, mp, mp->b_rptr, ixa,
228 error = ip_verify_nce(mp, ixa);
241 if ((nmp = copymsg(mp)) != NULL) {
242 freemsg(mp);
243 mp = nmp;
251 mp, NUL
401 ip_verify_src(mblk_t *mp, ip_xmit_attr_t *ixa, uint_t *generationp) argument
444 ip_verify_ire(mblk_t *mp, ip_xmit_attr_t *ixa) argument
529 ip_verify_nce(mblk_t *mp, ip_xmit_attr_t *ixa) argument
594 ip_verify_dce(mblk_t *mp, ip_xmit_attr_t *ixa) argument
763 ip_output_simple(mblk_t *mp, ip_xmit_attr_t *ixa) argument
803 ip_output_simple_v4(mblk_t *mp, ip_xmit_attr_t *ixa) argument
1076 ire_send_local_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1228 ire_send_broadcast_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1407 ip_output_simple_broadcast(ip_xmit_attr_t *ixa, mblk_t *mp) argument
1455 ire_send_multicast_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1532 ire_send_multirt_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1551 ire_send_noroute_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1613 ip_output_sw_cksum_v4(mblk_t *mp, ipha_t *ipha, ip_xmit_attr_t *ixa) argument
1700 ip_output_cksum_v4(iaflags_t ixaflags, mblk_t *mp, ipha_t *ipha, ip_xmit_attr_t *ixa, ill_t *ill) argument
1828 ire_send_wire_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
2051 ip_postfrag_loopback(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, zoneid_t nolzid) argument
2131 ip_postfrag_loopcheck(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, uint32_t xmit_hint, zoneid_t szone, zoneid_t nolzid, uintptr_t *ixacookie) argument
2202 ip_postfrag_multirt_v4(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len, uint32_t xmit_hint, zoneid_t szone, zoneid_t nolzid, uintptr_t *ixacookie) argument
2415 ip_output_process_local(mblk_t *mp, ip_xmit_attr_t *ixa, boolean_t hooks_out, boolean_t hooks_in, conn_t *peer_connp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_debug.c105 const dbg_mode_t *mp; local
118 for (mp = dbg_modetab; mp->m_name != NULL; mp++) {
119 if (strcmp(name, mp->m_name) == 0) {
120 if (mp->m_bits != 0)
121 bits |= mp->m_bits;
128 if (mp->m_name == NULL)
134 for (mp = dbg_modetab; mp
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dmisc.c68 mblk_t *m, *mp; local
70 for (m = min, mp = NULL; (m != NULL) && (len > 0); m = m->b_cont) {
71 mp = m;
92 if ((m == NULL) && (mp != NULL)) {
94 mlen = mp->b_datap->db_lim - mp->b_wptr;
98 BCOPY(bp, mp->b_wptr, mlen);
101 mp->b_wptr += mlen;
104 mp->b_datap->db_struiolim = mp
[all...]
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtcl.c67 mblk_t *mp = *mpp; local
73 if (mp == NULL) {
74 tswtcl0dbg(("tswtcl_process: null mp!\n"));
79 if (mp->b_datap->db_type != M_DATA) {
80 if ((mp->b_cont != NULL) &&
81 (mp->b_cont->b_datap->db_type == M_DATA)) {
82 mp = mp->b_cont;
91 if ((mp->b_wptr - mp
[all...]
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c120 ctf_modopen(struct module *mp, int *error) argument
132 ctfsect.cts_data = mp->ctfdata;
133 ctfsect.cts_size = mp->ctfsize;
140 symsect.cts_data = mp->symtbl;
141 symsect.cts_size = mp->symhdr->sh_size;
152 strsect.cts_data = mp->strings;
153 strsect.cts_size = mp->strhdr->sh_size;
162 if (!ctf_leave_compressed && (caddr_t)fp->ctf_base != mp->ctfdata) {
171 kobj_set_ctf(mp, (caddr_t)fp->ctf_base, fp->ctf_size);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_recv.c43 aggr_mac_rx(mac_handle_t lg_mh, mac_resource_handle_t mrh, mblk_t *mp) argument
46 mac_rx(lg_mh, mrh, mp);
49 mac_rx_ring(lg_mh, ring->arr_rh, mp, ring->arr_gen);
54 aggr_recv_lacp(aggr_port_t *port, mac_resource_handle_t mrh, mblk_t *mp) argument
60 mblk_t *nmp = copymsg(mp);
66 aggr_lacp_rx_enqueue(port, mp);
75 aggr_recv_cb(void *arg, mac_resource_handle_t mrh, mblk_t *mp, argument
82 aggr_mac_rx(grp->lg_mh, mrh, mp);
90 head = cmp = mp;
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c299 softmac_capability_advertise(softmac_upper_t *sup, mblk_t *mp) argument
357 if ((subsize == 0) || (mp1 = reallocb(mp,
359 dlerrorack(q, mp, DL_CAPABILITY_REQ, DL_NOTSUPPORTED, 0);
363 mp = mp1;
364 DB_TYPE(mp) = M_PROTO;
365 mp->b_wptr = mp->b_rptr + sizeof (dl_capability_ack_t) + subsize;
366 bzero(mp->b_rptr, MBLKL(mp));
367 dlap = (dl_capability_ack_t *)mp
463 softmac_capability_req(softmac_upper_t *sup, mblk_t *mp) argument
547 softmac_bind_req(softmac_upper_t *sup, mblk_t *mp) argument
611 softmac_unbind_req(softmac_upper_t *sup, mblk_t *mp) argument
669 softmac_wput_single_nondata(softmac_upper_t *sup, mblk_t *mp) argument
809 mblk_t *mp; local
872 softmac_wput_nondata(softmac_upper_t *sup, mblk_t *mp) argument
980 softmac_wput_data(softmac_upper_t *sup, mblk_t *mp) argument
995 softmac_fastpath_wput_data(softmac_upper_t *sup, mblk_t *mp, uintptr_t f_hint, uint16_t flag) argument
1089 mblk_t *head = NULL, *tail = NULL, *mp; local
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_barrier.c89 mutex_t *mp = (mutex_t *)&barrier->__pthread_barrier_lock; local
109 (void) mutex_init(mp, type, NULL);
129 mutex_t *mp = (mutex_t *)&barrier->__pthread_barrier_lock; local
132 (void) mutex_destroy(mp);
144 mutex_t *mp = (mutex_t *)&barrier->__pthread_barrier_lock; local
149 (void) mutex_lock(mp);
155 (void) mutex_unlock(mp);
163 (void) cond_wait(cvp, mp);
167 (void) mutex_unlock(mp);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c145 * Frees mp on failure
148 sctp_asconf_prepend_errwrap(mblk_t *mp, uint32_t cid) argument
156 freemsg(mp);
162 wph->sph_len = htons(msgdsize(mp) + sizeof (*wph) + sizeof (cid));
165 wmp->b_cont = mp;
174 mblk_t *mp = NULL; local
180 sctp_add_unrec_parm(ph, &mp, B_FALSE);
181 if (mp == NULL) {
186 mp = sctp_asconf_prepend_errwrap(mp, ci
242 sctp_asconf_add(sctp_asconf_t *asc, mblk_t *mp) argument
273 mblk_t *mp, *nmp; local
345 mblk_t *mp; local
376 mblk_t *mp; local
624 mblk_t *mp; local
918 mblk_t *mp; local
1033 mblk_t *mp; local
1075 mblk_t *mp; local
1155 mblk_t *mp; local
1348 mblk_t *mp; local
1426 mblk_t *mp; local
1539 mblk_t *mp; local
1724 mblk_t *mp; local
[all...]
H A Dsctp_output.c96 mblk_t *mp; local
104 mp = allocb_wait(size, BPRI_MED, 0, &error);
106 mp = allocb(size, BPRI_MED);
108 if (mp) {
109 tudr = (struct T_unitdata_req *)mp->b_rptr;
120 mp->b_wptr += (tudr ->OPT_offset + clen);
121 mp->b_datap->db_type = M_PROTO;
123 return (mp);
128 sctp_sendmsg(sctp_t *sctp, mblk_t *mp, int flags) argument
133 mblk_t *mproto = mp;
322 mblk_t *mp; local
555 mblk_t *mp, *nmp; local
568 sctp_add_proto_hdr(sctp_t *sctp, sctp_faddr_t *fp, mblk_t *mp, int sacklen, int *error) argument
697 mblk_t *mp, *nmp; local
788 mblk_t *mp = head; local
815 sctp_get_msg_to_send(sctp_t *sctp, mblk_t **mp, mblk_t *meta, int *error, int32_t firstseg_len, uint32_t cansend, sctp_faddr_t *fp) argument
957 mblk_t *mp, *head; local
988 mblk_t *mp = NULL; local
1457 sctp_make_ftsns(sctp_t *sctp, mblk_t *meta, mblk_t *mp, mblk_t **nmp, sctp_faddr_t *fp, uint32_t *seglen) argument
1593 sctp_check_adv_ack_pt(sctp_t *sctp, mblk_t *meta, mblk_t *mp) argument
1667 mblk_t *mp; local
2074 sctp_rexmit_packet(sctp_t *sctp, mblk_t **meta, mblk_t **mp, sctp_faddr_t *fp, uint_t *packet_len) argument
2210 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinwchnstr.c51 char *mp, mbbuf[CSMAX+1]; local
69 for (mp = mbbuf, s = 0; s < scrw; s++, maxcols--, ptr++) {
73 *mp++ = (char) wc;
77 *mp++ = (char) wc;
79 *mp = '\0';
/illumos-gate/usr/src/lib/libcmd/common/
H A Dpaste.c85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) argument
111 if(mp)
113 z += mp[i].len;
132 if(mp)
133 sfwrite(out,mp[d].chr,mp[d].len);
148 static int spaste(Sfio_t *in,register Sfio_t* out,register const char *delim,int dsiz,int dlen,Delim_t* mp) argument
161 if(mp)
162 sfwrite(out,mp[d].chr,mp[
181 Delim_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_common.c97 struct modctl *mp; local
100 mp = &modules;
103 if (mp->mod_loaded)
105 } while ((mp = mp->mod_next) != &modules);
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxtouch.c47 Tv_t* mp; local
61 mp = TV_TOUCH_RETAIN;
63 mp = 0;
68 mp = &mv;
80 return tvtouch(path, ap, mp, cp, flags & 1);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c91 none_encap(struct ieee80211_key *k, mblk_t *mp, uint8_t keyid) argument
104 none_decap(struct ieee80211_key *k, mblk_t *mp, int hdrlen) argument
106 struct ieee80211_frame *wh = (struct ieee80211_frame *)mp->b_rptr;
121 none_enmic(struct ieee80211_key *k, mblk_t *mp, int force) argument
128 none_demic(struct ieee80211_key *k, mblk_t *mp, int force) argument
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c93 * also be called to free mp in rge_fini_rings() and rge_init_rings().
105 rx_buf->mp = desballoc(DMA_VPTR(rx_buf->pbuf),
107 if (rx_buf->mp == NULL) {
170 mblk_t *mp; local
234 mp = allocb(packet_len + RGE_HEADROOM, 0);
235 if (mp == NULL) {
245 mp->b_rptr = dp = mp->b_rptr + RGE_HEADROOM;
247 mp->b_wptr = dp + packet_len;
249 mp
319 mblk_t *mp; local
363 mblk_t *mp; local
480 rge_send_copy(rge_t *rgep, mblk_t *mp, uint16_t tci) argument
611 rge_send(rge_t *rgep, mblk_t *mp) argument
690 rge_m_tx(void *arg, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c79 mblk_t *mp; local
85 mp = NULL;
178 mp = allocb(BGE_HEADROOM + len + VLAN_TAGSZ, 0);
182 mp = allocb(BGE_HEADROOM + len, 0);
186 if (mp == NULL) {
207 mp->b_rptr = dp = mp->b_rptr + BGE_HEADROOM - VLAN_TAGSZ;
217 mp->b_rptr = dp = mp->b_rptr + BGE_HEADROOM;
223 mp
290 mblk_t *mp; local
359 mblk_t *mp; local
418 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c115 register mblk_t *mp);
120 register mblk_t *mp);
141 mblk_t *mp);
181 mblk_t *mp);
982 mblk_t *mp)
986 switch (mp->b_datap->db_type) {
989 if (*mp->b_rptr & FLUSHW) {
993 if (*mp->b_rptr & FLUSHR) {
997 putnext(q, mp); /* pass it down the line. */
1001 usbms_ioctl(q, mp);
981 usbms_wput(queue_t *q, mblk_t *mp) argument
1024 usbms_ioctl(register queue_t *q, register mblk_t *mp) argument
1333 usbms_miocdata(register queue_t *q, register mblk_t *mp) argument
1471 register mblk_t *mp; local
1548 usbms_rput(queue_t *q, mblk_t *mp) argument
1648 usbms_mctl_receive(register queue_t *q, register mblk_t *mp) argument
1706 usbms_input(usbms_state_t *usbmsp, mblk_t *mp) argument
1853 usbms_get_coordinate(uint_t pos, uint_t len, mblk_t *mp) argument
2026 usbms_make_copyreq(mblk_t *mp, uint_t pvtsize, uint_t state, uint_t reqsize, uint_t contsize, uint_t copytype) argument
2193 usbms_ack_ioctl(mblk_t *mp) argument
[all...]

Completed in 285 milliseconds

1234567891011>>