Home
last modified time | relevance | path

Searched defs: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
811 struct devlist *devlist = xmalloc (sizeof *devlist); in filter_mount_list() local