Searched refs:pm_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/arm/include/
H A Dpmap-v6.h112 LIST_ENTRY(pmap) pm_list; /* List of all pmaps */ member in struct:pmap
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c56 pm_list(const char *start, const char *end, const char c, int flags) function
224 if (!pm_list(p + 1, end, *s, flags))
/freebsd-12-stable/sys/riscv/include/
H A Dpmap.h87 LIST_ENTRY(pmap) pm_list; /* List of all pmaps */ member in struct:pmap
/freebsd-12-stable/sys/i386/include/
H A Dpmap.h311 LIST_ENTRY(pmap) pm_list; /* List of all pmaps */ member in struct:pmap
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c1199 LIST_INSERT_HEAD(&allpmaps, kernel_pmap, pm_list);
1351 LIST_FOREACH(pmap, &allpmaps, pm_list) {
1369 LIST_FOREACH(pmap, &allpmaps, pm_list) {
2270 LIST_INSERT_HEAD(&allpmaps, pmap, pm_list);
2335 LIST_REMOVE(pmap, pm_list);
3320 LIST_FOREACH(pmap, &allpmaps, pm_list) {
6779 LIST_FOREACH(pmap, &allpmaps, pm_list) {
6856 LIST_FOREACH(pm, &allpmaps, pm_list)
/freebsd-12-stable/sys/riscv/riscv/
H A Dpmap.c434 LIST_FOREACH(user_pmap, &allpmaps, pm_list) {
1248 LIST_INSERT_HEAD(&allpmaps, pmap, pm_list);
1436 LIST_REMOVE(pmap, pm_list);

Completed in 139 milliseconds