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

/netbsd-current/sbin/modload/
H A Dmain.c66 prop_dictionary_t ext_props, props; local
80 ext_props = NULL;
139 ext_props =
141 if (ext_props == NULL) {
147 merge_dicts(ext_props, props);
151 prop_dictionary_remove(ext_props,
154 propsstr = prop_dictionary_externalize(ext_props);

Completed in 136 milliseconds