/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device.h | 43 GSList *properties; member in struct:_HalDevice
|
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | tnf_trace.h | 91 tnf_properties_t properties; member in struct:__anon4136
|
/illumos-gate/usr/src/uts/common/tnf/ |
H A D | tnf_trace.h | 117 tnf_properties_t properties; member in struct:__anon9259
|
H A D | tnf_types.h | 331 * Exported properties 359 tnf_properties_t properties; member in struct:__anon9261 365 tnf_properties_t properties; member in struct:__anon9262 373 tnf_properties_t properties; member in struct:__anon9263 380 tnf_properties_t properties; member in struct:__anon9264 389 tnf_properties_t properties; member in struct:__anon9265
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | abi.c | 47 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->properties) 160 * Retrieve the properties array slot of a type record 250 * Look in type record's properties for named type. 251 * Recursively look at derived_base properties as well. 257 tnf_ref32_t *properties, *property; local 263 if ((properties = _tnf_get_properties(tnf, tag)) == TNF_NULL) 264 /* no properties */ 267 if ((property = _tnf_get_element_named(tnf, properties, name)) 275 if (_tnf_get_element_named(tnf, properties, TNF_N_DERIVED) 296 tnf_ref32_t *properties; local [all...] |
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_usb.c | 205 * The USB IA node properties are not defined in 387 /* Set usb interface properties to interface node. */ 403 /* copy parent's usb_device.* properties */ 669 char *properties[] = { "vendor", "product", "serial", NULL }; local 689 /* add printer properties */ 692 /* copy parent's selected usb* properties to printer properties */ 694 for (i = 0; properties[i] != NULL; i++) { 697 snprintf(src, sizeof (src), "%s.%s", subsystem, properties[i]); 698 snprintf(dst, sizeof (dst), "printer.%s", properties[ [all...] |
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | acpica.h | 157 property_t *properties; member in struct:master_rec
|
/illumos-gate/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 409 scf_propvec_t properties[MAX_PROPS + 1]; local 419 addprop(properties, MAX_PROPS, count++, &prop_gpattern, 425 addprop(properties, MAX_PROPS, count++, &prop_gcontent, 430 addprop(properties, MAX_PROPS, count++, &prop_ipattern, 436 addprop(properties, MAX_PROPS, count++, &prop_icontent, 442 addprop(properties, MAX_PROPS, count++, prop, &options); 444 properties[count].pv_prop = NULL; 447 if (scf_write_propvec(COREADM_INST_FMRI, CONFIG_PARAMS, properties, 616 scf_propvec_t properties[MAX_PROPS + 1]; local 635 addprop(properties, MAX_PROP [all...] |
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_dataset.c | 334 jobjectArray properties; local 344 properties = zjni_get_Dataset_properties(env, zhp); 345 if (properties == NULL) { 351 env, object->object, bean->method_setProperties, properties);
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 121 prop_t *properties; member in struct:DEVICE
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tnf_com.h | 179 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_type_hdr 185 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_struct_type_hdr 193 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_array_type_hdr 201 tnf_ref32_t properties; /* array of type records */ member in struct:tnf_derived_type_hdr
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | emul64_bsd.c | 162 * defining properties in the emul64.conf file. 227 * Attempt to get the values of the properties that are specified in the 229 * specified location. All the properties have been assigned default 239 int *properties; local 245 DDI_PROP_DONTPASS, pmp->pm_name, &properties, 248 *pmp->pm_value = *properties; 250 ddi_prop_free((void *) properties);
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpi_enum.c | 625 * put content of properties (if any) to dev info tree at branch xdip 630 process_properties(dev_info_t *xdip, property_t *properties) argument 634 while (properties != NULL) { 636 properties->name, properties->value); 637 if (strcmp(properties->name, "compatible") == 0) 639 properties = properties->next; 906 compatible_present = process_properties(xdip, m->properties);
|
/illumos-gate/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 887 * 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...] |
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 352 * properties from a property group, and adding or overwriting them into 1962 * properties at the service level. Now we iterate over all the 1963 * properties at the instance level, overwriting any duplicate 1964 * properties, in order to provide service/instance composition. 1985 * it, so we can insert/overwrite its properties. 2016 * properties in thispg. 2182 /* An empty pglist is legal, it just means no properties */ 2565 * Reads a vector of properties from the specified fmri/property group. 2585 * to point at that property's entry in the properties array. 2591 scf_propvec_t *properties, scf_propvec_ 2590 scf_read_propvec(const char *fmri, const char *pgname, boolean_t running, scf_propvec_t *properties, scf_propvec_t **badprop) argument 2756 scf_write_propvec(const char *fmri, const char *pgname, scf_propvec_t *properties, scf_propvec_t **badprop) argument [all...] |
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 450 * Since some protocols don't want an "enable" when properties change, 617 * group is disabled. The properties may have been 777 * check property list for valid properties 1234 "Security properties need " 1286 "with properties\n")); 1293 (void) printf(gettext("Security properties not " 1822 * Format the properties and encode the protocol and optional named 1849 * properties. 1872 * print the properties for a group. If protocol is NULL, do all 2025 * show_share(share, verbose, properties, prot 2033 show_share(sa_share_t share, int verbose, int properties, char *proto, int iszfs, char *sharepath) argument 2166 show_group(sa_group_t group, int verbose, int properties, char *proto, char *subgroup) argument 2290 int properties = 0; local [all...] |
/illumos-gate/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.h | 219 } properties; member in struct:cpqary3_target
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 332 properties(); 4846 * properties: 4847 * Get properties from SMF framework. 4850 properties(void) function 4864 DPRINT1(1, "properties: setting turnoff to %s\n",
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 2079 * item count and mask should be updated when new properties are added. 2102 sd_tunables *properties; member in struct:sd_disk_config
|
/illumos-gate/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 297 * SAS controller properties 494 /* Include the controller properties (changeable items) */ 496 struct megasas_ctrl_prop properties; member in struct:megasas_ctrl_info
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 845 * SAS controller properties 1044 /* Include the controller properties (changeable items) */ 1046 struct mrsas_ctrl_prop properties; member in struct:mrsas_ctrl_info
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1987 uint32 properties; member in struct:FSINFO3resok
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 66 #define COLON_NAMESPACES ":properties\n" 126 xmlNodePtr properties; member in struct:pg_elts 2223 * Now walk the properties of the property group to make sure that 2224 * all properties have the correct type and values are valid for 2559 * Add properties to property group, if any. 2888 * Since pg1 should be from the manifest, any properties in pg2 which 2923 /* Protect live properties. */ 2933 /* Look for the same property in the new properties. */ 3022 * from the live properties). 3059 /* Go over the properties whic [all...] |