Searched refs:dType (Results 1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/lib/libstmf/common/ |
| H A D | libstmf.h | 316 int stmfCreateLuResource(uint16_t dType, luResource *hdl); 327 int stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, 357 int stmfImportLu(uint16_t dType, char *fname, stmfGuid *luGuid); 362 int stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, 377 int stmfSetGlobalLuProp(uint16_t dType, uint32_t propType, const char *propVal);
|
| H A D | stmf.c | 1085 stmfCreateLuResource(uint16_t dType, luResource *hdl) in stmfCreateLuResource() argument 1089 if (dType != STMF_DISK || hdl == NULL) { in stmfCreateLuResource() 1341 stmfImportLu(uint16_t dType, char *fname, stmfGuid *luGuid) in stmfImportLu() argument 1345 if (dType == STMF_DISK) { in stmfImportLu() 1770 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, in stmfModifyLuByFname() argument 1778 if (dType == STMF_DISK) { in stmfModifyLuByFname() 2371 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, in stmfGetGlobalLuProp() argument 2375 if (dType != STMF_DISK || propVal == NULL) { in stmfGetGlobalLuProp() 2507 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) in stmfSetGlobalLuProp() argument 2510 if (dType != STMF_DISK || propVal == NULL) { in stmfSetGlobalLuProp()
|
| /illumos-gate/usr/src/cmd/fcinfo/ |
| H A D | printAttrs.c | 57 static char *getDTypeString(uchar_t dType); 369 getDTypeString(uchar_t dType) in getDTypeString() argument 371 switch (dType & DTYPE_MASK) { in getDTypeString() 463 getDTypeString(devListWalk->dType)); in printOSDeviceNameInfo()
|
| H A D | fcinfo.h | 125 uchar_t dType; member
|
| H A D | fcinfo-list.c | 1111 discoveredDevList->dType = inq.inq_dtype; in searchDevice() 1225 newDevice->dType = DTYPE_UNKNOWN; in searchDevice() 1233 newDevice->dType = inq.inq_dtype; in searchDevice()
|
| /illumos-gate/usr/src/cmd/sasinfo/ |
| H A D | printAttrs.c | 209 getDTypeString(uchar_t dType) in getDTypeString() argument 211 return (getStateString((dType & DTYPE_MASK), dtype_string)); in getDTypeString() 580 getDTypeString(devListWalk->dType)); in printOSDeviceNameInfo()
|
| H A D | printAttrs.h | 66 extern char *getDTypeString(uchar_t dType);
|
| H A D | sasinfo.h | 92 uchar_t dType; member
|
| H A D | sasinfo-list.c | 2383 newDevice->dType = DTYPE_UNKNOWN; in searchDevice() 2392 newDevice->dType = inq.inq_dtype; in searchDevice()
|
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | tclsqlite.c | 116 Tcl_DString dType; in DbEvalCallback() local 117 Tcl_DStringInit(&dType); in DbEvalCallback() 118 Tcl_DStringAppend(&dType, "typeof:", -1); in DbEvalCallback() 119 Tcl_DStringAppend(&dType, Tcl_DStringValue(&dCol), -1); in DbEvalCallback() 123 Tcl_DStringValue(&dType), Tcl_DStringValue(&dCol), in DbEvalCallback() 125 Tcl_DStringFree(&dType); in DbEvalCallback()
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | uucleanup.c | 333 switch(dType(fullname)) { 852 dType(fullname) in dType() function
|