Home
last modified time | relevance | path

Searched refs:idn (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Didlok.c117 int tsy, bsy, idn, dir, nomore; in _use_idln() local
162 if ((idn = ip->_wy - ip->_sy) < 0) in _use_idln()
163 idn = -idn; in _use_idln()
166 _do_idln(tsy, bsy, idn, dir == -1); in _use_idln()
177 (void) winsdelln(curscr, dir > 0 ? -idn : idn); in _use_idln()
205 _do_idln(int tsy, int bsy, int idn, int doinsert) in _do_idln() argument
232 for (y = bsy - idn, begns = _BEGNS + y; in _do_idln()
245 (void) mvcur(cy, cx, bsy - idn, 0); in _do_idln()
246 cy = bsy - idn; in _do_idln()
248 if (parm_delete_line && (idn > 1 || !delete_line)) in _do_idln()
[all …]
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn.c83 idn_global_t idn; variable
247 struct idn *idn_i2s_table[IDN_MAXMAX_NETS << 1];
590 idn.version = IDN_VERSION; in _init()
616 struct idn *sip; in idnattach()
640 if (idn.state != IDNGS_OFFLINE) { in idnattach()
653 rw_enter(&idn.struprwlock, RW_READER); in idnattach()
654 for (stp = idn.strup; stp; stp = stp->ss_nextp) in idnattach()
659 rw_exit(&idn.struprwlock); in idnattach()
679 mutex_enter(&idn.siplock); in idnattach()
683 mutex_exit(&idn.siplock); in idnattach()
[all …]
H A Didn_smr.c104 ASSERT(idn.localid == IDN_GET_MASTERID()); in smr_slab_alloc_local()
211 ASSERT(idn.localid != IDN_GET_MASTERID()); in smr_slab_alloc_remote()
212 ASSERT(domid == idn.localid); in smr_slab_alloc_remote()
240 if ((idn.state != IDNGS_ONLINE) || in smr_slab_alloc_remote()
303 proc, domid, serrno, idngs_str[idn.state], in smr_slab_alloc_remote()
407 proc, (idn.localid == IDN_GET_MASTERID()) ? in smr_slab_alloc()
447 ASSERT(domid == idn.localid); in smr_slab_free_remote()
448 ASSERT(idn.localid != IDN_GET_MASTERID()); in smr_slab_free_remote()
544 ASSERT(idn_domain[idn.localid].dvote.v.master == 0); in smr_slab_garbage_collection()
595 ASSERT((domid != idn.localid) && (domid != IDN_NIL_DOMID)); in smr_buf_alloc()
[all …]
H A Didn_proto.c104 static int idn_send_mboxdata(int domid, struct idn *sip, int channel,
487 if (domid == idn.localid) in idn_link()
529 IDN_DLOCK_EXCL(idn.localid); in idn_link()
530 idn_update_priority(idn.localid, pri); in idn_link()
531 IDN_DUNLOCK(idn.localid); in idn_link()
612 if (idn.localid == IDN_NIL_DOMID) { in idn_unlink()
629 domset = idn.domset.ds_trans_on | idn.domset.ds_trans_off; in idn_unlink()
630 if ((idn.state == IDNGS_OFFLINE) && !domset) { in idn_unlink()
641 if ((domid == IDN_NIL_DOMID) || (domid == idn.localid)) { in idn_unlink()
642 domid = idn.localid; in idn_unlink()
[all …]
H A Didn_dlpi.c286 static mblk_t *idndl_addudind(struct idn *, mblk_t *, struct ether_addr *,
288 static void idndl_setipq(struct idn *);
293 static struct idn *_idndl_ether2sip(struct ether_addr *eap);
336 idndl_localetheraddr(struct idn *sip, struct ether_addr *eap) in idndl_localetheraddr()
348 rv = idndl_domain_etheraddr(idn.localid, instance, eap); in idndl_localetheraddr()
415 static struct idn *
419 struct idn *sip; in _idndl_ether2sip()
481 struct idn *sip; in idndl_stat_kstat_update()
484 sip = (struct idn *)ksp->ks_private; in idndl_stat_kstat_update()
597 idndl_statinit(struct idn *sip)
[all …]
H A Didn_xf.c852 ASSERT(ldp == &idn_domain[idn.localid]); in update_local_hw_config()
866 idn.dc_boardset &= ~ldp->dhw.dh_boardset; in update_local_hw_config()
867 idn.dc_boardset |= loc_hw->dh_boardset; in update_local_hw_config()
870 CPUSET_DEL(idn.dc_cpuset, c); in update_local_hw_config()
873 CPUSET_OR(idn.dc_cpuset, cpu_ready_set); in update_local_hw_config()
1321 localboardset = idn_domain[idn.localid].dhw.dh_boardset; in idnxf_shmem_add()
1437 localboardset = idn_domain[idn.localid].dhw.dh_boardset; in idnxf_shmem_sub()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h373 (((caddr_t)(addr) >= idn.smr.vaddr) && \
374 VALID_NWROFFSET(((caddr_t)(addr) - idn.smr.vaddr), (align)))
546 mutex_enter(&idn.idnsb_mutex); \
547 if (idn.idnsb) { \
550 idn.idnsb->id_status[domid].d_board = \
553 idn.idnsb->id_status[domid].d_board = \
556 idn.idnsb->id_status[domid].d_board = \
558 idn.idnsb->id_status[domid].d_state = \
561 mutex_exit(&idn.idnsb_mutex); \
599 uint_t *sp = &idn.idnsb->id_hwstate; \
[all …]
H A Didn_smr.h60 (uintptr_t)idn.smr.vaddr))
61 #define IDN_ADDR2OFFSET(va) ((smr_offset_t)((caddr_t)(va) - idn.smr.vaddr))
101 #define IDN_SLAB_MAXNUM (idn.slabpool->ntotslabs)
133 #define SMR_SLABPOOL_HASH(d) ((d) % idn.slabpool->npools)
134 #define SMR_SLABPOOL_HASHSTEP(p) (((p)+4) % idn.slabpool->npools)
136 ((d) % idn.slabpool->pool[p].nslabs)
138 (((s)+1) % idn.slabpool->pool[p].nslabs)
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel-inter-domain-ultra-enterprise-10000.mf48 driver name=idn alias=SUNW,idn
49 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/$(ARCH64)/idn \
51 file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/idn.conf group=sys \
52 original_name=SUNWidn:platform/SUNW,Ultra-Enterprise-10000/kernel/drv/idn.conf \
54 file path=usr/share/man/man7d/idn.7d
/titanic_41/usr/src/uts/sun4u/starfire/
H A DMakefile.files50 IDN_OBJS += idn.o idn_proto.o idn_dlpi.o idn_xf.o idn_smr.o idn_asm.o \
H A DMakefile.starfire68 STARFIRE_KMODS += idn
/titanic_41/usr/src/uts/sun4u/starfire/idn/
H A DMakefile41 MODULE = idn
/titanic_41/usr/src/uts/sun4u/starfire/ml/
H A Didn_offsets.in42 #include <sys/idn.h>
/titanic_41/usr/src/man/man7d/
H A DMakefile164 idn.7d \
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1550 dt_node_t idn; in dt_node_decl() local
1613 bzero(&idn, sizeof (dt_node_t)); in dt_node_decl()
1616 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type, in dt_node_decl()
1619 (void) dt_ident_cook(&idn, idp, NULL); in dt_node_decl()
1634 idn.dn_ctfp, idn.dn_type) != 0)) { in dt_node_decl()
1641 dt_node_type_name(&idn, n2, sizeof (n2))); in dt_node_decl()
1678 dt_node_type_name(&idn, n2, sizeof (n2)), in dt_node_decl()
1737 dt_ident_cook(&idn, idp, &ddp->dd_node); in dt_node_decl()