Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c48 struct devlist struct
52 struct devlist *next; argument
53 struct devlist *seen_last; /* valid for hashed devlist entries only */ argument
681 struct devlist const *p = x; in devlist_hash()
688 struct devlist const *a = x; in devlist_compare()
689 struct devlist const *b = y; in devlist_compare()
693 static struct devlist *
698 struct devlist dev_entry; in devlist_for_dev()
701 struct devlist *found = hash_lookup (devlist_table, &dev_entry); in devlist_for_dev()
722 struct devlist *device_list = nullptr; in filter_mount_list()
[all …]