HomeSort by: relevance | last modified time | path
    Searched defs:secondary (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/alpha/pci/
apecs_pci.c 61 int s, secondary, ba; local
70 /* secondary if bus # != 0 */
71 pci_decompose_tag(&acp->ac_pc, tag, &secondary, 0, 0);
72 if (secondary) {
89 if (secondary) {
109 int s, secondary; local
118 /* secondary if bus # != 0 */
119 pci_decompose_tag(&acp->ac_pc, tag, &secondary, 0, 0);
120 if (secondary) {
139 if (secondary) {
    [all...]
cia_pci.c 61 int s, secondary, ba; local
87 /* secondary if bus # != 0 */
88 pci_decompose_tag(&ccp->cc_pc, tag, &secondary, 0, 0);
89 if (secondary) {
102 if (secondary) {
125 if (secondary) {
159 int s, secondary; local
170 /* secondary if bus # != 0 */
171 pci_decompose_tag(&ccp->cc_pc, tag, &secondary, 0, 0);
172 if (secondary) {
    [all...]
lca_pci.c 81 int s, secondary, d, f, ba; local
88 /* secondary if bus # != 0 */
89 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &d, &f);
90 if (secondary) {
109 if (secondary) {
130 int s, secondary, d, f; local
137 /* secondary if bus # != 0 */
138 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &d, &f);
139 if (secondary) {
156 if (secondary) {
    [all...]
dwlpx_pci.c 113 int secondary, i, s = 0; local
123 secondary = tag >> 24;
124 if (secondary) {
126 tag |= (secondary << 21);
129 printf("read secondary %d reg %x (tag %x)",
130 secondary, offset, tag);
158 if (secondary) {
182 int secondary, i, s = 0; local
192 secondary = tag >> 24;
193 if (secondary) {
    [all...]
  /src/external/bsd/kyua-testers/dist/
error_test.c 55 kyua_error_t secondary = kyua_error_ok(); local
56 ATF_REQUIRE(!kyua_error_is_set(kyua_error_subsume(primary, secondary)));
64 kyua_error_t secondary = kyua_error_new("secondary_error", NULL, 0, NULL); local
65 kyua_error_t error = kyua_error_subsume(primary, secondary);
75 kyua_error_t secondary = kyua_error_new("secondary_error", NULL, 0, NULL); local
76 kyua_error_t error = kyua_error_subsume(primary, secondary);
  /src/external/bsd/mdocml/dist/
read.c 58 struct buf *secondary; /* copy of top level input */ member in struct:mparse
257 if (curp->secondary == NULL)
258 curp->secondary = firstln;
429 if (firstln != curp->secondary)
693 free_buf_list(curp->secondary);
694 curp->secondary = NULL;
707 free_buf_list(curp->secondary);
730 for (buf = p->secondary; buf != NULL; buf = buf->next)
  /src/external/gpl2/gmake/dist/
filedef.h 88 unsigned int secondary:1; /* Nonzero means remove_intermediates should member in struct:file
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.c 208 { "", 0, 1, 0 }, /* SECONDARY (docbook) */
419 { "secondary", 0, 1, 0 },
1694 /* Used to separate primary and secondary entries in an index -- we need
1731 char *primary = NULL, *secondary = NULL;
1736 secondary = strstr (primary+1, INDEX_SEP);
1737 *secondary = '\0';
1738 secondary += strlen (INDEX_SEP);
1750 xml_insert_element (SECONDARY, START);
1751 execute_string ("%s", secondary);
1752 xml_insert_element (SECONDARY, END)
1729 char *primary = NULL, *secondary = NULL; local
1896 char *primary = NULL, *secondary; local
    [all...]
  /src/external/gpl2/texinfo/dist/util/
texindex.c 920 constitute primary and secondary names.
923 and in between these are \secondary lines which contain
924 just a secondary name and page numbers. */
932 /* Similar, for the secondary name. */
979 char *primary, *secondary, *pagenumber;
1013 secondary = find_braced_pos (line, 3, 0, 0);
1014 nosecondary = !*secondary;
1016 secondarylength = find_braced_end (secondary) - secondary;
1021 /* Close off current secondary entry first, if one is open. *
973 char *primary, *secondary, *pagenumber; local
    [all...]
  /src/external/bsd/nsd/dist/simdzone/include/
zone.h 437 a secondary as data may have been transferred over AXFR/IXFR that
439 bool secondary; member in struct:__anon7313
  /src/external/mpl/dhcp/dist/includes/
failover.h 76 * sure if they are supposed to indicate primary and secondary? No matter,
364 primary, secondary enumerator in enum:_dhcp_failover_state::__anon24433
365 } i_am; /* We are primary or secondary in this relationship. */
dhcpd.h 1519 struct option_cache *secondary; member in struct:dns_zone
  /src/usr.sbin/sysinst/
partman.c 2670 struct disk_partitions *secondary; local
2687 secondary = pm_i->parts->pscheme->
2689 if (secondary != NULL) {
2690 if (!secondary->pscheme->write_to_disk(
2691 secondary)) {
2970 struct disk_partitions *secondary; local
3008 secondary = NULL;
3018 if (secondary == NULL &&
3020 secondary = ps->
3044 for (ii = 0; secondary != NULL &
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 1281 secondary tables of length 2 to 128 entries. The maximum length of
1283 need. Each secondary table has an index, which is the offset of
1288 that require a 15-bit code, perhaps requiring three secondary
1290 it suggests that the maximum size required for secondary tables is
1297 only) the index and size of a secondary table. Values range from 0
1298 to 285, inclusive. Secondary table indexes, per above, range from
1301 table), which is 1 to 8. For a secondary table we need to store
1304 secondary table index. So each entry needs 9 bits for value/table
1399 /* Handle the values that do not require a secondary table. */
1494 /* Handle the values that require a secondary table. *
1556 size_t secondary; \/* Offset to current secondary table. *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 1162 secondary tables of length 2 to 128 entries. The maximum length of
1164 need. Each secondary table has an index, which is the offset of
1169 that require a 15-bit code, perhaps requiring three secondary
1171 it suggests that the maximum size required for secondary tables is
1178 only) the index and size of a secondary table. Values range from 0
1179 to 285, inclusive. Secondary table indexes, per above, range from
1182 table), which is 1 to 8. For a secondary table we need to store
1185 secondary table index. So each entry needs 9 bits for value/table
1280 /* Handle the values that do not require a secondary table. */
1375 /* Handle the values that require a secondary table. *
1437 size_t secondary; \/* Offset to current secondary table. *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 1281 secondary tables of length 2 to 128 entries. The maximum length of
1283 need. Each secondary table has an index, which is the offset of
1288 that require a 15-bit code, perhaps requiring three secondary
1290 it suggests that the maximum size required for secondary tables is
1297 only) the index and size of a secondary table. Values range from 0
1298 to 285, inclusive. Secondary table indexes, per above, range from
1301 table), which is 1 to 8. For a secondary table we need to store
1304 secondary table index. So each entry needs 9 bits for value/table
1399 /* Handle the values that do not require a secondary table. */
1494 /* Handle the values that require a secondary table. *
1556 size_t secondary; \/* Offset to current secondary table. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 1281 secondary tables of length 2 to 128 entries. The maximum length of
1283 need. Each secondary table has an index, which is the offset of
1288 that require a 15-bit code, perhaps requiring three secondary
1290 it suggests that the maximum size required for secondary tables is
1297 only) the index and size of a secondary table. Values range from 0
1298 to 285, inclusive. Secondary table indexes, per above, range from
1301 table), which is 1 to 8. For a secondary table we need to store
1304 secondary table index. So each entry needs 9 bits for value/table
1399 /* Handle the values that do not require a secondary table. */
1494 /* Handle the values that require a secondary table. *
1556 size_t secondary; \/* Offset to current secondary table. *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 18054 bool secondary = (section != find_section (filedata, name));
18056 if (secondary)
18078 if (secondary || (id != info && id != abbrev && id != debug_addr))
18051 bool secondary = (section != find_section (filedata, name)); local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 17509 bool secondary = (section != find_section (filedata, name));
17511 if (secondary)
17533 if (secondary || (id != info && id != abbrev && id != debug_addr))
17506 bool secondary = (section != find_section (filedata, name)); local

Completed in 77 milliseconds