Home
last modified time | relevance | path

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

12

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libgen/common/
Dgmatch.c64 wchar_t scc, c; in gmatch() local
72 scc = n; in gmatch()
74 scc = cl; in gmatch()
81 return (scc == 0); in gmatch()
87 if (scc <= 0) in gmatch()
110 if (scc < lc || scc > c) in gmatch()
118 if (lc <= scc && in gmatch()
119 scc <= c) in gmatch()
128 if (scc != lc) in gmatch()
135 if (scc == lc) in gmatch()
[all …]
/freebsd-9-stable/sys/dev/siba/
Dsiba_core.c178 struct siba_cc *scc; in siba_core_attach() local
194 scc = &siba->siba_cc; in siba_core_attach()
195 if (scc->scc_dev != NULL) { in siba_core_attach()
196 siba_cc_pmu_init(scc); in siba_core_attach()
197 siba_cc_power_init(scc); in siba_core_attach()
198 siba_cc_clock(scc, SIBA_CLOCK_FAST); in siba_core_attach()
199 siba_cc_powerup_delay(scc); in siba_core_attach()
760 siba_cc_clock(struct siba_cc *scc, enum siba_clock clock) in siba_cc_clock() argument
762 struct siba_dev_softc *sd = scc->scc_dev; in siba_cc_clock()
774 (scc->scc_caps & SIBA_CC_CAPS_PWCTL) == 0) in siba_cc_clock()
[all …]
Dsibavar.h169 #define SIBA_CC_READ32(scc, offset) \ argument
170 siba_read_4_sub((scc)->scc_dev, offset)
171 #define SIBA_CC_WRITE32(scc, offset, val) \ argument
172 siba_write_4_sub((scc)->scc_dev, offset, val)
173 #define SIBA_CC_MASK32(scc, offset, mask) \ argument
174 SIBA_CC_WRITE32(scc, offset, SIBA_CC_READ32(scc, offset) & (mask))
175 #define SIBA_CC_SET32(scc, offset, set) \ argument
176 SIBA_CC_WRITE32(scc, offset, SIBA_CC_READ32(scc, offset) | (set))
177 #define SIBA_CC_MASKSET32(scc, offset, mask, set) \ argument
178 SIBA_CC_WRITE32(scc, offset, \
[all …]
/freebsd-9-stable/contrib/opie/
Dglob.c140 register int scc; variable
145 scc = *s++ & TRIM;
158 if (lc <= scc && scc <= *p++)
161 if (scc == (lc = cc))
180 return (scc == 0);
183 if ((c & TRIM) != scc)
188 if (scc == 0)
553 register int scc; variable
561 scc = *s++ & TRIM;
577 if (lc <= scc && scc <= *p++)
[all …]
/freebsd-9-stable/contrib/gcc/
Dddg.c666 set_recurrence_length (ddg_scc_ptr scc, ddg_ptr g) in set_recurrence_length() argument
671 for (j = 0; j < scc->num_backarcs; j++) in set_recurrence_length()
673 ddg_edge_ptr backarc = scc->backarcs[j]; in set_recurrence_length()
679 length = longest_simple_path (g, src->cuid, dest->cuid, scc->nodes); in set_recurrence_length()
688 scc->recurrence_length = result; in set_recurrence_length()
696 ddg_scc_ptr scc; in create_scc() local
700 scc = (ddg_scc_ptr) xmalloc (sizeof (struct ddg_scc)); in create_scc()
701 scc->backarcs = NULL; in create_scc()
702 scc->num_backarcs = 0; in create_scc()
703 scc->nodes = sbitmap_alloc (g->num_nodes); in create_scc()
[all …]
Dmodulo-sched.c1729 ddg_scc_ptr scc = all_sccs->sccs[i]; in order_nodes_of_sccs() local
1732 find_nodes_on_paths (on_path, g, prev_sccs, scc->nodes); in order_nodes_of_sccs()
1733 sbitmap_a_or_b (tmp, scc->nodes, on_path); in order_nodes_of_sccs()
1736 find_nodes_on_paths (on_path, g, scc->nodes, prev_sccs); in order_nodes_of_sccs()
1900 order_nodes_in_scc (ddg_ptr g, sbitmap nodes_ordered, sbitmap scc, in order_nodes_in_scc() argument
1918 if (sbitmap_a_and_b_cg (tmp, predecessors, scc)) in order_nodes_in_scc()
1923 else if (sbitmap_a_and_b_cg (tmp, successors, scc)) in order_nodes_in_scc()
1933 if ((u = find_max_asap (g, scc)) >= 0) in order_nodes_in_scc()
1954 sbitmap_a_and_b (tmp, v_node_succs, scc); in order_nodes_in_scc()
1965 sbitmap_a_and_b (workset, predecessors, scc); in order_nodes_in_scc()
[all …]
/freebsd-9-stable/sys/modules/scc/
DMakefile3 .PATH: ${.CURDIR}/../../dev/scc
12 KMOD= scc
17 MFILES= dev/ofw/ofw_bus_if.m dev/scc/scc_if.m \
/freebsd-9-stable/usr.bin/at/
Dparsetime.c144 static char scc; /* scanner - count of remaining arguments */ variable
181 scc = argc; in init_scanner()
209 if (scc < 1) in token()
213 scc--; in token()
582 if (scc < 1) { in parsetime()
/freebsd-9-stable/sys/dev/scc/
Dscc_bfe_sbus.c93 DRIVER_MODULE(scc, fhc, scc_sbus_driver, scc_devclass, NULL, NULL);
94 DRIVER_MODULE(scc, sbus, scc_sbus_driver, scc_devclass, NULL, NULL);
Dscc_if.m26 # $FreeBSD: stable/9/sys/dev/scc/scc_if.m 188174 2009-02-05 19:32:34Z imp $
34 #include <dev/scc/scc_bfe.h>
39 INTERFACE scc;
Dscc_bfe_macio.c93 DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, NULL, NULL);
Dscc_bfe_ebus.c97 DRIVER_MODULE(scc, ebus, scc_ebus_driver, scc_devclass, NULL, NULL);
Dscc_bfe_quicc.c99 DRIVER_MODULE(scc, quicc, scc_quicc_driver, scc_devclass, NULL, NULL);
/freebsd-9-stable/contrib/telnet/telnet/
Dtelnet.c1674 int scc; in telrcv() local
1679 scc = 0; in telrcv()
1682 if (scc == 0) { in telrcv()
1689 scc = ring_full_consecutive(&netiring); in telrcv()
1690 if (scc == 0) { in telrcv()
1696 c = *sbp++ & 0xff, scc--; count++; in telrcv()
1728 if (scc > 0) { in telrcv()
1735 sbp++, scc--; count++; in telrcv()
1740 sbp++, scc--; count++; in telrcv()
/freebsd-9-stable/crypto/heimdal/appl/telnet/telnet/
Dtelnet.c1588 int scc; in telrcv() local
1593 scc = 0; in telrcv()
1596 if (scc == 0) { in telrcv()
1603 scc = ring_full_consecutive(&netiring); in telrcv()
1604 if (scc == 0) { in telrcv()
1610 c = *sbp++ & 0xff, scc--; count++; in telrcv()
1642 if (scc > 0) { in telrcv()
1649 sbp++, scc--; count++; in telrcv()
1654 sbp++, scc--; count++; in telrcv()
/freebsd-9-stable/sys/dev/uart/
Duart_bus_scc.c118 DRIVER_MODULE(uart, scc, uart_scc_driver, uart_devclass, 0, 0);
/freebsd-9-stable/sys/powerpc/conf/
DMPC85XX82 device scc
DGENERIC64116 device scc
DGENERIC116 device scc
/freebsd-9-stable/contrib/ipfilter/etc/
Dprotocols97 scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro.
/freebsd-9-stable/sys/conf/
Dfiles.powerpc47 dev/scc/scc_bfe_macio.c optional scc powermac
Dfiles1793 dev/scc/scc_if.m optional scc
1794 dev/scc/scc_bfe_ebus.c optional scc ebus
1795 dev/scc/scc_bfe_quicc.c optional scc quicc
1796 dev/scc/scc_bfe_sbus.c optional scc fhc | scc sbus
1797 dev/scc/scc_core.c optional scc
1798 dev/scc/scc_dev_quicc.c optional scc quicc
1799 dev/scc/scc_dev_sab82532.c optional scc
1800 dev/scc/scc_dev_z8530.c optional scc
1971 dev/uart/uart_bus_scc.c optional uart scc
1977 dev/uart/uart_dev_sab82532.c optional uart scc
[all …]
/freebsd-9-stable/etc/
Dprotocols106 scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro.
/freebsd-9-stable/sys/modules/
DMakefile292 scc \
/freebsd-9-stable/share/man/man4/
DMakefile388 scc.4 \

12