Home
last modified time | relevance | path

Searched refs:scc (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/lib/libgen/common/
H A Dgmatch.c50 wchar_t scc, c; in gmatch() local
58 scc = n; in gmatch()
60 scc = cl; in gmatch()
67 return (scc == 0); in gmatch()
73 if (scc <= 0) in gmatch()
96 if (scc < lc || scc > c) in gmatch()
104 if (lc <= scc && in gmatch()
105 scc <= c) in gmatch()
114 if (scc != lc) in gmatch()
121 if (scc == lc) in gmatch()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3b.c64 struct shadowclients *scc; in pass3b() local
167 for (scc = sci->clients; scc; scc = scc->next) { in pass3b()
168 for (i = 0; i < scc->nclients; i++) { in pass3b()
169 clear_shadow_client(sci, scc, i); in pass3b()
179 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client() argument
188 scc->client[client], sci->shadow); in clear_shadow_client()
201 dp = ginode(scc->client[client]); in clear_shadow_client()
214 LINK_CLEAR(flow, scc->client[client], dp->di_mode, in clear_shadow_client()
216 if (statemap[scc->client[client]] == USTATE) in clear_shadow_client()
309 struct shadowclients *scc; in bufchk() local
[all …]
H A Dutilities.c1714 struct shadowclients *scc; in registershadowclient() local
1737 scc = sci->clients; in registershadowclient()
1738 if (scc->nclients >= maxshadowclients) { in registershadowclient()
1739 scc = newshadowclient(sci->clients); in registershadowclient()
1740 sci->clients = scc; in registershadowclient()
1743 scc->client[scc->nclients++] = client; in registershadowclient()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c452 register int scc; local
460 scc = *s++ & TRIM;
476 if (lc <= scc && scc <= *p++)
479 if (scc == (lc = cc))
501 return (scc == '\0');
504 if ((c & TRIM) != scc)
509 if (scc == '\0')
514 if (scc)
541 register int scc; local
546 scc = *s++ & TRIM;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c415 wchar_t scc; in amatch() local
425 if ((len_s = mbtowc(&scc, s, MB_CUR_MAX)) <= 0) { in amatch()
426 scc = (unsigned char)*s; in amatch()
463 if (ftp_fnmatch(scc, lc1, lc2)) in amatch()
466 if (scc == (lc1 = cc)) in amatch()
489 return (scc == 0); in amatch()
492 if (c != scc) in amatch()
497 if (scc == 0) in amatch()
502 if (scc) in amatch()
528 register int scc; local
[all …]
/titanic_41/usr/src/cmd/csh/
H A Dsh.glob.c385 int scc; in amatch() local
396 scc = *s++ & TRIM; in amatch()
422 if (sh_bracket_exp(scc, lc, rc)) in amatch()
425 if (lc <= scc && scc <= (int)*p++) in amatch()
429 if (scc == (lc = cc)) in amatch()
454 return (scc == 0); in amatch()
457 if ((c & TRIM) != scc) in amatch()
462 if (scc == 0) in amatch()
467 if (scc) in amatch()
496 int scc; in Gmatch() local
[all …]
/titanic_41/usr/src/cmd/backup/restore/
H A Dutilities.c969 long scc; /* source character to text */ local
974 scc = *s++;
996 if (scc == lc)
998 if (scc == (lc = rc))
1000 } else if (lc <= scc && scc <= rc)
1004 if (scc == lc)
1012 if (c != scc)
1017 return (scc ? gmatch(s, p) : 0);
1030 return (scc == 0);
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/devtree/
H A Dpicldevtree.conf30 scc-reader seeprom
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chalupa/devtree/
H A Dpicldevtree.conf29 scc-reader seeprom
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/devtree/
H A Dpicldevtree.conf33 scc-reader seeprom
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c1746 register int scc; in telrcv() local
1752 scc = 0; in telrcv()
1755 if (scc == 0) { in telrcv()
1762 scc = ring_full_consecutive(&netiring); in telrcv()
1763 if (scc == 0) { in telrcv()
1769 c = *sbp++ & 0xff, scc--; count++; in telrcv()
1801 if (scc > 0) { in telrcv()
1808 sbp++, scc--; count++; in telrcv()
1813 sbp++, scc--; count++; in telrcv()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dsystem-board.info131 * seeprom source for scc-reader
133 name:/frutree/chassis/scc-reader
135 REFPROP _seeprom_source name:/platform/pci@8,700000/ebus/i2c@1,30/scc-reader
280 * _fru_parent scc-reader
282 name:/platform/pci@8,700000/ebus/i2c@1,30/scc-reader
283 REFPROP _fru_parent /frutree/chassis/scc-reader
H A Dpiclfrutree.info106 NODE scc-reader fru
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/frudata/
H A Dlibpiclfrudata.conf51 name:/platform/pci/ebus/i2c?UnitAddress=1,30/scc-reader?UnitAddress=0,a6
/titanic_41/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf83 #scc package delimiters.
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c4032 sc_gptwocfg_cookie_t scc; in drmach_board_connect() local
4105 scc = sc_probe_board(bp->bnum); in drmach_board_connect()
4106 if (scc == NULL) in drmach_board_connect()
4507 sc_gptwocfg_cookie_t scc; in drmach_board_disconnect() local
4553 scc = sc_unprobe_board(bp->bnum); in drmach_board_disconnect()
4555 if (scc != NULL) { in drmach_board_disconnect()
4600 scc = sc_probe_board(bp->bnum); in drmach_board_disconnect()
4601 if (scc == NULL) { in drmach_board_disconnect()
6864 sc_gptwocfg_cookie_t scc; in drmach_pt_ikprobe() local
6871 scc = sc_probe_board(bp->bnum); in drmach_pt_ikprobe()
[all …]
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_hw.h522 u64 scc; member
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h834 uint64_t scc; member
/titanic_41/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dpiclfrutree.info193 NODE scc fru
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
H A Dpiclfrutree.info129 NODE scc fru
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info128 NODE scc fru
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1825 CTL_DESC(SES_ET_SCC_ELECTRONICS, scc),
/titanic_41/exception_lists/
H A Dhdrchk76 usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/scc.h
H A Dcopyright159 usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/scc.h
H A Dcstyle241 usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/scc.h