HomeSort by: relevance | last modified time | path
    Searched refs:untagged (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
wd33c93.c 713 if (tag == 0 && li->untagged == NULL)
714 li->untagged = acb; /* Issue untagged */
716 if (li->untagged != NULL) {
719 /* Issue this untagged command now */
720 acb = li->untagged;
735 if (li->untagged != NULL && (li->state != L_STATE_BUSY)) {
739 if (li->untagged == NULL && tag != 0) {
815 if (li->untagged == NULL && li->used == 0) {
854 if (li->untagged == acb)
    [all...]
ncr53c9x.c 462 ecb = li->untagged;
464 li->untagged = NULL;
1122 if (li->untagged == NULL)
1123 li->untagged = ecb;
1125 if (li->untagged != NULL) {
1128 /* We need to issue this untagged command now */
1129 ecb = li->untagged;
1142 if (li->untagged != NULL && (li->busy != 1)) {
1150 if (li->untagged == NULL && tag != 0) {
1190 li->untagged = ecb; /* must be executed first to fix C/A *
    [all...]
wd33c93var.h 95 struct wd33c93_acb *untagged; member in struct:wd33c93_linfo
ncr53c9xvar.h 161 struct ncr53c9x_ecb *untagged; member in struct:ncr53c9x_linfo
  /src/sys/dev/pci/
trm.c 230 struct trm_srb *untagged; member in struct:trm_linfo
924 if (li->untagged == NULL)
925 li->untagged = srb;
927 if (li->untagged != NULL) {
930 /* we need to issue the untagged command now */
931 srb = li->untagged;
946 if (li->untagged != NULL && li->busy != 1) {
954 if (li->untagged == NULL && tag != 0) {
2051 li->untagged == NULL && li->used == 0) {
2111 if (li->untagged != NULL && li->busy)
    [all...]
  /src/sys/dev/sbus/
esp_sbus.c 742 db_printf("t%d lun %d untagged %p"
744 t, (int)li->lun, li->untagged, li->busy,
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 710 # default configuration from the untagged config vars. Otherwise add code

Completed in 51 milliseconds