Searched refs:MULTI (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/avs/dsstat/ |
H A D | multi_stats.c | 95 if (sdbc_err && !(mode & MULTI)) in discover() 97 if (sdbc_err && (mode & MULTI) && sdbc_err != EAGAIN) in discover() 104 if (sndr_err && !(mode & MULTI)) in discover() 106 if (sndr_err && (mode & MULTI) && sndr_err != EAGAIN) in discover() 113 if (ii_err && !(mode & MULTI)) in discover() 115 if (ii_err && ii_err != EAGAIN && (mode & MULTI)) in discover() 147 if (sdbc_err && !(mode & MULTI)) in update() 149 if (sdbc_err && (mode & MULTI) && sdbc_err != EAGAIN) in update() 156 if (sndr_err && !(mode & MULTI)) in update() 158 if (sndr_err && (mode & MULTI) && sndr_err != EAGAIN) in update() [all …]
|
H A D | dsstat.c | 164 local_mode |= MULTI; in set_mode() 413 mode |= MULTI | IIMG | SNDR | SDBC; in main() 417 if (! (mode & MULTI)) { in main() 433 if ((mode & MULTI) && (user_dflags & ASYNC_QUEUE)) { in main() 451 if (! (mode & MULTI)) { in main() 480 if (! (mode & MULTI)) { in main() 507 if (mode & MULTI) in main()
|
H A D | report.c | 191 if ((mode & MULTI) && (mode & SDBC)) { in io_report() 211 if ((mode & MULTI) && (mode & SDBC)) { in io_report() 229 if ((mode & MULTI) && (mode & SDBC)) { in io_report() 283 if (rflags & MULTI) { in cd_report() 402 if ((mode & MULTI) && (mode & SDBC)) { in header() 416 if ((mode & MULTI) && (mode & SDBC)) { in header() 426 if ((mode & MULTI) && (mode & SDBC)) { in header()
|
H A D | dsstat.h | 54 #define MULTI 0x01 macro
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 339 #define HCI1394_IRCTXT_CTRL_SET(HCIP, I, BFFILL, IHDR, MATCHENBL, MULTI, RUN, \ argument 346 (((MULTI) << OHCI_IRCTL_MULTI_SHIFT) & OHCI_IRCTL_MULTI_MASK) | \ 350 #define HCI1394_IRCTXT_CTRL_CLR(HCIP, I, BFFILL, IHDR, MATCHENBL, MULTI, RUN) \ argument 357 (((MULTI) << OHCI_IRCTL_MULTI_SHIFT) & OHCI_IRCTL_MULTI_MASK) | \
|
/titanic_41/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 67 MULTI=$(YPDIR)/multi macro 131 @($(MULTI) -n $(B) -l $(INETDIR)/ipnodes); 142 @($(MULTI) $(B) -l $(DIR)/hosts);
|
/titanic_41/usr/src/lib/libunistat/common/rdc/ |
H A D | rdc.err | 74 MULTI = Cannot use direct I/O on first leg of multi hop config
|