Home
last modified time | relevance | path

Searched defs:mp (Results 76 – 100 of 982) sorted by relevance

12345678910>>...40

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c622 mblk_t *mp; in ill_delete_tail() local
725 mblk_t *mp; in ill_dlur_gen() local
861 mblk_t *mp; in ipsq_pending_mp_cleanup() local
1126 ipif_all_down_tail(ipsq_t *ipsq, queue_t *q, mblk_t *mp, void *dummy_arg) in ipif_all_down_tail()
1140 ill_down_start(queue_t *q, mblk_t *mp) in ill_down_start()
1198 mblk_t *mp; in ill_down() local
1279 ill_fastpath_ack(ill_t *ill, mblk_t *mp) in ill_fastpath_ack()
1312 mblk_t *mp; in ill_fastpath_probe() local
1356 mblk_t *mp; in ill_capability_probe() local
1407 mblk_t *mp; in ill_capability_reset_alloc() local
[all …]
H A Dip6.c199 icmp_inbound_v6(mblk_t *mp, ip_recv_attr_t *ira) in icmp_inbound_v6()
434 icmp_send_reply_v6(mblk_t *mp, ip6_t *ip6h, icmp6_t *icmp6, in icmp_send_reply_v6()
540 icmp_inbound_verify_v6(mblk_t *mp, icmp6_t *icmp6, ip_recv_attr_t *ira) in icmp_inbound_verify_v6()
755 icmp_inbound_error_fanout_v6(mblk_t *mp, icmp6_t *icmp6, ip_recv_attr_t *ira) in icmp_inbound_error_fanout_v6()
1003 icmp_redirect_v6(mblk_t *mp, ip6_t *ip6h, nd_redirect_t *rd, in icmp_redirect_v6()
1251 icmp_pkt_v6(mblk_t *mp, void *stuff, size_t len, in icmp_pkt_v6()
1474 icmp_pkt_err_ok_v6(mblk_t *mp, boolean_t mcast_ok, ip_recv_attr_t *ira) in icmp_pkt_err_ok_v6()
1556 ip_send_potential_redirect_v6(mblk_t *mp, ip6_t *ip6h, ire_t *ire, in ip_send_potential_redirect_v6()
1623 icmp_send_redirect_v6(mblk_t *mp, in6_addr_t *targetp, in6_addr_t *dest, in icmp_send_redirect_v6()
1726 icmp_time_exceeded_v6(mblk_t *mp, uint8_t code, boolean_t mcast_ok, in icmp_time_exceeded_v6()
[all …]
H A Dip6_output.c107 ip_output_simple_v6(mblk_t *mp, ip_xmit_attr_t *ixa) in ip_output_simple_v6()
380 ire_send_local_v6(ire_t *ire, mblk_t *mp, void *iph_arg, in ire_send_local_v6()
571 ire_send_multicast_v6(ire_t *ire, mblk_t *mp, void *iph_arg, in ire_send_multicast_v6()
648 ire_send_multirt_v6(ire_t *ire, mblk_t *mp, void *iph_arg, in ire_send_multirt_v6()
666 ire_send_noroute_v6(ire_t *ire, mblk_t *mp, void *iph_arg, in ire_send_noroute_v6()
722 ip_output_sw_cksum_v6(mblk_t *mp, ip6_t *ip6h, ip_xmit_attr_t *ixa) in ip_output_sw_cksum_v6()
821 ip_output_cksum_v6(iaflags_t ixaflags, mblk_t *mp, ip6_t *ip6h, in ip_output_cksum_v6()
956 ire_send_wire_v6(ire_t *ire, mblk_t *mp, void *iph_arg, in ire_send_wire_v6()
1153 ip_postfrag_multirt_v6(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, in ip_postfrag_multirt_v6()
H A Dipsecah.c121 #define AH_MSGSIZE(mp) ((mp)->b_cont != NULL ? msgdsize(mp) : MBLKL(mp)) argument
277 mblk_t *mp, in ipsecah_param_get()
300 mblk_t *mp, in ipsecah_param_set()
528 mblk_t *mp; in ah_register_out() local
701 mblk_t *mp = (mblk_t *)arg; in inbound_task() local
724 ah_inbound_restart(mblk_t *mp, ip_recv_attr_t *ira) in ah_inbound_restart()
758 ah_add_sa_finish(mblk_t *mp, sadb_msg_t *samsg, keysock_in_t *ksi, in ah_add_sa_finish()
1020 ah_add_sa(mblk_t *mp, keysock_in_t *ksi, int *diagnostic, netstack_t *ns) in ah_add_sa()
1152 ah_update_sa(mblk_t *mp, keysock_in_t *ksi, int *diagnostic, in ah_update_sa()
1187 ah_del_sa(mblk_t *mp, keysock_in_t *ksi, int *diagnostic, in ah_del_sa()
[all …]
H A Dipsecesp.c248 dump_msg(mblk_t *mp) in dump_msg()
290 dump_msg(mblk_t *mp) in dump_msg()
326 mblk_t *mp, in ipsecesp_param_get()
349 mblk_t *mp, in ipsecesp_param_set()
1120 esp_getspi(mblk_t *mp, keysock_in_t *ksi, ipsecesp_stack_t *espstack) in esp_getspi()
1256 esp_insert_esp(mblk_t *mp, mblk_t *esp_mp, uint_t divpoint, in esp_insert_esp()
1544 esp_log_bad_auth(mblk_t *mp, ip_recv_attr_t *ira) in esp_log_bad_auth()
1614 mblk_t *mp = (mblk_t *)arg; in esp_kcf_callback_outbound() local
1701 mblk_t *mp = (mblk_t *)arg; in esp_kcf_callback_inbound() local
1798 #define ESP_INIT_CRYPTO_DATA(data, mp, off, len) { \ argument
[all …]
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c304 softmac_capability_advertise(softmac_upper_t *sup, mblk_t *mp) in softmac_capability_advertise()
437 softmac_capability_req(softmac_upper_t *sup, mblk_t *mp) in softmac_capability_req()
521 softmac_bind_req(softmac_upper_t *sup, mblk_t *mp) in softmac_bind_req()
585 softmac_unbind_req(softmac_upper_t *sup, mblk_t *mp) in softmac_unbind_req()
643 softmac_wput_single_nondata(softmac_upper_t *sup, mblk_t *mp) in softmac_wput_single_nondata()
783 mblk_t *mp; in softmac_wput_nondata_task() local
847 softmac_wput_nondata(softmac_upper_t *sup, mblk_t *mp) in softmac_wput_nondata()
955 softmac_wput_data(softmac_upper_t *sup, mblk_t *mp) in softmac_wput_data()
970 softmac_fastpath_wput_data(softmac_upper_t *sup, mblk_t *mp, uintptr_t f_hint, in softmac_fastpath_wput_data()
1064 mblk_t *head = NULL, *tail = NULL, *mp; in softmac_datapath_switch() local
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c1654 mblk_t *mp; in gld_rsrv() local
1674 gld_wput(queue_t *q, mblk_t *mp) in gld_wput()
1802 mblk_t *mp; in gld_wsrv() local
1998 gld_start(queue_t *q, mblk_t *mp, int caller, uint32_t upri) in gld_start()
2255 gld_precv(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag, in gld_precv()
2300 gld_recv(gld_mac_info_t *macinfo, mblk_t *mp) in gld_recv()
2306 gld_recv_tagged(gld_mac_info_t *macinfo, mblk_t *mp, uint32_t vtag) in gld_recv_tagged()
2485 gld_sendup_vlan(gld_vlan_t *vlan, pktinfo_t *pktinfo, mblk_t *mp, in gld_sendup_vlan()
2583 mblk_t *mp, int (*acceptfunc)()) in gld_sendup()
2811 gld_passon(gld_t *gld, mblk_t *mp, pktinfo_t *pktinfo, in gld_passon()
[all …]
H A Dlogindmux.c398 logdmuxuwput(queue_t *q, mblk_t *mp) in logdmuxuwput()
579 mblk_t *mp, *newmp; in logdmuxuwsrv() local
630 logdmuxlrput(queue_t *q, mblk_t *mp) in logdmuxlrput()
837 mblk_t *mp, *savemp; in logdmuxlrsrv() local
949 logdmuxlink(queue_t *q, mblk_t *mp) in logdmuxlink()
978 logdmuxunlink(queue_t *q, mblk_t *mp) in logdmuxunlink()
1074 mblk_t *mp; in logdmux_finish_unlink() local
1171 recover(queue_t *q, mblk_t *mp, size_t size) in recover()
1212 mblk_t *mp, *nmp; in flushq_dataonly() local
H A Dvcons.c152 #define VT_MSG_SWITCH(mp) \ argument
158 #define VT_MSG_VTNO(mp) (*((mp)->b_rptr + 2) - 'A') argument
159 #define VT_MSG_OPCODE(mp) (*((mp)->b_rptr + 3)) argument
526 vt_check_hotkeys(mblk_t *mp) in vt_check_hotkeys()
718 mblk_t *mp; in vt_switch() local
871 vt_ioctl(queue_t *q, mblk_t *mp) in vt_ioctl()
1138 vt_miocdata(queue_t *qp, mblk_t *mp) in vt_miocdata()
1178 vt_iocack(queue_t *qp, mblk_t *mp) in vt_iocack()
1195 vt_iocnak(queue_t *qp, mblk_t *mp, int error) in vt_iocnak()
1211 vt_copyin(queue_t *qp, mblk_t *mp, uint_t size) in vt_copyin()
[all …]
H A Dmouse8042.c262 mblk_t *mp; in mouse8042_attach() local
618 mblk_t *mp, in mouse8042_iocnack()
633 mblk_t *mp; in mouse8042_reset_timeout() local
675 mouse8042_initiate_reset(queue_t *q, mblk_t *mp, struct mouse_state *state) in mouse8042_initiate_reset()
764 mouse8042_process_data_msg(queue_t *q, mblk_t *mp, struct mouse_state *state) in mouse8042_process_data_msg()
822 mouse8042_process_msg(queue_t *q, mblk_t *mp, struct mouse_state *state) in mouse8042_process_msg()
864 mouse8042_wput(queue_t *q, mblk_t *mp) in mouse8042_wput()
894 mblk_t *mp; in mouse8042_wsrv() local
938 mblk_t *mp; in mouse8042_intr() local
H A Dtimod.c493 mblk_t *mp; in timodclose() local
571 timodrput(queue_t *q, mblk_t *mp) in timodrput()
643 mblk_t *mp; in timodrsrv() local
683 timodrproc(queue_t *q, mblk_t *mp) in timodrproc()
1452 timodwput(queue_t *q, mblk_t *mp) in timodwput()
1561 mblk_t *mp; in timodwsrv() local
1584 timodwproc(queue_t *q, mblk_t *mp) in timodwproc()
2219 mblk_t *mp) /* M_IOCTL or M_IOCDATA message only */ in ti_doname()
2414 tim_filladdr(queue_t *q, mblk_t *mp, boolean_t dorecover) in tim_filladdr()
2542 tim_recover(queue_t *q, mblk_t *mp, t_scalar_t size) in tim_recover()
[all …]
/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c153 mountent_t *mp; in main() local
577 mountent_t **mntarray, **ml, *mp; in parumount() local
664 mountent_t *mp, **mpp; in make_mntarray() local
764 mountent_t *mp; in getmntall() local
788 mountent_t *mp, *mpprev, **ml = mntarray; in do_umounts() local
883 mountent_t *mp, *prevp; in dowait() local
983 setup_iopipe(mountent_t *mp) in setup_iopipe()
1008 setup_output(mountent_t *mp) in setup_output()
1024 doio(mountent_t *mp) in doio()
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c155 #define ENQUEUE_CHAIN(sqp, mp, tail, cnt) { \ argument
217 #define SQUEUE_DBG_SET(sqp, mp, proc, connp, tag) { \ argument
230 #define SQUEUE_DBG_SET(sqp, mp, proc, connp, tag) argument
330 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt, in squeue_enter()
601 mblk_t *mp; in squeue_drain() local
913 mblk_t *head, *tail, *mp; in squeue_polling_thread() local
1252 squeue_wakeup_conn(void *arg, mblk_t *mp, void *arg2, ip_recv_attr_t *dummy) in squeue_wakeup_conn()
1326 mblk_t *mp; in squeue_synch_enter() local
1369 mblk_t *next, *mp = sqp->sq_first; in squeue_try_drain_one() local
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c49 sdt_reloc_resolve(struct module *mp, char *symname, uint8_t *instr) in sdt_reloc_resolve()
104 smap_reloc_resolve(struct module *mp, char *symname, uint8_t *instr) in smap_reloc_resolve()
141 do_relocate(struct module *mp, char *reltbl, int nreloc, int relocsize, in do_relocate()
294 do_relocations(struct module *mp) in do_relocations()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c129 mblk_t *mp; in so_sock2stream() local
382 mblk_t *mp; in so_basic_strinit() local
600 mblk_t *mp; in do_tinfo() local
655 mblk_t *mp; in do_tcapability() local
939 mblk_t *mp; in sowaitprim() local
1021 mblk_t *mp; in sowaitokack() local
1036 soqueueack(struct sonode *so, mblk_t *mp) in soqueueack()
1091 mblk_t *mp = *mpp; in sowaitack() local
1111 soqueueconnind(struct sonode *so, mblk_t *mp) in soqueueconnind()
1144 mblk_t *mp; in sowaitconnind() local
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c148 sctp_asconf_prepend_errwrap(mblk_t *mp, uint32_t cid) in sctp_asconf_prepend_errwrap()
174 mblk_t *mp = NULL; in sctp_asconf_unrec_parm() local
242 sctp_asconf_add(sctp_asconf_t *asc, mblk_t *mp) in sctp_asconf_add()
273 mblk_t *mp, *nmp; in sctp_asconf_send() local
345 mblk_t *mp; in sctp_asconf_free_cxmit() local
376 mblk_t *mp; in sctp_input_asconf() local
624 mblk_t *mp; in sctp_input_asconf_ack() local
851 #define SCTP_CLR_SENT_FLAG(mp) ((mp)->b_flag &= ~SCTP_CHUNK_FLAG_SENT) in sctp_rc_timer() argument
922 #define SCTP_SET_SENT_FLAG(mp) ((mp)->b_flag = SCTP_CHUNK_FLAG_SENT) in sctp_wput_asconf() argument
924 mblk_t *mp; in sctp_wput_asconf() local
[all …]
H A Dsctp_output.c96 mblk_t *mp; in sctp_alloc_hdr() local
128 sctp_sendmsg(sctp_t *sctp, mblk_t *mp, int flags) in sctp_sendmsg()
322 mblk_t *mp; in sctp_chunkify() local
555 mblk_t *mp, *nmp; in sctp_free_msg() local
568 sctp_add_proto_hdr(sctp_t *sctp, sctp_faddr_t *fp, mblk_t *mp, int sacklen, in sctp_add_proto_hdr()
697 mblk_t *mp, *nmp; in sctp_find_fast_rexmit_mblks() local
788 mblk_t *mp = head; in sctp_verify_chain() local
815 sctp_get_msg_to_send(sctp_t *sctp, mblk_t **mp, mblk_t *meta, int *error, in sctp_get_msg_to_send()
957 mblk_t *mp, *head; in sctp_fast_rexmit() local
988 mblk_t *mp = NULL; in sctp_output() local
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c582 qcn_wput(queue_t *q, mblk_t *mp) in qcn_wput()
692 qcn_ioctl(queue_t *q, mblk_t *mp) in qcn_ioctl()
802 mblk_t *mp; in qcn_reioctl() local
820 qcn_ack(mblk_t *mp, mblk_t *dp, uint_t size) in qcn_ack()
842 mblk_t *mp; in qcn_start() local
874 qcn_transmit_write(queue_t *q, mblk_t *mp) in qcn_transmit_write()
930 qcn_transmit_putchr(queue_t *q, mblk_t *mp) in qcn_transmit_putchr()
967 mblk_t *mp; in qcn_flush() local
997 mblk_t *mp; in qcn_soft_intr() local
1191 mblk_t *mp; in qcn_poll_handler() local
[all …]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fdvma.c52 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in px_fdvma_load() local
102 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in px_fdvma_unload() local
120 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in px_fdvma_sync() local
138 ddi_dma_impl_t *mp; in px_fdvma_reserve() local
226 px_fdvma_release(dev_info_t *dip, px_t *px_p, ddi_dma_impl_t *mp) in px_fdvma_release()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c126 wep_encap(struct ieee80211_key *k, mblk_t *mp, uint8_t keyid) in wep_encap()
181 wep_decap(struct ieee80211_key *k, mblk_t *mp, int hdrlen) in wep_decap()
209 wep_enmic(struct ieee80211_key *k, mblk_t *mp, int force) in wep_enmic()
219 wep_demic(struct ieee80211_key *k, mblk_t *mp, int force) in wep_demic()
225 wep_encrypt(struct ieee80211_key *key, mblk_t *mp, int hdrlen) in wep_encrypt()
272 wep_decrypt(struct ieee80211_key *key, mblk_t *mp, int hdrlen) in wep_decrypt()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_stream.c38 lastfree(mblk_t *mp, dblk_t *db) in lastfree()
57 mblk_t *mp; in esballoca() local
96 freemsg(mblk_t *mp) in freemsg()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_fdvma.c52 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in pci_fdvma_load() local
130 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in pci_fdvma_unload() local
165 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; in pci_fdvma_sync() local
185 ddi_dma_impl_t *mp; in pci_fdvma_reserve() local
271 pci_fdvma_release(dev_info_t *dip, pci_t *pci_p, ddi_dma_impl_t *mp) in pci_fdvma_release()
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c319 #define ZSH_ALLOCB(mp) \ argument
331 #define ZSH_PUTQ(mp) \ argument
348 #define ZSH_FREEMSG(mp) \ argument
357 #define ZSH_GETQ(mp) \ argument
641 mblk_t *mp; in zsh_close() local
827 zsh_wput(queue_t *wq, mblk_t *mp) in zsh_wput()
1136 mblk_t *mp; in zsh_start() local
1233 zsh_ioctl(queue_t *wq, mblk_t *mp) in zsh_ioctl()
1393 mblk_t *mp; in zsh_setmode() local
1454 mblk_t *mp; in zsh_txint() local
[all …]
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c258 sf_free_mech_ent(mechanism_t *mp) in sf_free_mech_ent()
461 equal_entries(const mechanism_t *mp, const mechanism_t *tp) in equal_entries()
490 sf_copy_mech_ent(mechanism_t *mp) in sf_copy_mech_ent()
512 member_of_dups(mechanism_t **t, const mechanism_t *mp) in member_of_dups()
551 mechanism_t *mp; in __nis_get_mechanisms() local
674 mechanism_t *mp = *mpp; in __nis_translate_mechanism() local
720 mechanism_t *mp = *mpp; in __nis_mechname2alias() local
860 mechanism_t *mp = *mpp; in __nis_keyalg2mechalias() local
953 mf_copy_ent(mfent_t *mp) in mf_copy_ent()
969 mf_free_ent(mfent_t *mp) in mf_free_ent()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c49 #define mp_len(mp) ((mp)->b_wptr - (mp)->b_rptr) argument
80 ip_cksum(mblk_t *mp, int offset, uint_t sum) in ip_cksum()
384 sctp_cksum(mblk_t *mp, int offset) in sctp_cksum()
445 ip_hdr_length_nexthdr_v6(mblk_t *mp, ip6_t *ip6h, uint16_t *hdr_length_ptr, in ip_hdr_length_nexthdr_v6()

12345678910>>...40