Searched refs:am_loc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dmntfs.c51 am_loc *
52 dup_loc(am_loc *loc)
217 am_loc *
220 am_loc *loc = CALLOC(struct am_loc);
279 am_loc *loc = v;
304 am_loc *loc = (am_loc *) arg;
H A Damd.h211 typedef struct am_loc am_loc; typedef in typeref:struct:am_loc
443 struct am_loc { struct
500 am_loc *am_al; /* Mounted filesystem */
501 am_loc **am_alarray; /* Filesystem sources to try to mount */
591 extern am_loc *dup_loc(am_loc *);
594 extern am_loc *new_loc(void);
H A Damfs_generic.c79 am_loc **al; /* Current location */
87 static am_loc *amfs_lookup_one_location(am_node *new_mp, mntfs *mf, char *ivec,
89 static am_loc **amfs_lookup_loc(am_node *new_mp, int *error_return);
248 static am_loc *
254 am_loc *new_al;
263 * although we alloc the fs_opts here, the pointer is 'owned' by the am_loc and will
264 * be free'd on destruction of the am_loc. If we don't allocate a loc, then we need
351 static am_loc **
364 am_loc **al_array; /* the generated list of locations */
439 al_array = calloc(num_ivecs + 1, sizeof(am_loc *));
[all...]
H A Dmap.c480 am_loc **temp_al;

Completed in 165 milliseconds