Lines Matching defs:mountpoint
622 * mountpoint; only show the child node. This means the typical,
722 * key [-options] [ [/mountpoint] [-options2] location ... ]
729 * for key, and the second, for the mountpoint.
734 char *key = NULL, *options = NULL, *mountpoint = NULL,
817 if (mountpoint != NULL) {
818 log_errx(1, "duplicated mountpoint "
822 log_errx(1, "mountpoint out of order "
825 mountpoint = checked_strdup(yytext);
861 if (mountpoint == NULL)
862 mountpoint = checked_strdup("/");
868 mountpoint, options2, location);
870 node_new(node, mountpoint, options2, location,
872 mountpoint = options2 = location = NULL;
876 if (mountpoint != NULL || options2 != NULL ||
1105 char *mountpoint = NULL, *map = NULL, *options = NULL;
1116 if (mountpoint != NULL) {
1117 //log_debugx("adding map for %s", mountpoint);
1118 node_new_map(root, mountpoint, options, map,
1124 mountpoint = map = options = NULL;
1128 if (mountpoint == NULL) {
1129 mountpoint = checked_strdup(yytext);