Home
last modified time | relevance | path

Searched refs:xdp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c260 mdb_xdata_t *xdp, *nxdp; in mdb_tgt_destroy() local
272 for (xdp = mdb_list_next(&t->t_xdlist); xdp != NULL; xdp = nxdp) { in mdb_tgt_destroy()
273 nxdp = mdb_list_next(xdp); in mdb_tgt_destroy()
274 mdb_list_delete(&t->t_xdlist, xdp); in mdb_tgt_destroy()
275 mdb_free(xdp, sizeof (mdb_xdata_t)); in mdb_tgt_destroy()
1822 mdb_xdata_t *xdp; in mdb_tgt_xdata_iter() local
1824 for (xdp = mdb_list_next(&t->t_xdlist); xdp; xdp = mdb_list_next(xdp)) { in mdb_tgt_xdata_iter()
1825 if (func(private, xdp->xd_name, xdp->xd_desc, in mdb_tgt_xdata_iter()
1826 xdp->xd_copy(t, NULL, 0)) != 0) in mdb_tgt_xdata_iter()
1836 mdb_xdata_t *xdp; in mdb_tgt_getxdata() local
[all …]
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c839 struct tmpnode *xdp; in tmp_lookup() local
874 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup()
877 tmpnode_init(tm, xdp, &tp->tn_attr, NULL); in tmp_lookup()
881 xdp->tn_flags = ISXATTR; in tmp_lookup()
882 xdp->tn_type = VDIR; in tmp_lookup()
884 xdp->tn_mode = tp->tn_attr.va_mode; in tmp_lookup()
886 xdp->tn_mode = 0700; in tmp_lookup()
888 xdp->tn_mode |= 0750; in tmp_lookup()
890 xdp->tn_mode |= 0705; in tmp_lookup()
892 xdp->tn_vnode->v_type = VDIR; in tmp_lookup()
[all …]
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c2050 idn_domain_t *xdp; in idn_sigbhandler_thread() local
2070 xdp = &idn_domain[d]; in idn_sigbhandler_thread()
2072 if ((xdp->dcpu == IDN_NIL_DCPU) && in idn_sigbhandler_thread()
2076 if (CPU_IN_SET(xdp->dcpuset, in idn_sigbhandler_thread()
2080 dp = (d == MAX_DOMAINS) ? NULL : xdp; in idn_sigbhandler_thread()
2084 xdp = &idn_domain[d]; in idn_sigbhandler_thread()
2086 if ((xdp->dcpu == IDN_NIL_DCPU) && in idn_sigbhandler_thread()
2090 if (xdp->dhw.dh_boardset & in idn_sigbhandler_thread()
2094 dp = (d == MAX_DOMAINS) ? NULL : xdp; in idn_sigbhandler_thread()
2717 idn_domain_t *dp, *xdp; in idnioc_unlink() local
[all …]