Searched refs:dType (Results 1 – 11 of 11) sorted by relevance
/titanic_41/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 | 1087 stmfCreateLuResource(uint16_t dType, luResource *hdl) in stmfCreateLuResource() argument 1091 if (dType != STMF_DISK || hdl == NULL) { in stmfCreateLuResource() 1343 stmfImportLu(uint16_t dType, char *fname, stmfGuid *luGuid) in stmfImportLu() argument 1347 if (dType == STMF_DISK) { in stmfImportLu() 1772 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, in stmfModifyLuByFname() argument 1780 if (dType == STMF_DISK) { in stmfModifyLuByFname() 2373 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, in stmfGetGlobalLuProp() argument 2377 if (dType != STMF_DISK || propVal == NULL) { in stmfGetGlobalLuProp() 2509 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) in stmfSetGlobalLuProp() argument 2512 if (dType != STMF_DISK || propVal == NULL) { in stmfSetGlobalLuProp()
|
/titanic_41/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 56 static char *getDTypeString(uchar_t dType); 364 getDTypeString(uchar_t dType) in getDTypeString() argument 366 switch (dType & DTYPE_MASK) { in getDTypeString() 458 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()
|
/titanic_41/usr/src/cmd/sasinfo/ |
H A D | printAttrs.h | 66 extern char *getDTypeString(uchar_t dType);
|
H A D | printAttrs.c | 207 getDTypeString(uchar_t dType) in getDTypeString() argument 209 return (getStateString((dType & DTYPE_MASK), dtype_string)); in getDTypeString() 578 getDTypeString(devListWalk->dType)); in printOSDeviceNameInfo()
|
H A D | sasinfo.h | 92 uchar_t dType; member
|
H A D | sasinfo-list.c | 2386 newDevice->dType = DTYPE_UNKNOWN; in searchDevice() 2395 newDevice->dType = inq.inq_dtype; in searchDevice()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | tclsqlite.c | 119 Tcl_DString dType; in DbEvalCallback() local 120 Tcl_DStringInit(&dType); in DbEvalCallback() 121 Tcl_DStringAppend(&dType, "typeof:", -1); in DbEvalCallback() 122 Tcl_DStringAppend(&dType, Tcl_DStringValue(&dCol), -1); in DbEvalCallback() 126 Tcl_DStringValue(&dType), Tcl_DStringValue(&dCol), in DbEvalCallback() 128 Tcl_DStringFree(&dType); in DbEvalCallback()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucleanup.c | 336 switch(dType(fullname)) { 855 dType(fullname) in dType() function
|