Searched defs:source_namespace (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c186 * source_namespace and put them onto target replacing source_namespace
192 * @param source_namespace Source namespace that property keys must match
198 const char *source_namespace)
203 source_ns_len = strlen (source_namespace);
219 if (strncmp(key, source_namespace, source_ns_len) != 0)
195 hal_device_merge_with_rewrite(HalDevice *target, HalDevice *source, const char *target_namespace, const char *source_namespace) argument

Completed in 48 milliseconds