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

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.h43 GSList *properties; member in struct:_HalDevice
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c206 * The USB IA node properties are not defined in
400 /* Set usb interface properties to interface node. */
416 /* copy parent's usb_device.* properties */
682 char *properties[] = { "vendor", "product", "serial", NULL }; local
702 /* add printer properties */
705 /* copy parent's selected usb* properties to printer properties */
707 for (i = 0; properties[i] != NULL; i++) {
710 snprintf(src, sizeof (src), "%s.%s", subsystem, properties[i]);
711 snprintf(dst, sizeof (dst), "printer.%s", properties[
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.c332 jobjectArray properties; local
342 properties = zjni_get_Dataset_properties(env, zhp);
343 if (properties == NULL) {
349 env, object->object, bean->method_setProperties, properties);
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h121 prop_t *properties; member in struct:DEVICE
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c61 struct property_descriptor *properties; member in struct:grub_xnu_devprop_device_descriptor
229 prop = grub_named_list_find (GRUB_AS_NAMED_LIST (dev->properties), name);
237 grub_list_remove (GRUB_AS_LIST_P (&dev->properties), GRUB_AS_LIST (prop));
250 for (prop = dev->properties; prop; )
314 grub_list_push (GRUB_AS_LIST_P (&dev->properties),
443 for (propdesc = device->properties; propdesc; propdesc = propdesc->next)
454 devprop = grub_xnu_create_value (&(efikey->first_child), "device-properties");
478 for (propdesc = device->properties; propdesc; )
1130 0, N_("Load device-properties dump."));
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c350 * properties from a property group, and adding or overwriting them into
1972 * properties at the service level. Now we iterate over all the
1973 * properties at the instance level, overwriting any duplicate
1974 * properties, in order to provide service/instance composition.
1995 * it, so we can insert/overwrite its properties.
2026 * properties in thispg.
2192 /* An empty pglist is legal, it just means no properties */
2744 * Reads a vector of properties from the specified fmri/property group.
2760 * Multi-valued properties are stored in the linked list of scf_propvec_mval_t.
2769 * to point at that property's entry in the properties arra
2774 scf_read_propvec(const char *fmri, const char *pgname, boolean_t running, scf_propvec_t *properties, scf_propvec_t **badprop) argument
3019 scf_write_propvec(const char *fmri, const char *pgname, scf_propvec_t *properties, scf_propvec_t **badprop) argument
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c887 * function retrieves all the relevant properties into convenient
899 LibHalPropertySet *properties; local
907 properties = NULL;
925 properties = libhal_device_get_all_properties (hal_ctx, udi, &error);
926 if (properties == NULL)
929 /* we can count on hal to give us all these properties */
930 for (libhal_psi_init (&it, properties); libhal_psi_has_more (&it); libhal_psi_next (&it)) {
1051 libhal_free_property_set (properties);
1058 libhal_free_property_set (properties);
1081 * function retrieves all the relevant properties int
1094 LibHalPropertySet *properties; local
1881 LibHalPropertySet *properties; local
[all...]

Completed in 51 milliseconds