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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h125 uchar_t dType; member in struct:_discoveredDevice
H A DprintAttrs.c56 static char *getDTypeString(uchar_t dType);
359 * dType - Device type returned from Standard INQUIRY
364 getDTypeString(uchar_t dType) argument
366 switch (dType & DTYPE_MASK) {
458 getDTypeString(devListWalk->dType));
/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c202 * dType - Device type returned from Standard INQUIRY
207 getDTypeString(uchar_t dType) argument
209 return (getStateString((dType & DTYPE_MASK), dtype_string));
578 getDTypeString(devListWalk->dType));
H A Dsasinfo.h92 uchar_t dType; member in struct:_discoveredDevice
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c119 Tcl_DString dType; local
120 Tcl_DStringInit(&dType);
121 Tcl_DStringAppend(&dType, "typeof:", -1);
122 Tcl_DStringAppend(&dType, Tcl_DStringValue(&dCol), -1);
126 Tcl_DStringValue(&dType), Tcl_DStringValue(&dCol),
128 Tcl_DStringFree(&dType);
/illumos-gate/usr/src/cmd/bnu/
H A Duucleanup.c336 switch(dType(fullname)) {
842 * dType - return the type of D. file
855 dType(fullname) function
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c1081 * dType - Type of logical unit resource to create
1087 stmfCreateLuResource(uint16_t dType, luResource *hdl) argument
1091 if (dType != STMF_DISK || hdl == NULL) {
1333 * dType - Type of logical unit
1343 stmfImportLu(uint16_t dType, char *fname, stmfGuid *luGuid) argument
1347 if (dType == STMF_DISK) {
1763 * dType - type of device to modify
1772 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, argument
1780 if (dType == STMF_DISK) {
2373 stmfGetGlobalLuProp(uint16_t dType, uint32_ argument
2509 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) argument
[all...]

Completed in 91 milliseconds