HomeSort by relevance Sort by last modified time
    Searched refs:AVD_VAL_STR (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
vars.h 48 AVD_VAL_STR, /* avd contains a sting (*char) */
77 #define AVD_IS_STRING(vp) ((vp) && (((vp)->avd_type == AVD_VAL_STR) || \
vars.c 99 case AVD_VAL_STR:
293 case AVD_VAL_STR:
454 avd->avd_type = AVD_VAL_STR;
    [all...]

Completed in 60 milliseconds