Searched refs:UC (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/inet/
H A Dinet_ntoa.c45 #define UC(b) (((int)b)&0xff) macro
46 sprintf(b, "%d.%d.%d.%d", UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
/illumos-gate/usr/src/ucblib/libcurses/
H A Dstandout.c38 if (!SO && !UC)
42 return (SO ? SO : UC);
52 if (!SO && !UC)
56 return (SE ? SE : UC);
H A Dcurses.c57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
H A Drefresh.c277 if (UC && (*nsp & _STANDOUT)) {
279 (void) _puts(UC);
H A Dcr_tty.c50 &SO, &SR, &TA, &TE, &TI, &UC, &UE, &UP, &US,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c90 #define UC(b) (((int)b) & 0xff) macro
96 UC(v4addr[0]), UC(v4addr[1]), UC(v4addr[2]), UC(v4addr[3]));
105 UC(caddr[12]), UC(caddr[13]),
106 UC(caddr[14]), UC(caddr[15]));
110 UC(cadd
122 #undef UC macro
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dinet_ntoa.c132 #define UC(b) (((int)b)&0xff) macro
134 UC(p[0]), UC(p[1]), UC(p[2]), UC(p[3]));
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c753 #define UC(b) (((int)b) & 0xff) macro
759 UC(v4addr[0]), UC(v4addr[1]), UC(v4addr[2]), UC(v4addr[3]));
768 UC(caddr[12]), UC(caddr[13]),
769 UC(caddr[14]), UC(caddr[15]));
773 UC(cadd
782 #undef UC macro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c1569 #define UC(b) ((b)&0xff) macro
1570 a[0] = UC(a1);
1571 a[1] = UC(a2);
1572 a[2] = UC(a3);
1573 a[3] = UC(a4);
1575 p[0] = UC(p1);
1576 p[1] = UC(p2);
1647 UC(a[12]), UC(a[13]), UC(
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3549 #define UC(b) (((int)b) & 0xff) macro
3556 UC(v4addr[0]), UC(v4addr[1]), UC(v4addr[2]), UC(v4addr[3]));
3566 UC(caddr[12]), UC(caddr[13]),
3567 UC(caddr[14]), UC(caddr[15]));
3572 UC(cadd
3584 #undef UC macro
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c57 FAB_FIRE_UE(UC, UC, PCI_STAT_S_SYSERR, 0),
H A Dfx_epkt.c67 EPKT_DESC(PORT, PIO, IRR, UC, IRR),
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h65 *SO, *SR, *TA, *TE, *TI, *UC, *UE, *UP, *US, *VB, *VS,
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c7567 #define UC(b) ar_s.ar_data[(b)] macro
7569 UC(8), UC(9), UC(10), UC(11));
7571 UC(12), UC(13), UC(14), UC(15));
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c763 _GCPU_BSTATUS(bstat, UC),
1623 * produce a machine check (UC/PCC and ENabled, although these
1953 "%u UC (%d ok, %u poisoned), "
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c346 { TLU_UC_BIT_DESC(UC, pciex_ue, pciex_rx_ue) },
1986 * Log the Received Log for PTLP, UR and UC.

Completed in 95 milliseconds