Searched refs:node_new (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/autofs/
H A Dcommon.h76 struct node *node_new(struct node *parent, char *key, char *options,
H A Dcommon.c177 node_new(struct node *parent, char *key, char *options, char *location, function
247 n = node_new(parent, o->n_key, o->n_options, o->n_location,
778 node_new(parent, key, NULL, NULL, map, lineno);
820 node = node_new(parent, key, options, NULL, map, lineno);
878 node_new(node, mountpoint, options2, location,
930 node_new(parent, key, NULL, NULL, map, lineno);

Completed in 116 milliseconds