Searched refs:mp (Results 51 - 75 of 1084) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c46 topo_imethod_t *mp; local
48 for (mp = topo_list_next(&node->tn_methods); mp != NULL;
49 mp = topo_list_next(mp)) {
50 if (strcmp(name, mp->tim_name) == 0) {
52 return (mp);
67 topo_imethod_t *mp; local
70 for (mp = topo_list_next(&node->tn_methods); mp !
83 topo_method_enter(topo_imethod_t *mp) argument
96 topo_method_exit(topo_imethod_t *mp) argument
108 set_methregister_error(topo_mod_t *mod, tnode_t *node, topo_imethod_t *mp, int err) argument
131 topo_method_register(topo_mod_t *mod, tnode_t *node, const topo_method_t *mp) argument
190 topo_imethod_t *mp; local
218 topo_imethod_t *mp; local
238 topo_imethod_t *mp; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c83 register struct myutmp *mp; local
103 mp = myutmp;
132 mp->myutmp = we->we_utmp; mp->myidle = we->we_idle;
133 (void) strncpy(mp->myhost, w->wd_hostname,
134 sizeof (mp->myhost));
135 nusers++; we++; mp++;
140 mp = myutmp;
143 int j = strlen(mp->myhost) + 1 + strlen(mp
[all...]
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c250 vuidmice_rput(queue_t *const qp, mblk_t *mp) argument
253 ASSERT(mp != NULL);
260 if (DB_TYPE(mp) == M_DATA) {
262 return (putq(qp, mp)); /* queue message & return */
263 } else if (DB_TYPE(mp) == M_FLUSH) {
264 if (*mp->b_rptr & FLUSHR)
268 putnext(qp, mp); /* pass it on */
275 register mblk_t *mp; local
279 while ((mp = getq(qp)) != NULL) {
280 ASSERT(DB_TYPE(mp)
309 vuidmice_wput(queue_t *const qp, mblk_t *mp) argument
520 vuidmice_miocdata(queue_t *qp, mblk_t *mp) argument
660 vuidmice_handle_wheel_resolution_ioctl(queue_t *qp, mblk_t *mp, int cmd) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c314 mblk_t *mp; local
322 while (mp = getq(WR(q)))
323 putnext(WR(q), mp); local
366 rlmodrput(queue_t *q, mblk_t *mp) argument
372 "q %p, mp %p", q, mp);
376 if ((mp->b_datap->db_type < QPCTL) &&
381 (mp->b_datap->db_type == M_DATA)))) {
383 (void) putq(q, mp);
385 "rlmodrput end: q %p, mp
487 mblk_t *mp; local
596 rlmodwput(queue_t *q, mblk_t *mp) argument
745 mblk_t *mp, *tmpmp; local
807 mblk_t *mp; local
841 rlmodrmsg(queue_t *q, mblk_t *mp) argument
994 rlwinctl(queue_t *q, mblk_t *mp) argument
1031 rlwinsetup(queue_t *q, mblk_t *mp, unsigned char *blk) argument
1084 tty_flow(queue_t *q, struct rlmod_info *rmip, mblk_t *mp) argument
1183 rlmodwioctl(queue_t *q, mblk_t *mp) argument
1306 recover(queue_t *q, mblk_t *mp, size_t size) argument
[all...]
H A Dpipemod.c65 * If mp is an M_FLUSH message, switch the FLUSHW to FLUSHR and
66 * the FLUSHR to FLUSHW and send the message on. If mp is not an
70 pipeput(queue_t *qp, mblk_t *mp) argument
72 switch (mp->b_datap->db_type) {
74 if (!(*mp->b_rptr & FLUSHR && *mp->b_rptr & FLUSHW)) {
75 if (*mp->b_rptr & FLUSHW) {
76 *mp->b_rptr |= FLUSHR;
77 *mp->b_rptr &= ~FLUSHW;
79 *mp
[all...]
H A Dbufmod.c281 sbioc(queue_t *wq, mblk_t *mp) argument
288 iocp = (struct iocblk *)mp->b_rptr;
295 miocack(wq, mp, 0, 0);
303 t32 = (struct timeval32 *)mp->b_cont->b_rptr;
305 miocnak(wq, mp, 0, EINVAL);
314 tb = (struct timeval *)mp->b_cont->b_rptr;
317 miocnak(wq, mp, 0, EINVAL);
325 miocack(wq, mp, 0, 0);
339 chunk = *(uint_t *)mp->b_cont->b_rptr;
349 sbp->sb_chunk = *(uint_t *)mp
407 sbwput(queue_t *wq, mblk_t *mp) argument
459 sbrput(queue_t *rq, mblk_t *mp) argument
548 mblk_t *mp; local
568 sbioctl(queue_t *wq, mblk_t *mp) argument
954 sbaddmsg(queue_t *rq, mblk_t *mp) argument
1162 mblk_t *mp; local
1195 sbsendit(queue_t *rq, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c117 Mac_t *mp = (Mac_t*)addr; local
118 mp->shp = shp;
152 register Mac_t *mp = (Mac_t*)shp->mac_context; local
155 savemac = *mp;
157 mp->arith = (mode==3);
158 mp->let = 0;
160 mp->pattern = (mode==1||mode==2);
161 mp->patfound = 0;
162 mp->assign = 0;
164 mp
196 register Mac_t *mp = (Mac_t*)shp->mac_context; local
263 register Mac_t *mp = (Mac_t*)shp->mac_context; local
426 copyto(register Mac_t *mp,int endch, int newquote) argument
792 mac_substitute(Mac_t *mp, register char *cp,char *str,register int subexp[],int subsize) argument
946 subcopy(Mac_t *mp, int flag) argument
998 namecount(Mac_t *mp,const char *prefix) argument
1008 nextname(Mac_t *mp,const char *prefix, int len) argument
1025 varsub(Mac_t *mp) argument
1891 comsubst(Mac_t *mp,register Shnode_t* t, int type) argument
2107 mac_copy(register Mac_t *mp,register const char *str, register int size) argument
2278 endfield(register Mac_t *mp,int split) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/mutex/
H A Dmutex.c139 __db_mutex_init(mp, off)
140 db_mutex_t *mp;
144 if ((ALIGNTYPE)mp & (MUTEX_ALIGNMENT - 1)) {
151 memset(mp, 0, sizeof(db_mutex_t));
157 if (TSL_INIT(&mp->tsl_resource))
160 TSL_INIT(&mp->tsl_resource);
162 mp->spins = __os_spin();
164 mp->off = off;
179 __db_mutex_lock(mp, fd)
180 db_mutex_t *mp;
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_common.c67 vnet_vlan_insert_tag(mblk_t *mp, uint16_t vid) argument
74 if (DB_REF(mp) == 1 && MBLKHEAD(mp) >= VLAN_TAGSZ) {
81 ovbcopy(mp->b_rptr, mp->b_rptr - VLAN_TAGSZ, 2 * ETHERADDRL);
82 mp->b_rptr -= VLAN_TAGSZ;
85 evhp = (struct ether_vlan_header *)mp->b_rptr;
97 freemsg(mp);
105 bcopy(mp->b_rptr, nmp->b_rptr, n);
113 bcopy(mp
136 vnet_vlan_remove_tag(mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c49 pci_sc_pg_inv(dev_info_t *dip, sc_t *sc_p, ddi_dma_impl_t *mp, off_t off, argument
56 len = mp->dmai_size;
58 pg_off = mp->dmai_offset; /* start min */
60 pg_off += mp->dmai_size; /* end max */
64 off, len, mp->dmai_offset,
65 mp->dmai_offset + mp->dmai_size);
70 dvma_addr += mp->dmai_mapping; /* start addr */
84 pci_dma_sync_flag_wait(ddi_dma_impl_t *mp, sc_t *sc_p, uint32_t onstack) argument
88 uint64_t sync_flag_pa = SYNC_BUF_PA(mp);
151 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)handle; local
229 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
253 ddi_dma_impl_t *mp; local
312 pci_dma_freemp(ddi_dma_impl_t *mp) argument
323 pci_dma_freepfn(ddi_dma_impl_t *mp) argument
360 ddi_dma_impl_t *mp; local
425 pci_dma_attr2hdl(pci_t *pci_p, ddi_dma_impl_t *mp) argument
550 pci_dma_type(pci_t *pci_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp) argument
650 pci_dma_pgpfn(pci_t *pci_p, ddi_dma_impl_t *mp, uint_t npages) argument
699 pci_dma_vapfn(pci_t *pci_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp, uint_t npages) argument
761 pci_dma_pfn(pci_t *pci_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp) argument
838 pci_dvma_win(pci_t *pci_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp) argument
909 pci_dvma_map_fast(iommu_t *iommu_p, ddi_dma_impl_t *mp) argument
976 mp->dmai_size, mp); local
985 pci_dvma_map(ddi_dma_impl_t *mp, ddi_dma_req_t *dmareq, iommu_t *iommu_p) argument
1052 pci_dvma_unmap(iommu_t *iommu_p, ddi_dma_impl_t *mp) argument
1078 pci_dma_sync_unmap(dev_info_t *dip, dev_info_t *rdip, ddi_dma_impl_t *mp) argument
1111 pci_dvma_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp, uint_t cache_flags) argument
1131 pci_dma_freewin(ddi_dma_impl_t *mp) argument
1173 pci_dma_newwin(ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp, uint32_t cookie_no, uint32_t start_idx, uint32_t end_idx, pci_dma_win_t **win_pp, uint64_t count_max, uint64_t bypass_prefix) argument
1248 pci_dma_adjust(ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp, pci_dma_win_t *win_p) argument
1327 pci_dma_physwin(pci_t *pci_p, ddi_dma_req_t *dmareq, ddi_dma_impl_t *mp) argument
1425 pci_dma_ctl(dev_info_t *dip, dev_info_t *rdip, ddi_dma_impl_t *mp, enum ddi_dma_ctlops cmd, off_t *offp, size_t *lenp, caddr_t *objp, uint_t cache_flags) argument
1546 pci_dvma_alloc_debug(iommu_t *iommu_p, char *address, uint_t len, ddi_dma_impl_t *mp) argument
1579 pci_dvma_free_debug(iommu_t *iommu_p, char *address, uint_t len, ddi_dma_impl_t *mp) argument
[all...]
H A Dpci_fdvma.c52 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
53 fdvma_t *fdvma_p = (fdvma_t *)mp->dmai_fdvma;
72 if (index + npages > mp->dmai_ndvmapages) {
84 dvma_addr = mp->dmai_mapping + IOMMU_PTOB(index);
98 IOMMU_PAGE_SIZE, flags, mp, &pfn,
101 mp->dmai_flags |= DMAI_FLAGS_RELOC;
109 tte = MAKE_TTE_TEMPLATE((iopfn_t)pfn, mp);
116 mp->dmai_flags |= DMAI_FLAGS_MAPPED;
130 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
131 fdvma_t *fdvma_p = (fdvma_t *)mp
165 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
185 ddi_dma_impl_t *mp; local
271 pci_fdvma_release(dev_info_t *dip, pci_t *pci_p, ddi_dma_impl_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c369 struct module *mp; local
467 mp = load_exec(bootaux, filename);
473 if (load_primary(mp, KOBJ_LM_PRIMARY) == -1)
710 struct module *mp; local
726 mp = kobj_zalloc(sizeof (struct module), KM_WAIT);
727 cp->mod_mp = mp;
734 mp->symtbl_section = 0;
735 mp->shdrs = NULL;
736 mp->strhdr = NULL;
743 mp
894 struct module *mp; local
1139 struct module *mp; local
1295 load_primary(struct module *mp, int lmid) argument
1382 struct module *mp; local
1437 depends_on(struct module *mp) argument
1484 struct module *mp; local
1500 kobj_export_ksyms(struct module *mp) argument
1640 kobj_export_ctf(struct module *mp) argument
1661 kobj_export_module(struct module *mp) argument
1670 process_dynamic(struct module *mp, char *dyndata, char *strdata) argument
1751 do_dynamic(struct module *mp, struct _buf *file) argument
1827 kobj_set_ctf(struct module *mp, caddr_t data, size_t size) argument
1861 struct module *mp = NULL; local
2099 struct module *mp; local
2140 module_assign(struct modctl *cp, struct module *mp) argument
2155 struct module *mp = modp->mod_mp; local
2178 free_module_data(struct module *mp) argument
2274 get_progbits(struct module *mp, struct _buf *file) argument
2473 get_syms(struct module *mp, struct _buf *file) argument
2626 get_ctf(struct module *mp, struct _buf *file) argument
2692 crypto_es_hash(struct module *mp, char *hash, char *shstrtab) argument
2733 get_signature(struct module *mp, struct _buf *file) argument
2803 add_dependent(struct module *mp, struct module *dep) argument
2828 struct module *mp; local
2934 do_common(struct module *mp) argument
2966 do_symbols(struct module *mp, Elf64_Addr bss_base) argument
3115 struct module *mp; local
3146 struct module *mp; local
3173 kobj_getelfsym(char *name, void *mp, int *size) argument
3203 kobj_searchsym(struct module *mp, uintptr_t value, ulong_t *offset) argument
3273 kobj_lookup_all(struct module *mp, char *name, int include_self) argument
3309 struct module *mp; local
3328 lookup_one(struct module *mp, const char *name) argument
3353 sym_lookup(struct module *mp, Sym *ksp) argument
3369 sym_insert(struct module *mp, char *name, symid_t index) argument
4270 kobj_textwin_alloc(struct module *mp) argument
4309 kobj_textwin_free(struct module *mp) argument
4474 struct module *mp = mod->mod_mp; local
[all...]
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c44 static kssl_cmd_t kssl_handle_any_record(kssl_ctx_t ctx, mblk_t *mp,
48 static kssl_status_t kssl_build_single_record(ssl_t *ssl, mblk_t *mp);
324 kssl_input(kssl_ctx_t ctx, mblk_t *mp, mblk_t **decrmp, boolean_t *more, argument
337 if (mp != NULL) {
338 ASSERT(mp->b_prev == NULL && mp->b_next == NULL);
355 if (mp != NULL) {
356 KSSL_ENQUEUE_MP(ssl, mp);
369 ((mp != NULL) && (mplen = MBLKL(mp)) > SSL3_HDR_LE
526 mblk_t *prevmp = NULL, *nextmp, *firstmp, *mp, *copybp; local
782 kssl_handle_any_record(kssl_ctx_t ctx, mblk_t *mp, mblk_t **decrmp, kssl_callback_t cbfn, void *arg) argument
1184 kssl_build_record(kssl_ctx_t ctx, mblk_t *mp) argument
1257 kssl_build_single_record(ssl_t *ssl, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_ctf_open.c71 struct module *mp; local
81 mp = kmc->kmc_modctl->mod_mp;
82 if (mp->ctfdata == NULL) {
88 if ((ctfp = mdb_ctf_bufopen(mp->ctfdata, mp->ctfsize, mp->symtbl,
89 mp->symhdr, mp->strings, mp->strhdr, errp)) == NULL)
93 (ulong_t)mp
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fdvma.c52 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
53 fdvma_t *fdvma_p = (fdvma_t *)mp->dmai_fdvma;
69 if (index + npages > mp->dmai_ndvmapages) {
78 dvma_addr = mp->dmai_mapping + MMU_PTOB(index);
87 attr = PX_GET_TTE_ATTR(mp->dmai_rflags, mp->dmai_attr.dma_attr_flags);
90 PX_ADD_ATTR_EXTNS(attr, mp->dmai_bdf), (void *)a, 0,
102 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
103 fdvma_t *fdvma_p = (fdvma_t *)mp->dmai_fdvma;
106 px_dvma_addr_t dvma_pg = MMU_BTOP(mp
120 ddi_dma_impl_t *mp = (ddi_dma_impl_t *)h; local
138 ddi_dma_impl_t *mp; local
226 px_fdvma_release(dev_info_t *dip, px_t *px_p, ddi_dma_impl_t *mp) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c286 getdata(register Magic_t* mp, register long off, register int siz) argument
292 if (off + siz <= mp->fbsz)
293 return mp->fbuf + off;
294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz)
296 if (off + siz > mp->fbmx)
299 if (sfseek(mp->fp, n, SEEK_SET) != n)
301 if ((mp->xbsz = sfread(mp
323 register Magic_t* mp = (Magic_t*)handle; local
380 regmessage(Magic_t* mp, regex_t* re, int code) argument
476 ckmagic(register Magic_t* mp, const char* file, char* buf, struct stat* st, unsigned long off) argument
973 ckenglish(register Magic_t* mp, int pun, int badpun) argument
1000 cklang(register Magic_t* mp, const char* file, char* buf, struct stat* st) argument
1521 type(register Magic_t* mp, const char* file, struct stat* st, char* buf, int size) argument
1627 load(register Magic_t* mp, char* file, register Sfio_t* fp) argument
2192 magicload(register Magic_t* mp, const char* file, unsigned long flags) argument
2287 register Magic_t* mp; local
2342 magicclose(register Magic_t* mp) argument
2358 magictype(register Magic_t* mp, Sfio_t* fp, const char* file, register struct stat* st) argument
2403 magiclist(register Magic_t* mp, register Sfio_t* sp) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_notify.c49 mblk_t *mp; local
55 if ((mp = allocb(sizeof (*tudi) + sizeof (void *) +
63 mp->b_datap->db_type = M_PROTO;
64 mp->b_flag |= MSGMARK;
65 mp->b_rptr += sizeof (void *); /* pointer worth of padding */
67 tudi = (struct T_unitdata_ind *)mp->b_rptr;
87 mp->b_wptr = (uchar_t *)(sin4 + 1);
96 mp->b_wptr = (uchar_t *)(sin6 + 1);
99 mp->b_cont = emp;
107 for (emp = mp
130 mblk_t *mp; local
167 mblk_t *mp; local
207 mblk_t *mp; local
254 mblk_t *mp; local
299 mblk_t *mp; local
328 mblk_t *mp; local
366 mblk_t *mp; local
432 mblk_t *mp; local
456 mblk_t *mp; local
486 mblk_t *mp; local
[all...]
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_root.c78 struct modctl *mp; local
85 mp = &modules;
87 if (mp->mod_loaded &&
88 strcmp(nm, mp->mod_modname) == 0) {
94 *vpp = objfs_create_odirnode(vp, mp);
95 *inop = OBJFS_INO_ODIR(mp->mod_id);
100 } while ((mp = mp->mod_next) != &modules);
112 struct modctl *mp = *mpp; local
129 while (mp
161 struct modctl *mp = &amp;modules; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c152 * - 'mp' is either an untagged or a special priority-tagged packet.
200 mblk_t *mp; local
257 for (mp = mp_chain; mp != NULL; mp = mp_chain) {
258 mp_chain = mp->b_next;
259 mp->b_next = NULL;
261 ASSERT(DB_TYPE(mp) == M_DATA);
283 * The "(DB_REF(mp) > 1)" check was moved from ip_rput()
292 if (DB_REF(mp) >
425 ill_input_full_v4(mblk_t *mp, void *iph_arg, void *nexthop_arg, ip_recv_attr_t *ira, rtc_t *rtc) argument
556 ill_input_short_v4(mblk_t *mp, void *iph_arg, void *nexthop_arg, ip_recv_attr_t *ira, rtc_t *rtc) argument
837 ire_recv_forward_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1115 ip_forward_xmit_v4(nce_t *nce, ill_t *ill, mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira, uint32_t mtu, uint32_t added_tx_len) argument
1235 ire_recv_noroute_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1290 ire_recv_noaccept_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1304 ire_recv_broadcast_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1490 ire_recv_multicast_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1643 ire_recv_multirt_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1659 ire_recv_loopback_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1692 ire_recv_local_v4(ire_t *ire, mblk_t *mp, void *iph_arg, ip_recv_attr_t *ira) argument
1757 ip_input_local_v4(ire_t *ire, mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
1835 ip_input_broadcast_v4(ire_t *ire, mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
1915 ip_input_multicast_v4(ire_t *ire, mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
2011 ip_fanout_tx_v4(mblk_t *mp, ipha_t *ipha, uint8_t protocol, uint_t ip_hdr_length, ip_recv_attr_t *ira) argument
2162 ip_input_sw_cksum_v4(mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
2189 ip_input_cksum_v4(iaflags_t iraflags, mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
2336 ip_fanout_v4(mblk_t *mp, ipha_t *ipha, ip_recv_attr_t *ira) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_create.c41 mdb_module_t *mp; local
43 if ((mp = mdb_module_load_builtin("mdb_kvm")) != NULL)
44 mp->mod_tgt_ctor = mdb_kvm_tgt_create;
46 if ((mp = mdb_module_load_builtin("mdb_proc")) != NULL)
47 mp->mod_tgt_ctor = mdb_proc_tgt_create;
49 if ((mp = mdb_module_load_builtin("mdb_kproc")) != NULL)
50 mp->mod_tgt_ctor = mdb_kproc_tgt_create;
52 if ((mp = mdb_module_load_builtin("mdb_raw")) != NULL)
53 mp->mod_tgt_ctor = mdb_rawfile_tgt_create;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_protos.h34 Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes);
35 Library void zallocstats(struct MemPool *mp);
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c260 sf_free_mech_ent(mechanism_t *mp) argument
262 if (mp) {
263 if (mp->mechname)
264 free(mp->mechname);
265 if (mp->alias)
266 free(mp->alias);
267 if (mp->qop)
268 free(mp->qop);
269 free(mp);
463 equal_entries(const mechanism_t *mp, cons argument
492 sf_copy_mech_ent(mechanism_t *mp) argument
514 member_of_dups(mechanism_t **t, const mechanism_t *mp) argument
553 mechanism_t *mp; local
676 mechanism_t *mp = *mpp; local
722 mechanism_t *mp = *mpp; local
862 mechanism_t *mp = *mpp; local
955 mf_copy_ent(mfent_t *mp) argument
971 mf_free_ent(mfent_t *mp) argument
1003 mfent_t *mp; /* a mech entry */ local
1063 mfent_t *mp = *mpp; local
[all...]
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c90 sdt_reloc_resolve(struct module *mp, char *symname, uint8_t *instr) argument
113 sdp->sdpd_next = mp->sdt_probes;
114 mp->sdt_probes = sdp;
124 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, argument
156 if (stndx >= mp->nsyms) {
165 _kobj_printf(ops, " file=%s\n", mp->filename);
182 (mp->symtbl+(stndx * mp->symhdr->sh_entsize));
188 (const char *)mp->strings + symp->st_name);
192 if (!(mp
281 do_relocations(struct module *mp) argument
[all...]
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c88 sdt_reloc_resolve(struct module *mp, char *symname, uint8_t *instr) argument
111 sdp->sdpd_next = mp->sdt_probes;
112 mp->sdt_probes = sdp;
122 do_relocate(struct module *mp, char *reltbl, Word relshtype, int nreloc, argument
153 if (stndx >= mp->nsyms) {
162 _kobj_printf(ops, " file=%s\n", mp->filename);
178 (mp->symtbl+(stndx * mp->symhdr->sh_entsize));
183 (const char *)mp->strings + symp->st_name);
187 if (!(mp
275 do_relocations(struct module *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c65 sfxge_pkthdr_parse(mblk_t *mp, struct ether_header **etherhpp, argument
94 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
98 etherhp = (struct ether_header *)(mp->b_rptr);
105 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
109 ethervhp = (struct ether_vlan_header *)(mp->b_rptr);
121 if ((MBLKL(mp) < len) && (pullupmsg(mp, len) == 0))
125 iphp = (struct ip *)(mp
[all...]

Completed in 198 milliseconds

1234567891011>>