Searched refs:n_map (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.sbin/autofs/ |
H A D | common.c | 220 n->n_map = map; in node_new_map() 510 if (child->n_map == NULL) in node_expand_maps() 515 child->n_map); in node_expand_maps() 518 child->n_map); in node_expand_maps() 520 parse_map(child, child->n_map, NULL, NULL); in node_expand_maps() 630 assert(n->n_location == NULL || n->n_map == NULL); in node_print_indent() 639 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "", in node_print_indent()
|
H A D | automount.c | 179 mount_if_not_already(n, n->n_map, n->n_options, in mount_unmount() 185 mount_if_not_already(n2, n->n_map, n->n_options, in mount_unmount()
|
H A D | common.h | 59 char *n_map; member
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-xtensa.c | 5929 unsigned n_map; member 5982 unsigned n_map = 0; in map_removed_literal() local 5989 if (i == n_map) in map_removed_literal() 5991 n_map = (n_map * 2) + 2; in map_removed_literal() 5992 map = bfd_realloc (map, n_map * sizeof (*map)); in map_removed_literal() 5998 removed_list->n_map = i; in map_removed_literal() 6027 p = bsearch (&addr, removed_list->map, removed_list->n_map, in find_removed_literal()
|
H A D | ChangeLog-2015 | 2797 (removed_literal_list_struct): add new fields: n_map and map.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-xtensa.c | 5936 unsigned n_map; member 5989 unsigned n_map = 0; in map_removed_literal() local 5996 if (i == n_map) in map_removed_literal() 5998 n_map = (n_map * 2) + 2; in map_removed_literal() 5999 map = bfd_realloc (map, n_map * sizeof (*map)); in map_removed_literal() 6005 removed_list->n_map = i; in map_removed_literal() 6034 p = bsearch (&addr, removed_list->map, removed_list->n_map, in find_removed_literal()
|
H A D | ChangeLog-2015 | 2797 (removed_literal_list_struct): add new fields: n_map and map.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2015 | 2797 (removed_literal_list_struct): add new fields: n_map and map.
|