Searched refs:slaves (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sbin/dump/
H A Dtape.c86 * sends writeheader()'s and lists of daddr's to the slaves via pipes.
87 * The following structure defines the instruction packets sent to slaves.
107 } slaves[SLAVES+1]; variable in typeref:struct:slave
146 slaves[i].tblock = (char (*)[TP_BSIZE])
148 slaves[i].req = (struct req *)slaves[i].tblock - ntrec - 1;
150 slp = &slaves[0];
295 if (++slp >= &slaves[SLAVES])
296 slp = &slaves[0];
316 if (slaves[
[all...]
/openbsd-current/sys/dev/pci/
H A Dazalia_codec.c1306 /* slaves */
1314 "%s", "slaves");
1317 ww = &this->w[this->playvols.slaves[i]];
1359 /* slaves */
1367 "%s", "slaves");
1370 ww = &this->w[this->recvols.slaves[i]];
1573 w = &this->w[this->playvols.slaves[i]];
1589 w = &this->w[this->recvols.slaves[i]];
2346 w = &this->w[this->playvols.slaves[i]];
2377 w = &this->w[this->playvols.slaves[
[all...]
H A Dazalia.c2421 this->playvols.slaves[j++] = w->nid;
2429 w = &this->w[this->playvols.slaves[i]];
2463 w = &this->w[this->playvols.slaves[i]];
2526 this->recvols.slaves[j++] = w->nid;
2534 w = &this->w[this->recvols.slaves[i]];
2554 w = &this->w[this->recvols.slaves[i]];
H A Dazalia.h638 nid_t slaves[AZ_MAX_VOL_SLAVES]; member in struct:__anon15
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c545 fixS *slaves; /* head of linked list of lituses */
1841 for (slave = fixp->tc_fix_data.info->slaves;
1858 slave = fixp->tc_fix_data.info->slaves;
2668 info->slaves = fixP;
2723 fixP->tc_fix_data.next_reloc = info->slaves;
2724 info->slaves = fixP;
540 fixS *slaves; /* head of linked list of lituses */ member in struct:alpha_reloc_tag
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c458 fixS *slaves; /* Head of linked list of lituses. */
688 for (slave = fixp->tc_fix_data.info->slaves;
705 slave = fixp->tc_fix_data.info->slaves;
1698 info->slaves = fixP;
1756 fixP->tc_fix_data.next_reloc = info->slaves;
1757 info->slaves = fixP;
454 fixS *slaves; /* Head of linked list of lituses. */ member in struct:alpha_reloc_tag

Completed in 194 milliseconds