Home
last modified time | relevance | path

Searched refs:dType (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h316 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 Dstmf.c1085 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 DprintAttrs.c57 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 Dfcinfo.h125 uchar_t dType; member
H A Dfcinfo-list.c1111 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 DprintAttrs.c209 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 DprintAttrs.h66 extern char *getDTypeString(uchar_t dType);
H A Dsasinfo.h92 uchar_t dType; member
H A Dsasinfo-list.c2383 newDevice->dType = DTYPE_UNKNOWN; in searchDevice()
2392 newDevice->dType = inq.inq_dtype; in searchDevice()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c116 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 Duucleanup.c333 switch(dType(fullname)) {
852 dType(fullname) in dType() function