Searched refs:map_next (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/gpt-12/
H A Dmap.c51 m->map_next = m->map_prev = NULL;
65 n = n->map_next;
104 m->map_next = n;
106 m->map_prev->map_next = m;
114 m->map_next = p->map_next;
116 if (m->map_next != NULL)
117 m->map_next->map_prev = m;
118 p->map_next = m;
127 m->map_next
[all...]
H A Dmap.h35 struct map *map_next; member in struct:map
H A Dboot.c98 map = map->map_next) {
H A Dremove.c91 for (m = map_first(); m != NULL; m = m->map_next) {
H A Dshow.c192 m = m->map_next;
H A Dlabel.c93 for (m = map_first(); m != NULL; m = m->map_next) {
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c414 for (me = mapents; me; me = me->map_next) {
528 mp->map_next = me;
627 me->map_next = NULL;
760 me = me->map_next;
1111 while (me->map_next != NULL)
1112 me = me->map_next;
1113 me->map_next = faked_mapents;
1130 *mapents = me->map_next;
1140 me->map_next = NULL;
1144 mp->map_next
[all...]
H A Dautod_mount.c149 for (me = mapents; me; me = me->map_next) {
178 for (me = mapents; me && !err; me = me->map_next) {
240 if (err == EACCES && me->map_next != NULL) {
H A Dautod_readdir.c251 for (me = mapents; me; me = me->map_next) {
/macosx-10.10.1/autofs-246/headers/
H A Dautomount.h166 struct mapent *map_next; member in struct:mapent

Completed in 164 milliseconds