/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | FCHBA.cc | 209 memcpy(attributes.DriverName, attrs.DriverName, 256); in getHBAAttributes() 316 memcpy(attributes.DriverName, attrs.DriverName, 256); in npivGetHBAAttributes()
|
H A D | TgtFCHBA.cc | 158 memcpy(attributes.DriverName, attrs.DriverName, 256); in getHBAAttributes()
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | ComponentName2.h | 63 OUT CHAR16 **DriverName
|
H A D | ComponentName.h | 51 OUT CHAR16 **DriverName
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ |
H A D | fcio.h | 230 char DriverName[256]; member 254 char DriverName[256]; member
|
/illumos-gate/usr/src/lib/sun_sas/common/ |
H A D | devtree_hba_disco.c | 507 (void) strlcpy(new_hba->adapter_attributes.DriverName, in devtree_get_one_hba() 509 sizeof (new_hba->adapter_attributes.DriverName)); in devtree_get_one_hba() 522 "SUNW", new_hba->adapter_attributes.DriverName, hba_instance); in devtree_get_one_hba()
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 241 attrs->DriverName[0] == 0? "not available":attrs->DriverName); in printHBAPortInfo()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fctio.h | 90 char DriverName[256]; member
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | printAttrs.c | 258 attrs->DriverName[0] == 0? "not available": in printHBAInfo() 259 attrs->DriverName); in printHBAInfo()
|
/illumos-gate/usr/src/lib/smhba/common/ |
H A D | smhbaapi.h | 124 char DriverName[256]; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hbaapi.h | 293 char DriverName[256]; /* Binary path and/or name of driver member
|
H A D | emlxs_hw.h | 2035 uint8_t DriverName[256]; member
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | hbaapi.h | 292 char DriverName[256]; /* Binary path and/or name of driver member
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cs.h | 234 char DriverName[MODMAXNAMELEN]; member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 400 bcopy(attr->driver_name, hba_attr->DriverName, in fct_get_adapter_attr() 401 sizeof (hba_attr->DriverName)); in fct_get_adapter_attr()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 7470 val->DriverName, in fp_fciocmd() 7471 sizeof (val->DriverName)); in fp_fciocmd() 7505 bcopy(val->DriverName, val32->DriverName, in fp_fciocmd() 7506 sizeof (val->DriverName)); in fp_fciocmd()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 1285 (void) strncpy(hba_attrs->DriverName, DRIVER_NAME, in emlxs_fcio_get_adapter_attrs() 1286 (sizeof (hba_attrs->DriverName)-1)); in emlxs_fcio_get_adapter_attrs() 1332 (void) strncpy(hba_attrs->DriverName, DRIVER_NAME, in emlxs_fcio_get_adapter_attrs() 1333 (sizeof (hba_attrs->DriverName)-1)); in emlxs_fcio_get_adapter_attrs()
|
/illumos-gate/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 8703 (void) strcpy(ci->DriverName, client->driver_name);
|