Searched refs:mp (Results 476 - 500 of 1084) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c85 static Namfun_t *clone_tree(Namval_t *np, Namval_t *mp, int flags, Namfun_t *fp){ argument
92 walk_tree(np,mp,flags);
546 Namval_t *mp; local
565 mp = nv_opensub(np);
568 if(mp && special && nv_isvtree(mp))
572 mp = nv_opensub(np);
585 if(mp && nv_isarray(mp))
587 nv_outnode(mp, ou
912 Namval_t *mp=0; local
1053 Namval_t *mp = val?nv_open(val,shp->var_tree,NV_VARNAME|NV_NOADD|NV_NOASSIGN|NV_ARRAY|NV_NOFAIL):0; local
[all...]
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c307 grub_menu_t *mp; local
310 mp = barg->gb_entry->ge_menu;
313 if (di_devlink_walk(mp->gm_fs.gf_dvlh, "^dsk/",
418 grub_menu_t *mp; local
419 mp = barg->gb_entry->ge_menu;
423 (void) zfs_iter_root(mp->gm_fs.gf_lzfh, zfs_bootsign, barg);
426 if (barg->gb_walkret != 0 && di_walk_minor(mp->gm_fs.gf_diroot,
444 struct mnttab mp = {0}; local
456 rc = getmntany(fp, &mp, &mpref);
465 (void) strlcpy(root->gr_fstyp, mp
527 struct mnttab mp = {0}; local
[all...]
H A Dlibgrub_entry.c105 grub_menu_t *mp; local
110 mp = ent->ge_menu;
113 assert(mp);
117 (void) bcopy(&mp->gm_root, &barg->gb_root, sizeof (barg->gb_root));
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci.c332 pci_bus_map(dev_info_t *dip, dev_info_t *rdip, ddi_map_req_t *mp, argument
347 mr = *mp; /* Get private copy of request */
348 mp = &mr;
350 if (mp->map_handlep != NULL) {
352 hdlp = (ddi_acc_impl_t *)(mp->map_handlep)->ah_platform_private;
362 switch (mp->map_type) {
364 pci_reg = *(pci_regspec_t *)(mp->map_obj.rp);
370 rnumber = mp->map_obj.rnumber;
407 mp->map_type = DDI_MT_REGSPEC;
418 if ((mp
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c278 oce_m_send(void *arg, mblk_t *mp) argument
288 freemsg(mp);
295 wq = oce_get_wq(dev, mp);
297 while (mp != NULL) {
298 /* Save the Pointer since mp will be freed in case of copy */
299 nxt_pkt = mp->b_next;
300 mp->b_next = NULL;
302 rmp = oce_send_packet(wq, mp);
311 mp = nxt_pkt;
569 oce_m_ioctl(void *arg, queue_t *wq, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c174 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp);
176 static void async_iocdata(queue_t *q, mblk_t *mp);
278 static int asywputdo(queue_t *q, mblk_t *mp, boolean_t);
279 static int asywput(queue_t *q, mblk_t *mp);
414 async_put_suspq(struct asycom *asy, mblk_t *mp) argument
421 async->async_suspqf = mp;
423 async->async_suspqb->b_next = mp;
425 async->async_suspqb = mp;
432 mblk_t *mp; local
436 if ((mp
449 mblk_t *mp; local
3309 async_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp) argument
3781 asywputdo(queue_t *q, mblk_t *mp, boolean_t wput) argument
4083 asywput(queue_t *q, mblk_t *mp) argument
4099 mblk_t *mp; local
4124 async_iocdata(queue_t *q, mblk_t *mp) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c507 uint8_t *mp = m_arg, *np = n_arg, *lim; local
509 lim = mp + sizeof (struct sockaddr);
510 while (mp < lim)
511 if (*mp++ > *np++)
553 struct radix_mask *m, **mp; local
645 for (mp = &t->rn_mklist; x; x = x->rn_dupedkey)
648 if ((*mp = m = rn_new_radix_mask(x, 0)) != NULL)
649 mp = &m->rm_mklist;
655 for (mp = &x->rn_mklist; (m = *mp) !
712 struct radix_mask *m, *saved_m, **mp; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c173 uint8_t *mp; local
294 mp = memp;
298 bp[ix].buf_ds.ds_va = (ib_vaddr_t)(uintptr_t)mp;
302 mp = mp + RdsPktSize;
316 bp[ix].buf_ds.ds_va = (ib_vaddr_t)(uintptr_t)mp;
317 mp = mp + RDS_CTRLPKT_SIZE;
319 bp[nbuf - 1].buf_ds.ds_va = (ib_vaddr_t)(uintptr_t)mp;
326 RDS_DPRINTF3(LABEL, "rdsmemp start: %p end: %p", memp, mp);
387 uint8_t *mp; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c335 fmd_module_t *mp; local
341 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp->mod_next)
342 fmd_module_lock(mp);
351 for (mp = mhp->mh_hash[i]; mp != NULL; mp = mp
552 fmd_module_t *mp = arg; local
759 fmd_xprt_create(fmd_module_t *mp, uint_t flags, nvlist_t *auth, void *data) argument
926 fmd_module_t *mp = xip->xi_queue->eq_mod; local
1052 fmd_module_t *mp = xip->xi_queue->eq_mod; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_topo.h85 int opl_hb_enum(topo_mod_t *mp, const ioboard_contents_t *iob,
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c130 did_hash_insert(topo_mod_t *mp, di_node_t key, did_t *new) argument
132 did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp);
157 did_hash_lookup(topo_mod_t *mp, di_node_t key) argument
160 did_hash_t *tab = (did_hash_t *)topo_mod_getspecific(mp);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c72 char *mp = NULL; local
199 if (zfs_is_mounted(zhp, &mp) && mp == NULL) {
209 &fld, mp)) != BE_SUCCESS) {
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D_lwp_mutex_unlock.s44 SYSTRAP_RVAL1(lwp_mutex_wakeup) / lwp_mutex_wakeup(mp, 0)
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s48 SYSTRAP_RVAL1(lwp_mutex_wakeup) ! lwp_mutex_wakeup(mp, 0)
/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c51 static void statusput(register struct message *mp, register FILE *obuf, int doign, int (*fp)(const char *, FILE *));
72 register struct message *mp; local
82 mp = mailp;
83 if (mp->m_clen == 0)
84 setclen(mp);
85 ibuf = setinput(mp);
86 c = mp->m_size;
122 mp->m_clen - 1);
185 mp->m_clen - 1);
195 if (!ishead && !mp
252 statusput( register struct message *mp, register FILE *obuf, int doign, int (*fp)(const char *, FILE *)) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c241 rpterr(char *bs, char *mp) argument
254 "component of %s is not a directory\n"), myname, mp, bs);
259 myname, bs, mp);
268 myname, bs, mp);
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c146 rpterr(char *bs, char *mp) argument
161 myname, mp, bs);
166 myname, bs, mp);
176 myname, bs, mp);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.c659 ipsec_inbound_ah_sa(mblk_t *mp, ip_recv_attr_t *ira, ah_t **ahp) argument
680 ip6h = (ip6_t *)mp->b_rptr;
681 ah_offset = ipsec_ah_get_hdr_size_v6(mp, B_TRUE);
683 ipha = (ipha_t *)mp->b_rptr;
696 if (mp->b_rptr + pullup_len > mp->b_wptr) {
697 if (!pullupmsg(mp, pullup_len)) {
702 ip_drop_packet(mp, B_TRUE, ira->ira_ill,
708 ip6h = (ip6_t *)mp->b_rptr;
710 ipha = (ipha_t *)mp
[all...]
H A Dspd.c225 ipsec_freemsg_chain(mblk_t *mp) argument
228 while (mp != NULL) {
229 ASSERT(mp->b_prev == NULL);
230 mpnext = mp->b_next;
231 mp->b_next = NULL;
232 freemsg(mp);
233 mp = mpnext;
243 ip_drop_packet_chain(mblk_t *mp, boolean_t inbound, ill_t *ill, argument
247 while (mp != NULL) {
248 ASSERT(mp
1565 ipsec_check_ipsecin_action(ip_recv_attr_t *ira, mblk_t *mp, ipsec_action_t *ap, ipha_t *ipha, ip6_t *ip6h, const char **reason, kstat_named_t **counter, netstack_t *ns) argument
1799 ipsec_check_ipsecin_latch(ip_recv_attr_t *ira, mblk_t *mp, ipsec_latch_t *ipl, ipsec_action_t *ap, ipha_t *ipha, ip6_t *ip6h, const char **reason, kstat_named_t **counter, conn_t *connp, netstack_t *ns) argument
2244 ipsec_inbound_accept_clear(mblk_t *mp, ipha_t *ipha, ip6_t *ip6h) argument
2454 ipsec_check_inbound_policy(mblk_t *mp, conn_t *connp, ipha_t *ipha, ip6_t *ip6h, ip_recv_attr_t *ira) argument
2636 prepended_length(mblk_t *mp, uintptr_t hptr) argument
2689 ipsec_init_inbound_sel(ipsec_selector_t *sel, mblk_t *mp, ipha_t *ipha, ip6_t *ip6h, uint8_t sel_flags) argument
2815 ipsec_init_outbound_ports(ipsec_selector_t *sel, mblk_t *mp, ipha_t *ipha, ip6_t *ip6h, int outer_hdr_len, ipsec_stack_t *ipss) argument
2920 mblk_t *mp; local
2957 mblk_t *mp; local
4197 ip_output_attach_policy(mblk_t *mp, ipha_t *ipha, ip6_t *ip6h, const conn_t *connp, ip_xmit_attr_t *ixa) argument
5181 ipsec_tun_outbound(mblk_t *mp, iptun_t *iptun, ipha_t *inner_ipv4, ip6_t *inner_ipv6, ipha_t *outer_ipv4, ip6_t *outer_ipv6, int outer_hdr_len, ip_xmit_attr_t *ixa) argument
5579 mblk_t *mp = data_mp; local
6254 ipsec_fragcache_add(ipsec_fragcache_t *frag, mblk_t *iramp, mblk_t *mp, int outer_hdr_len, ipsec_stack_t *ipss) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h204 #define SOF_FILTER_DATA_OUT(so, mp, msg, cr, errp) \
205 sof_filter_data_out_from(so, (so)->so_filter_top, mp, msg, cr, errp)
206 #define SOF_FILTER_DATA_OUT_FROM(so, inst, mp, msg, cr, errp) \
207 sof_filter_data_out_from(so, inst, mp, msg, cr, errp)
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.h90 typedef void (*kssl_callback_t)(void *arg, mblk_t *mp, kssl_cmd_t cmd);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h50 mblk_t *mp; /* Fragment including IP header */ member in struct:ip_frag
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidm4p.c94 vuidm4p(queue_t *const qp, mblk_t *mp) argument
99 bufp = mp->b_rptr;
100 r = MBLKL(mp);
276 freemsg(mp);
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h305 mblk_t *mp; member in struct:tracedata
332 #define OPLMSU_TRACE(q, mp, op) { \
334 oplmsu_cmn_trace(q, mp, op); \
348 #define OPLMSU_TRACE(q, mp, op)
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c88 rdma_registry_t **mp, *m; local
98 mp = &rdma_mod_head;
99 while (*mp != NULL) {
100 if (strncmp((*mp)->r_mod->rdma_api, mod->rdma_api,
102 if ((*mp)->r_mod_state == RDMA_MOD_INACTIVE) {
103 (*mp)->r_mod_state = RDMA_MOD_ACTIVE;
104 (*mp)->r_mod->rdma_ops = mod->rdma_ops;
105 (*mp)->r_mod->rdma_count = mod->rdma_count;
111 mp = &((*mp)
[all...]

Completed in 124 milliseconds

<<11121314151617181920>>