Searched defs:sub_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Defivars.c74 uint8_t sub_type; member in struct:device_path
393 if (dpath->type == END_DEVICE_PATH_TYPE && dpath->sub_type == END_ENTIRE_DEVICE_PATH_SUBTYPE)
403 if (dpath->sub_type == MEDIA_HARDDRIVE_DP) {
418 if (dpath->sub_type == MEDIA_FILEPATH_DP && !p && path) {
508 devicep->sub_type = MEDIA_HARDDRIVE_DP;
521 devicep->sub_type = MEDIA_FILEPATH_DP;
530 devicep->sub_type = END_ENTIRE_DEVICE_PATH_SUBTYPE;

Completed in 35 milliseconds