Home
last modified time | relevance | path

Searched refs:DriverName (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBA.cc209 memcpy(attributes.DriverName, attrs.DriverName, 256); in getHBAAttributes()
316 memcpy(attributes.DriverName, attrs.DriverName, 256); in npivGetHBAAttributes()
H A DTgtFCHBA.cc158 memcpy(attributes.DriverName, attrs.DriverName, 256); in getHBAAttributes()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DComponentName2.h63 OUT CHAR16 **DriverName
H A DComponentName.h51 OUT CHAR16 **DriverName
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h230 char DriverName[256]; member
254 char DriverName[256]; member
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c507 (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 DprintAttrs.c241 attrs->DriverName[0] == 0? "not available":attrs->DriverName); in printHBAPortInfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h90 char DriverName[256]; member
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c258 attrs->DriverName[0] == 0? "not available": in printHBAInfo()
259 attrs->DriverName); in printHBAInfo()
/illumos-gate/usr/src/lib/smhba/common/
H A Dsmhbaapi.h124 char DriverName[256]; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hbaapi.h293 char DriverName[256]; /* Binary path and/or name of driver member
H A Demlxs_hw.h2035 uint8_t DriverName[256]; member
/illumos-gate/usr/src/lib/hbaapi/common/
H A Dhbaapi.h292 char DriverName[256]; /* Binary path and/or name of driver member
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h234 char DriverName[MODMAXNAMELEN]; member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c400 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 Dfp.c7470 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 Demlxs_dfc.c1285 (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 Dcs.c8703 (void) strcpy(ci->DriverName, client->driver_name);