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

  /src/sys/arch/alpha/pci/
apecs_pci.c 61 int s, secondary, ba; local in function:apecs_conf_read
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 in function:apecs_conf_write
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 in function:cia_conf_read
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 in function:cia_conf_write
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 in function:lca_conf_read
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 in function:lca_conf_write
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 in function:dwlpx_conf_read
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 in function:dwlpx_conf_write
192 secondary = tag >> 24;
193 if (secondary) {
    [all...]
  /src/usr.sbin/sysinst/
partman.c 2670 struct disk_partitions *secondary; local in function:pm_commit
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 in function:pm_upddevlist
3008 secondary = NULL;
3018 if (secondary == NULL &&
3020 secondary = ps->
3044 for (ii = 0; secondary != NULL &
    [all...]

Completed in 16 milliseconds