Searched refs:mp (Results 101 - 125 of 1084) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c23 #include "mp.h"
40 MPOOL *mp; local
47 mp = dbmp->mp;
63 nalloc = mp->stat.st_page_dirty + mp->stat.st_page_dirty / 2 + 10;
79 if (!F_ISSET(mp, MP_LSN_RETRY) && log_compare(lsnp, &mp->lsn) <= 0) {
80 if (mp->lsn_cnt == 0) {
81 *lsnp = mp
320 MPOOL *mp; local
447 MPOOL *mp; local
[all...]
H A Dmp_fset.c22 #include "mp.h"
37 MPOOL *mp; local
41 mp = dbmp->mp;
69 ++mp->stat.st_page_clean;
70 --mp->stat.st_page_dirty;
74 --mp->stat.st_page_clean;
75 ++mp->stat.st_page_dirty;
H A Dmp_fput.c22 #include "mp.h"
37 MPOOL *mp; local
41 mp = dbmp->mp;
89 ++mp->stat.st_page_clean;
90 --mp->stat.st_page_dirty;
94 --mp->stat.st_page_clean;
95 ++mp->stat.st_page_dirty;
123 SH_TAILQ_REMOVE(&mp->bhq, bhp, q, __bh);
125 SH_TAILQ_INSERT_HEAD(&mp
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c43 * This function is called when an mp is freed by the user thru
44 * freeb call (Only for mp constructed through desballoc call).
70 ASSERT(recycle_rcb->mp == NULL);
75 recycle_rcb->mp = desballoc((unsigned char *)
108 if (recycle_rcb->mp != NULL) {
109 freemsg(recycle_rcb->mp);
110 recycle_rcb->mp = NULL;
141 mblk_t *mp; local
158 mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0);
159 if (mp
187 mblk_t *mp; local
261 igb_rx_assoc_hcksum(mblk_t *mp, uint32_t status_error) argument
293 mblk_t *mp = NULL; local
321 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp_dlpi.c302 sppp_mproto(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
311 if ((len = MBLKL(mp)) < sizeof (t_uscalar_t)) {
313 merror(q, mp, EPROTO);
316 dlp = (union DL_primitives *)mp->b_rptr;
342 dlerrorack(q, mp, dlp->dl_primitive, error, 0);
357 return ((*dpi->pi_funcp)(q, mp, sps));
370 sppp_dlattachreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
376 ASSERT(mp != NULL && mp->b_rptr != NULL);
377 dlp = (union DL_primitives *)mp
404 sppp_dl_attach_upper(queue_t *q, mblk_t *mp) argument
488 sppp_dldetachreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
512 sppp_dl_detach_upper(queue_t *q, mblk_t *mp) argument
538 sppp_dlbindreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
581 sppp_dl_bind(queue_t *q, mblk_t *mp) argument
664 sppp_dlunbindreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
687 sppp_dl_unbind(queue_t *q, mblk_t *mp) argument
749 sppp_dlinforeq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
807 sppp_dlunitdatareq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
935 sppp_dlpromisconreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
968 sppp_dl_promiscon(queue_t *q, mblk_t *mp) argument
1005 sppp_dlpromiscoffreq(queue_t *q, mblk_t *mp, spppstr_t *sps) argument
1039 sppp_dl_promiscoff(queue_t *q, mblk_t *mp) argument
1078 sppp_dlphyreq(queue_t *q, mblk_t *mp, spppstr_t *us) argument
1096 sppp_dladdether(spppstr_t *sps, mblk_t *mp, t_scalar_t proto) argument
1138 sppp_dladdud(spppstr_t *sps, mblk_t *mp, t_scalar_t proto, boolean_t promisc) argument
1205 sppp_dlprsendup(spppstr_t *sps, mblk_t *mp, t_scalar_t proto, boolean_t header) argument
[all...]
H A Dsppp.c328 mblk_t *mp; local
371 if ((mp = sib->sps_hangup) != NULL) {
380 MTYPE(mp) = M_ERROR;
381 *mp->b_wptr++ = ENXIO;
382 putnext(sib->sps_rq, mp);
392 mp = NULL;
395 mp = create_lsmsg(PPP_LINKSTAT_IPV4_UNBOUND);
398 mp = create_lsmsg(PPP_LINKSTAT_IPV6_UNBOUND);
401 if (mp != NULL && ppa->ppa_ctl != NULL &&
404 putnext(ppa->ppa_ctl->sps_rq, mp);
462 sppp_ioctl(struct queue *q, mblk_t *mp) argument
699 sppp_uwput(queue_t *q, mblk_t *mp) argument
857 mblk_t *mp; local
972 sppp_inner_ioctl(queue_t *q, mblk_t *mp) argument
1302 sppp_outer_ioctl(queue_t *q, mblk_t *mp) argument
1534 mblk_t *mp; local
1654 mblk_t *mp; local
1801 sppp_lrput(queue_t *q, mblk_t *mp) argument
1836 mblk_t *mp; local
1852 sppp_recv_nondata(queue_t *q, mblk_t *mp, spppstr_t *ctlsps) argument
1983 mblk_t *mp; local
2145 sppp_inpkt(queue_t *q, mblk_t *mp, spppstr_t *ctlsps) argument
2305 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c59 bltin_init(topo_mod_t *mp, topo_version_t version) argument
64 if (strcmp(mp->tm_name, bp->bltin_name) == 0)
68 mp->tm_data = (void *)bp;
70 if ((*bp->bltin_init)(mp, version) != 0 || mp->tm_info == NULL) {
71 if (mp->tm_errno == 0)
72 (void) topo_mod_seterrno(mp, ETOPO_MOD_INIT);
73 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR,
75 bp->bltin_name, topo_mod_errmsg(mp));
83 bltin_fini(topo_mod_t *mp) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/include/rpcsvc/
H A Dnis_dhext.h96 #define NIS_SEC_CF_GSS_MECH(mp) ((mp)->mechname != NULL)
98 #define AUTH_DES_COMPAT_CHK(mp) ((mp)->alias && \
100 (mp)->alias,\
112 #define VALID_MECH_ENTRY(mp) (VALID_GSS_MECH((mp)->mechname) && \
113 VALID_KEYALG((mp)->keylen, (mp)->algtype) &&\
114 VALID_ALIAS((mp)
[all...]
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk.c54 mblk_t *mp; local
57 mp = *mpp;
63 if (mp->b_datap->db_type != M_DATA) {
64 if ((mp->b_cont != NULL) &&
65 (mp->b_cont->b_datap->db_type == M_DATA)) {
66 mp = mp->b_cont;
75 if ((mp->b_wptr - mp->b_rptr) < IP_SIMPLE_HDR_LENGTH) {
76 if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGT
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c284 oplmsu_iocack(queue_t *q, mblk_t *mp, int errno) argument
288 ASSERT(mp != NULL);
290 iocp = (struct iocblk *)mp->b_rptr;
294 mp->b_datap->db_type = M_IOCNAK;
297 OPLMSU_TRACE(q, mp, MSU_TRC_UO);
298 qreply(q, mp);
300 mp->b_datap->db_type = M_IOCACK;
303 OPLMSU_TRACE(q, mp, MSU_TRC_UO);
304 qreply(q, mp);
346 oplmsu_set_ioctl_path(lpath_t *lpath, queue_t *hndl_queue, mblk_t *mp) argument
567 mblk_t *mp; local
633 oplmsu_cmn_set_mflush(mblk_t *mp) argument
673 oplmsu_cmn_allocmb(queue_t *q, mblk_t *mp, mblk_t **nmp, size_t size, int rw_flag) argument
699 oplmsu_cmn_copymb(queue_t *q, mblk_t *mp, mblk_t **nmp, mblk_t *cmp, int rw_flag) argument
723 oplmsu_cmn_bufcall(queue_t *q, mblk_t *mp, size_t size, int rw_flag) argument
809 oplmsu_cmn_prechg(queue_t *q, mblk_t *mp, int rw_flag, mblk_t **term_mp, int *term_ioctl, int *term_stat) argument
936 oplmsu_cmn_prechg_termio(queue_t *q, mblk_t *mp, int rw_flag, int prev_flag, mblk_t **term_mp, int *term_stat) argument
991 oplmsu_cmn_pullup_msg(queue_t *q, mblk_t *mp) argument
1177 oplmsu_wcmn_chknode(queue_t *q, int node, mblk_t *mp) argument
1212 oplmsu_wcmn_flush_hndl(queue_t *q, mblk_t *mp, krw_t rw) argument
1236 (void) putq(WR(dst_queue), mp); local
1250 oplmsu_wcmn_through_hndl(queue_t *q, mblk_t *mp, int pri_flag, krw_t rw) argument
1296 oplmsu_wcmn_norm_putbq(WR(q), mp, dst_queue); local
1327 mblk_t *mp; local
1360 oplmsu_wcmn_norm_putbq(queue_t *uwq, mblk_t *mp, queue_t *dq) argument
1388 mblk_t *mp; local
1424 oplmsu_rcmn_flush_hndl(queue_t *q, mblk_t *mp) argument
1482 oplmsu_rcmn_through_hndl(queue_t *q, mblk_t *mp, int pri_flag) argument
1547 mblk_t *mp; local
1639 oplmsu_cmn_trace(queue_t *q, mblk_t *mp, int op) argument
1758 oplmsu_cmn_msglog(mblk_t *mp, int direction) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c263 nsc_mem_t *mp, *new; local
269 for (mp = _nsc_mem_top; mp; mp = mp->next)
270 if (strcmp(mp->name, name) == 0)
273 if (!mp && !(mp = new)) {
278 mp->type = type;
279 mp
312 nsc_unregister_mem(nsc_mem_t *mp) argument
566 nsc_mem_t *mp, *tp; local
821 nsc_mem_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c104 * like structure that is used to enter an squeue. The mp->b_rptr of this pseudo
138 mblk_t *mp; local
147 mp = tcp_timermp_alloc(KM_NOSLEEP | KM_PANIC);
150 mp = tcp->tcp_timercache;
151 tcp->tcp_timercache = mp->b_next;
152 mp->b_next = NULL;
153 ASSERT(mp->b_wptr == NULL);
157 tcpt = (tcp_timer_t *)mp->b_rptr;
168 tcpt->tcpt_tid = timeout_generic(CALLOUT_NORMAL, tcp_timer_callback, mp,
172 return ((timeout_id_t)mp);
178 mblk_t *mp = (mblk_t *)arg; local
190 tcp_timer_handler(void *arg, mblk_t *mp, void *arg2, ip_recv_attr_t *dummy) argument
233 mblk_t *mp = (mblk_t *)id; local
282 mblk_t *mp = (mblk_t *)kmem_cache_alloc(tcp_timercache, local
333 mblk_t *mp; local
348 tcp_timer_free(tcp_t *tcp, mblk_t *mp) argument
420 mblk_t *mp; local
562 mblk_t *mp; local
644 mblk_t *mp; local
[all...]
H A Dtcp_tpi.c72 tcp_err_ack(tcp_t *tcp, mblk_t *mp, int t_error, int sys_error) argument
74 if ((mp = mi_tpi_err_ack_alloc(mp, t_error, sys_error)) != NULL)
75 putnext(tcp->tcp_connp->conn_rq, mp);
80 tcp_err_ack_prim(tcp_t *tcp, mblk_t *mp, int primitive, argument
85 if ((mp = tpi_ack_alloc(mp, sizeof (struct T_error_ack),
87 teackp = (struct T_error_ack *)mp->b_rptr;
91 putnext(tcp->tcp_connp->conn_rq, mp);
117 tcp_conprim_opt_process(tcp_t *tcp, mblk_t *mp, in argument
192 tcp_tpi_bind(tcp_t *tcp, mblk_t *mp) argument
315 tcp_tpi_unbind(tcp_t *tcp, mblk_t *mp) argument
414 mblk_t *mp; local
514 tcp_tpi_connect(tcp_t *tcp, mblk_t *mp) argument
849 tcp_capability_req(tcp_t *tcp, mblk_t *mp) argument
878 tcp_info_req(tcp_t *tcp, mblk_t *mp) argument
892 tcp_addr_req(tcp_t *tcp, mblk_t *mp) argument
1049 tcp_accept_finish(void *arg, mblk_t *mp, void *arg2, ip_recv_attr_t *dummy) argument
1292 tcp_tli_accept(tcp_t *listener, mblk_t *mp) argument
1687 tcp_tpi_accept(queue_t *q, mblk_t *mp) argument
1870 tcp_send_pending(void *arg, mblk_t *mp, void *arg2, ip_recv_attr_t *dummy) argument
1903 tcp_send_conn_ind(void *arg, mblk_t *mp, void *arg2) argument
[all...]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c397 dld_wput(queue_t *wq, mblk_t *mp) argument
402 switch (DB_TYPE(mp)) {
409 freemsg(mp);
417 (MBLKL(mp) < sizeof (struct ether_header))) {
418 freemsg(mp);
420 (void) str_mdata_fastpath_put(dsp, mp, 0, 0);
423 str_mdata_raw_put(dsp, mp);
431 if (MBLKL(mp) < sizeof (t_uscalar_t))
434 prim = ((union DL_primitives *)mp->b_rptr)->dl_primitive;
437 proto_unitdata_req(dsp, mp);
772 i_dld_ether_header_update_tag(mblk_t *mp, uint_t pri, uint16_t vid, link_tagmode_t tagmode) argument
861 str_mdata_fastpath_put(dld_str_t *dsp, mblk_t *mp, uintptr_t f_hint, uint16_t flag) argument
899 str_mdata_raw_put(dld_str_t *dsp, mblk_t *mp) argument
1143 i_dld_ether_header_strip_tag(mblk_t *mp, boolean_t keep_pri) argument
1181 dld_str_rx_raw(void *arg, mac_resource_handle_t mrh, mblk_t *mp, mac_header_info_t *mhip) argument
1262 dld_str_rx_fastpath(void *arg, mac_resource_handle_t mrh, mblk_t *mp, mac_header_info_t *mhip) argument
1325 dld_str_rx_unitdata(void *arg, mac_resource_handle_t mrh, mblk_t *mp, mac_header_info_t *mhip) argument
1399 mblk_t *mp; local
1447 str_unitdata_ind(dld_str_t *dsp, mblk_t *mp, boolean_t strip_vlan) argument
1529 mblk_t *mp; local
1553 mblk_t *mp; local
1577 mblk_t *mp; local
1613 mblk_t *mp; local
1637 mblk_t *mp; local
1661 mblk_t *mp; local
1686 mblk_t *mp; local
1710 mblk_t *mp; local
1731 mblk_t *mp; local
1906 mblk_t *mp; local
1997 dld_wput_nondata(dld_str_t *dsp, mblk_t *mp) argument
2037 dld_ioc(dld_str_t *dsp, mblk_t *mp) argument
2069 ioc_native(dld_str_t *dsp, mblk_t *mp) argument
2091 ioc_margin(dld_str_t *dsp, mblk_t *mp) argument
2117 ioc_raw(dld_str_t *dsp, mblk_t *mp) argument
2155 ioc_fast(dld_str_t *dsp, mblk_t *mp) argument
2255 ioc_lowlink(dld_str_t *dsp, mblk_t *mp) argument
2273 ioc(dld_str_t *dsp, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c454 ptmwput(queue_t *qp, mblk_t *mp) argument
465 switch (mp->b_datap->db_type) {
476 if (*mp->b_rptr & FLUSHW) {
478 if (*mp->b_rptr & FLUSHBAND)
482 flushband(qp, *(mp->b_rptr + 1),
486 flush_flg = (*mp->b_rptr & ~FLUSHW) | FLUSHR;
488 if (*mp->b_rptr & FLUSHR) {
490 flush_flg |= (*mp->b_rptr & ~FLUSHR) | FLUSHW;
495 *mp->b_rptr = flush_flg;
496 putnext(ptmp->pts_rdq, mp);
642 mblk_t *mp; local
[all...]
H A Dsuntpi.c194 tpi_ack_alloc(mblk_t *mp, size_t size, uchar_t db_type, t_scalar_t prim) argument
196 mblk_t *omp = mp;
198 if ((mp = reallocb(mp, size, 0)) == NULL) {
202 if (mp->b_cont != NULL) {
203 freemsg(mp->b_cont);
204 mp->b_cont = NULL;
206 mp->b_datap->db_type = db_type;
207 mp->b_wptr = mp
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_reloc.c66 pci_dvma_unregister_callbacks(pci_t *pci_p, ddi_dma_impl_t *mp) argument
68 ddi_dma_obj_t *dobj_p = &mp->dmai_object;
76 if (!PCI_DMA_CANRELOC(mp))
83 offset = mp->dmai_roffset;
84 hat_delete_callback(vaddr, IOMMU_PAGE_SIZE - offset, mp, HAC_PAGELOCK,
85 MP_HAT_CB_COOKIE(mp, 0));
88 for (i = 1; i < mp->dmai_ndvmapages; i++) {
89 hat_delete_callback(vaddr, IOMMU_PAGE_SIZE, mp, HAC_PAGELOCK,
90 MP_HAT_CB_COOKIE(mp, i));
93 mp
100 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)mpvoid; local
190 pci_dvma_remap(dev_info_t *dip, dev_info_t *rdip, ddi_dma_impl_t *mp, off_t offset, size_t length) argument
215 pci_fdvma_remap(ddi_dma_impl_t *mp, caddr_t kvaddr, dvma_addr_t dvma_pg, size_t npages, size_t index, pfn_t newpfn) argument
262 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)mpvoid; local
284 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)mpvoid; local
346 pci_fdvma_unregister_callbacks(pci_t *pci_p, fdvma_t *fdvma_p, ddi_dma_impl_t *mp, uint_t index) argument
365 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)mpvoid; local
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dreceipt.c53 receipt(struct message *mp) argument
67 if (icsubstr(hfield("default-options", mp, addone), "/receipt")
68 || icsubstr(hfield(">to", mp, addto), "/receipt")) {
69 snprintf(buf, sizeof (buf), "%s %s", mail, skin(nameof(mp)));
77 fp = setinput(mp);
86 if (s = hfield("message-id", mp, addone))
88 s = hfield("subject", mp, addone);
H A Dcmd1.c57 static void print(register struct message *mp, FILE *obuf, int doign);
75 register struct message *mp; local
84 mp = &message[curscreen * size];
85 if (mp >= &message[msgCount])
86 mp = &message[msgCount - size];
87 if (mp < &message[0])
88 mp = &message[0];
90 mesg = mp - &message[0];
92 dot = mp;
94 mp
214 struct message *mp; local
440 register struct message *mp; local
519 print(register struct message *mp, FILE *obuf, int doign) argument
545 register struct message *mp; local
[all...]
H A Dquit.c67 register struct message *mp; local
112 for (mp = &message[0]; mp < &message[msgCount]; mp++) {
113 if (mp->m_flag & MNEW) {
114 receipt(mp);
115 mp->m_flag &= ~MNEW;
116 mp->m_flag |= MSTATUS;
118 if (mp->m_flag & MSTATUS)
120 if ((mp
273 register struct message *mp; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c104 ip_output_simple_v6(mblk_t *mp, ip_xmit_attr_t *ixa) argument
123 ip6h = (ip6_t *)mp->b_rptr;
129 ASSERT(ixa->ixa_pktlen == msgdsize(mp));
130 if (!ip_hdr_length_nexthdr_v6(mp, ip6h, &ixa->ixa_ip_hdr_length,
135 ip_drop_output("ipIfStatsOutDiscards", mp, NULL);
136 freemsg(mp);
148 dst = ip_get_dst_v6(ip6h, mp, NULL);
159 ip_drop_output("ipIfStatsOutDiscards", mp, NULL);
160 freemsg(mp);
172 error = (ire->ire_sendfn)(ire, mp, ip6
377 ire_send_local_v6(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
567 ire_send_multicast_v6(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
644 ire_send_multirt_v6(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
662 ire_send_noroute_v6(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
718 ip_output_sw_cksum_v6(mblk_t *mp, ip6_t *ip6h, ip_xmit_attr_t *ixa) argument
817 ip_output_cksum_v6(iaflags_t ixaflags, mblk_t *mp, ip6_t *ip6h, ip_xmit_attr_t *ixa, ill_t *ill) argument
944 ire_send_wire_v6(ire_t *ire, mblk_t *mp, void *iph_arg, ip_xmit_attr_t *ixa, uint32_t *identp) argument
1140 ip_postfrag_multirt_v6(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
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtfs.c60 register void* mp; local
78 if (mp = mntopen(NiL, "r"))
80 while ((mnt = mntread(mp)) && (stat(mnt->dir, &rt) || rt.st_dev != st->st_dev));
86 if (!mp)
90 mntclose(mp);
94 if (mp)
95 mntclose(mp);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c250 #define DL_PRIM(mp) (((union DL_primitives *)(mp)->b_rptr)->dl_primitive)
251 #define DL_PROMISCON_TYPE(mp) \
252 (((union DL_primitives *)(mp)->b_rptr)->promiscon_req.dl_level)
253 #define IOC_CMD(mp) (((struct iocblk *)(mp)->b_rptr)->ioc_cmd)
1490 mblk_t *mp; local
1516 while ((mp = mdp[i].md_dmp_head) != NULL) {
1517 mdp[i].md_dmp_head = mp->b_next;
1518 mp
1565 man_uwput(register queue_t *wq, register mblk_t *mp) argument
1689 man_start(register queue_t *wq, register mblk_t *mp, eaddr_t *eap) argument
1788 man_start_lower(man_dest_t *mdp, mblk_t *mp, queue_t *flow_wq, int caller) argument
1951 man_ioctl(register queue_t *wq, register mblk_t *mp) argument
2043 man_plink(queue_t *wq, mblk_t *mp) argument
2079 man_unplink(queue_t *wq, mblk_t *mp) argument
2143 man_set_linkcheck_time(queue_t *wq, mblk_t *mp) argument
2179 man_setpath(queue_t *wq, mblk_t *mp) argument
2204 man_geteaddr(queue_t *wq, mblk_t *mp) argument
2224 man_set_sc_ipaddrs(queue_t *wq, mblk_t *mp) argument
2259 man_set_sc_ip6addrs(queue_t *wq, mblk_t *mp) argument
2294 man_dl_ioc_hdr_info(queue_t *wq, mblk_t *mp) argument
2391 register mblk_t *mp; local
2481 man_proto(queue_t *wq, mblk_t *mp) argument
2555 man_udreq(queue_t *wq, mblk_t *mp) argument
2602 man_areq(queue_t *wq, mblk_t *mp) argument
2827 man_dlpi(manstr_t *msp, mblk_t *mp) argument
2842 man_dlioc(manstr_t *msp, mblk_t *mp) argument
2863 man_dl_catch(mblk_t **mplist, mblk_t *mp) argument
2906 man_dlpi_senddown(manstr_t *msp, mblk_t *mp) argument
2979 mblk_t *mp; local
3010 man_dreq(queue_t *wq, mblk_t *mp) argument
3068 man_dl_release(mblk_t **mplist, mblk_t *mp) argument
3195 man_breq(queue_t *wq, mblk_t *mp) argument
3250 man_ubreq(queue_t *wq, mblk_t *mp) argument
3280 man_ireq(queue_t *wq, mblk_t *mp) argument
3328 man_ponreq(queue_t *wq, mblk_t *mp) argument
3374 man_poffreq(queue_t *wq, mblk_t *mp) argument
3427 man_emreq(queue_t *wq, mblk_t *mp) argument
3473 man_dmreq(queue_t *wq, mblk_t *mp) argument
3517 man_pareq(queue_t *wq, mblk_t *mp) argument
3560 man_spareq(queue_t *wq, mblk_t *mp) argument
3635 mblk_t *mp; local
3713 man_lrput(queue_t *rq, mblk_t *mp) argument
3797 mblk_t *mp; local
3997 man_path_t *mp; local
4183 man_path_t *mp; local
4331 man_path_t *mp; local
4435 man_path_t *mp = NULL; local
4672 mblk_t *mp; local
4790 man_dup_mplist(mblk_t *mp) argument
4839 mblk_t *mp; local
4908 mblk_t *mp; local
5069 man_path_t *mp; local
5460 mblk_t *mp = NULL; local
5496 mblk_t *mp = NULL; local
5649 mblk_t *mp; local
6329 man_path_t *mp; local
6499 man_path_t *mp = NULL; local
6566 man_path_t *mp; local
6664 man_path_t *mp; local
6764 man_path_t *mp; local
6802 man_path_t *mp; local
6816 man_path_t *mp; local
6872 man_path_remove(man_path_t **lpp, man_path_t *mp) argument
6908 man_path_insert(man_path_t **lpp, man_path_t *mp) argument
6990 man_path_kstat_uninit(man_path_t *mp) argument
7145 man_nd_getset(queue_t *wq, mblk_t *mp) argument
7156 man_pathgroups_report(queue_t *wq, mblk_t *mp, caddr_t cp, cred_t *cr) argument
7225 man_preport(man_path_t *plist, mblk_t *mp) argument
7265 man_set_active_path(queue_t *wq, mblk_t *mp, char *value, caddr_t cp, cred_t *cr) argument
7347 man_get_hostinfo(queue_t *wq, mblk_t *mp, caddr_t cp, cred_t *cr) argument
7437 man_param_get(queue_t *q, mblk_t *mp, caddr_t cp, cred_t *cr) argument
7451 man_param_set(queue_t *q, mblk_t *mp, char *value, caddr_t cp, cred_t *cr) argument
7593 man_path_t *mp; local
7631 man_path_t *mp; local
7657 man_update_dev_kstats(kstat_named_t *man_knp, man_path_t *mp) argument
8284 man_print_path(man_path_t *mp) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c54 slotnm_create(topo_mod_t *mp, int dev, char *str) argument
58 if ((p = topo_mod_alloc(mp, sizeof (slotnm_t))) == NULL)
60 p->snm_mod = mp;
63 p->snm_name = topo_mod_strdup(mp, str);
83 di_devtype_get(topo_mod_t *mp, di_node_t src, char **devtype) argument
94 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) {
95 *devtype = topo_mod_strdup(mp, (char *)buf);
129 di_physlotinfo_get(topo_mod_t *mp, di_node_t src, int *slotnum, char **slotname) argument
139 (void) di_uintprop_get(mp, src, DI_PHYSPROP, (uint_t *)slotnum);
146 if (di_bytes_get(mp, sr
210 di_slotinfo_get(topo_mod_t *mp, di_node_t src, int *nslots, slotnm_t **slotnames) argument
269 did_create(topo_mod_t *mp, di_node_t src, int ibrd, int ibrdge, int irc, int ibus) argument
547 did_find(topo_mod_t *mp, di_node_t dn) argument
553 pci_BDF_get(topo_mod_t *mp, di_node_t dn, int *bus, int *dev, int *fn) argument
567 pci_classcode_get(topo_mod_t *mp, di_node_t dn, uint_t *class, uint_t *sub) argument
584 pci_devtype_get(topo_mod_t *mp, di_node_t dn) argument
595 pciex_cap_get(topo_mod_t *mp, di_node_t dn) argument
606 did_setspecific(topo_mod_t *mp, void *data) argument
[all...]
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.c37 * Initialize by setting iov_or_mp to point to the current iovec or mp,
38 * and by setting current_offset to an offset within the current iovec or mp.
66 mblk_t *mp; local
69 for (mp = out->cd_mp; mp != NULL && offset >= MBLKL(mp);
70 offset -= MBLKL(mp), mp = mp->b_cont)
74 *iov_or_mp = mp;
142 mblk_t *mp; local
[all...]

Completed in 226 milliseconds

1234567891011>>