Searched refs:DEV_TYP_NONE (Results 1 – 2 of 2) sorted by relevance
157 *devtype = DEV_TYP_NONE; in get_device_type()212 *type = DEV_TYP_NONE; in get_load_device()258 if ((*type == DEV_TYP_NONE) || (*p == '\0')) { in get_load_device()264 *type = DEV_TYP_NONE; in get_load_device()279 *type = DEV_TYP_NONE; in get_load_device()292 *type = DEV_TYP_NONE; in get_load_device()301 *type = DEV_TYP_NONE; in get_load_device()315 *type = DEV_TYP_NONE; in get_load_device()335 *type = DEV_TYP_NONE; in get_load_device()519 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()[all …]
125 #define DEV_TYP_NONE 0x0000 macro