HomeSort by: relevance | last modified time | path
    Searched refs:am_loc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
mntfs.c 53 am_loc *
54 dup_loc(am_loc *loc)
219 am_loc *
222 am_loc *loc = CALLOC(struct am_loc);
281 am_loc *loc = v;
306 am_loc *loc = (am_loc *) arg;
amd.h 213 typedef struct am_loc am_loc; typedef in typeref:struct:am_loc
445 struct am_loc { struct
502 am_loc *am_al; /* Mounted filesystem */
503 am_loc **am_alarray; /* Filesystem sources to try to mount */
593 extern am_loc *dup_loc(am_loc *);
596 extern am_loc *new_loc(void);
amfs_generic.c 81 am_loc **al; /* Current location */
89 static am_loc *amfs_lookup_one_location(am_node *new_mp, mntfs *mf, char *ivec,
91 static am_loc **amfs_lookup_loc(am_node *new_mp, int *error_return);
250 static am_loc *
256 am_loc *new_al;
265 * although we alloc the fs_opts here, the pointer is 'owned' by the am_loc and will
266 * be free'd on destruction of the am_loc. If we don't allocate a loc, then we need
353 static am_loc **
366 am_loc **al_array; /* the generated list of locations */
441 al_array = calloc(num_ivecs + 1, sizeof(am_loc *));
    [all...]
map.c 482 am_loc **temp_al;

Completed in 35 milliseconds