Home
last modified time | relevance | path

Searched refs:devnum_set_and_equal (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Ddevnum-util.h35 static inline bool devnum_set_and_equal(dev_t a, dev_t b) { in devnum_set_and_equal() function
/systemd-251/src/boot/
Dbless-boot.c124 …if (esp_path && xbootldr_path && !devnum_set_and_equal(esp_devid, xbootldr_devid)) /* in case the … in acquire_path()
Dbootctl.c573 bool same = esp_path && xbootldr_path && devnum_set_and_equal(esp_devid, xbootldr_devid); in boot_config_load_and_select()
/systemd-251/src/shared/
Dbootspec.c976 if (esp_where && xbootldr_where && devnum_set_and_equal(esp_devid, xbootldr_devid)) in boot_config_load_auto()