Searched refs:idn (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c117 int tsy, bsy, idn, dir, nomore; local
162 if ((idn = ip->_wy - ip->_sy) < 0)
163 idn = -idn;
166 _do_idln(tsy, bsy, idn, dir == -1);
177 (void) winsdelln(curscr, dir > 0 ? -idn : idn);
205 _do_idln(int tsy, int bsy, int idn, int doinsert) argument
232 for (y = bsy - idn, begns = _BEGNS + y;
245 (void) mvcur(cy, cx, bsy - idn,
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c49 #include <sys/idn.h>
80 * local domain (i.e. domid == idn.localid), or it's being
104 ASSERT(idn.localid == IDN_GET_MASTERID());
211 ASSERT(idn.localid != IDN_GET_MASTERID());
212 ASSERT(domid == idn.localid);
240 if ((idn.state != IDNGS_ONLINE) ||
255 * idn.masterid where we grab the READER global
303 proc, domid, serrno, idngs_str[idn.state],
407 proc, (idn.localid == IDN_GET_MASTERID()) ?
447 ASSERT(domid == idn
[all...]
H A Didn.c72 #include <sys/idn.h>
83 idn_global_t idn; variable
247 struct idn *idn_i2s_table[IDN_MAXMAX_NETS << 1];
590 idn.version = IDN_VERSION;
616 struct idn *sip;
631 * OBP environment variable (idn-smr-size)
640 if (idn.state != IDNGS_OFFLINE) {
653 rw_enter(&idn.struprwlock, RW_READER);
654 for (stp = idn.strup; stp; stp = stp->ss_nextp)
659 rw_exit(&idn
[all...]
H A Didn_proto.c60 #include <sys/idn.h>
104 static int idn_send_mboxdata(int domid, struct idn *sip, int channel,
487 if (domid == idn.localid)
529 IDN_DLOCK_EXCL(idn.localid);
530 idn_update_priority(idn.localid, pri);
531 IDN_DUNLOCK(idn.localid);
612 if (idn.localid == IDN_NIL_DOMID) {
629 domset = idn.domset.ds_trans_on | idn.domset.ds_trans_off;
630 if ((idn
[all...]
H A Didn_dlpi.c49 #include <sys/idn.h>
96 #define IDNTRACE(fac, tag) (printf("idn.TRACE: "))
286 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)
348 rv = idndl_domain_etheraddr(idn.localid, instance, eap);
415 static struct idn *
419 struct idn *sip;
481 struct idn *si
[all...]
H A Didn_xf.c60 #include <sys/idn.h>
852 ASSERT(ldp == &idn_domain[idn.localid]);
866 idn.dc_boardset &= ~ldp->dhw.dh_boardset;
867 idn.dc_boardset |= loc_hw->dh_boardset;
870 CPUSET_DEL(idn.dc_cpuset, c);
873 CPUSET_OR(idn.dc_cpuset, cpu_ready_set);
1321 localboardset = idn_domain[idn.localid].dhw.dh_boardset;
1437 localboardset = idn_domain[idn.localid].dhw.dh_boardset;
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
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)
H A Didn.h69 #define IDN_PROP_SMRSIZE "idn-smr-size"
70 #define IDN_PROP_SMRADDR "idn-smr-addr"
373 (((caddr_t)(addr) >= idn.smr.vaddr) && \
374 VALID_NWROFFSET(((caddr_t)(addr) - idn.smr.vaddr), (align)))
482 #define IDNNAME "idn"
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
3265 struct idn { struct
[all...]
H A Didn_xf.h39 #include <sys/idn.h>
/illumos-gate/usr/src/uts/sun4u/starfire/idn/
H A DMakefile28 # This makefile drives the production of the idn driver module.
41 MODULE = idn
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s43 #include <sys/idn.h>
/illumos-gate/usr/src/man/man7d/
H A DMakefile165 idn.7d \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c1550 dt_node_t idn; local
1613 bzero(&idn, sizeof (dt_node_t));
1616 dt_node_type_assign(&idn, idp->di_ctfp, idp->di_type,
1619 (void) dt_ident_cook(&idn, idp, NULL);
1634 idn.dn_ctfp, idn.dn_type) != 0)) {
1641 dt_node_type_name(&idn, n2, sizeof (n2)));
1678 dt_node_type_name(&idn, n2, sizeof (n2)),
1737 dt_ident_cook(&idn, idp, &ddp->dd_node);

Completed in 94 milliseconds