Searched defs:LOAD_BALANCE_OPTIONS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c249 #define LOAD_BALANCE_OPTIONS "load-balance-options" macro
4633 if (strncmp(dataptr, LOAD_BALANCE_OPTIONS,
4634 strlen(LOAD_BALANCE_OPTIONS)) == 0) {
4635 len += strlen(LOAD_BALANCE_OPTIONS) + 1;
4636 dataptr += strlen(LOAD_BALANCE_OPTIONS) + 1;

Completed in 72 milliseconds