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

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c191 * @param target_namespace Replace source namespace with this namespace
192 * @param source_namespace Source namespace that property keys must match
218 /* only care about properties that match source namespace */
351 const char *namespace)
356 len = strlen (namespace);
367 if (strncmp (key, namespace, len) != 0)
350 hal_device_matches(HalDevice *device1, HalDevice *device2, const char *namespace) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c607 char *ustr, namespace; local
614 namespace = *(np++);
617 * Ignore files in DOS namespace, as they will reappear as Win32
620 if ((ns) && (namespace != 2))
663 if (namespace)
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1878 mopts_collect (LibHalContext *hal_ctx, const char *namespace, int namespace_len, argument
1906 strncmp (key, namespace, namespace_len - 1) == 0) {

Completed in 68 milliseconds