Searched refs:secondary (Results 1 - 25 of 119) sorted by relevance

12345

/netbsd-current/sys/arch/alpha/pci/
H A Dlca_pci.c81 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...]
H A Dapecs_pci.c61 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...]
H A Dcia_pci.c61 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...]
H A Ddwlpx_pci.c113 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...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dnotify.conf18 zone "secondary" {
19 type secondary;
36 zone "secondary" {
37 type secondary;
53 zone "secondary" {
54 type secondary;
72 zone "secondary" {
73 type secondary;
H A Dbad-sharedwritable2.conf15 type secondary;
20 type secondary;
H A Dbad-inline-secondary.conf15 * An inline-signing secondary should be forced to have a file option
19 type secondary;
H A Dbad-dnssec.conf15 type secondary;
25 type secondary;
H A Dbad-primaries-notfound.conf19 type secondary;
H A Dbad-primaries-dup.conf15 type secondary;
H A Dbad-notify-source-v6.conf19 type secondary;
H A Dbad-notify-source.conf19 type secondary;
H A Dwarn-notify-source.conf19 type secondary;
H A Dwarn-parental-source.conf19 type secondary;
H A Dwarn-transfer-source.conf19 type secondary;
H A Dgood-masterfile-format-raw.conf19 type secondary;
H A Dgood-masterfile-format-text.conf19 type secondary;
H A Dbad-checknames-secondary-dup.conf16 check-names secondary warn;
H A Dgood-transfer-source-v6.conf19 type secondary;
H A Dgood-transfer-source.conf19 type secondary;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Ddwarf-5-file0.d9 1 \(indirect line string, offset: 0x.*\): secondary directory
15 1 1 0x00000000000000000000000000000000 \(indirect line string, offset: 0x.*\): secondary source file
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dbrokw-1.s8 ; Short jump around secondary jump table inserted here :
H A Dbrokw-2.s9 ; Short jump around secondary jump table inserted here :
H A Drd-bkw5.s39 ; Force a secondary jump-table entry for every label.
/netbsd-current/external/mpl/bind/dist/bin/tests/system/redirect/conf/
H A Dgood3.conf15 type secondary;

Completed in 1314 milliseconds

12345