Searched refs:DEV_TYP_NONE (Results 1 – 2 of 2) sorted by relevance
159 *devtype = DEV_TYP_NONE; in get_device_type()214 *type = DEV_TYP_NONE; in get_load_device()253 if ((*type == DEV_TYP_NONE) || (*p == '\0')) { in get_load_device()259 *type = DEV_TYP_NONE; in get_load_device()274 *type = DEV_TYP_NONE; in get_load_device()287 *type = DEV_TYP_NONE; in get_load_device()296 *type = DEV_TYP_NONE; in get_load_device()310 *type = DEV_TYP_NONE; in get_load_device()330 *type = DEV_TYP_NONE; in get_load_device()499 if ((load_type == DEV_TYP_NONE || (load_type & DEV_TYP_STOR)) && in main()[all …]
127 #define DEV_TYP_NONE 0x0000 macro