/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wctype.c | 43 wctype_l(const char *property, locale_t loc) argument 71 while (props[i].name != NULL && strcmp(props[i].name, property) != 0) 78 wctype(const char *property) argument 80 return (wctype_l(property, uselocale(NULL)));
|
/illumos-gate/usr/src/lib/libtnf/ |
H A D | type.c | 118 * If type record has named property, return a datum for it 124 tnf_ref32_t *property; local 129 property = _tnf_get_property(DATUM_TNF(datum), 133 if (property == TNF_NULL) 136 return (RECORD_DATUM(DATUM_TNF(datum), property));
|
H A D | abi.c | 257 tnf_ref32_t *properties, *property; local 267 if ((property = _tnf_get_element_named(tnf, properties, name)) 269 /* found property named name */ 270 return (property);
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreFactory.java | 90 // Create the appropriate ServiceStore object from the property. 93 createServiceStoreFromProperty(String property) argument 98 props.getProperty(property,
|
H A D | SLPConfig.java | 100 // property tag or values. If included, according 128 // Register the property. 187 // Initialize useScopes property. This is read-only after the file 200 // Initialize SA scopes. This uses a Sun specific property for 894 // Initialize the scopes list on property. 1125 // Return the Java default if the SLP property is not set. 1384 * The sum of all timeouts for the given property name must not 1395 * @param property 1396 * Name of timeout property being capped. This is only present for 1397 * reporting purposes and no actual manipulation of the property 1412 capTimeouts(String property, int[] timeouts, boolean rangeCheck, int min, int max) argument 1474 parseTimeouts(String property, int[] defaults) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | tty_common.c | 428 * Creates a property in the "options" node that is 430 * If the property already existed, then it was 433 * actual termios structure and store the new property 443 char *property = "ttymodes"; local 454 * Note that if the property had been created via the 456 * a string property. Since we would like to store 457 * a structure (termios) in this property, we need 458 * to change the property type to byte array. 461 property, (char ***)&modesp, &len) != DDI_PROP_SUCCESS) { 468 * Create the property [all...] |
H A D | asy.c | 202 const char *property); 398 /* free "motherboard-serial-ports" property if allocated */ 503 cmn_err(CE_WARN, "asy_get_io_regnum_pci: reg property" 504 " not found in devices property list"); 519 case PCI_ADDR_IO: /* I/O bus reg property */ 553 cmn_err(CE_WARN, "asy_get_io_regnum: reg property not found " 554 "in devices property list"); 562 case 1: /* I/O bus reg property */ 943 /* Parse property for tty modes */ 1153 asy_getproperty(dev_info_t *devi, struct asycom *asy, const char *property) argument [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | cpu_prop_update.c | 82 char property[MAXSTRLEN]; local 121 (void) snprintf(property, sizeof (property), 123 add_md_prop(node, sizeof (int_value), property, 136 char property[MAXSTRLEN]; local 183 (void) snprintf(property, sizeof (property), 185 add_md_prop(node, sizeof (int_value), property, 191 (void) snprintf(property, sizeof (property), " [all...] |
/illumos-gate/usr/src/man/man1m/ |
H A D | Makefile | 168 hal-get-property.1m \ 619 hal-find-by-property.1m \ 620 hal-set-property.1m \ 717 hal-find-by-property.1m := LINKSRC = hal-find.1m 719 hal-set-property.1m := LINKSRC = hal-get-property.1m
|
/illumos-gate/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 242 autofs_validate_property(sa_handle_t handle, sa_property_t property, argument 254 propname = sa_get_property(property, "type"); 267 value = sa_get_property_attr(property, "value"); 270 * If any property is added to AUTOFS, which is a different 413 * Extract the property and value out of the line and create the 414 * property in the optionset.
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_funcs.c | 129 /* allocate space for the property */ 142 * get property 224 /* everything worked so link the property list */ 265 * Read the value of the property from the PROM device tree 312 * Check if the Prom node passed in contains a property called 335 * Retrieve the value of the board number property from this Prom 407 * and returns a pointer to the value of the name property. 429 * and returns a pointer to the value of the name property. 490 * current one which has the requested type property. 504 * (has a 'status' property) 697 dev_find_node_by_type(Prom_node *root, char *type, char *property) argument 727 dev_next_node_by_type(Prom_node *root, char *type, char *property) argument [all...] |
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | hald_runner.c | 236 add_property_to_msg (HalDevice *device, HalProperty *property, argument 244 prop_upper = g_ascii_strup (hal_property_get_key (property), -1); 253 value = hal_property_to_string (property);
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | acpica.h | 43 /* acpi-user-options options property */ 63 * acpi_status property values 146 typedef struct property { struct 147 struct property *next;
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 45 * 'mountpoint' property, we record whether the filesystem was previously 47 * dataset after the property has been changed. 53 * < change property > 90 * If the property is 'mountpoint', go through and unmount filesystems as 123 * Do the property specific processing. 150 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or 222 * or sharenfs or sharesmb property is set. 317 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property, 398 char property[ZFS_MAXPROPLEN]; local 408 * property wil 539 char property[ZFS_MAXPROPLEN]; local [all...] |
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | properties.c | 40 property(env); 81 * DO NOT cache the value of the head of the property list *before* 82 * looking up a property. 130 property(fcode_env_t *env) function 137 CHECK_DEPTH(env, 4, "property"); 206 CHECK_DEPTH(env, 3, "get-package-property"); 228 * First, we look thru the in-memory device tree for the property. 230 * not going to find the property below the attachment point. 233 CHECK_DEPTH(env, 2, "get-inherited-property"); 259 CHECK_DEPTH(env, 2, "delete-property"); [all...] |
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 264 volume_findby (LibHalContext *hal_ctx, const char *property, const char *value) argument 274 if ((hal_udis = libhal_manager_find_device_string_match (hal_ctx, property,
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 219 * Display a property's values on a line. If types is true, prepend 221 * of the property. 303 * display_prop() all of the properties in the given property group. Force 332 * Common code to execute when a nonexistant property is encountered. 409 * display_{pg,prop}() the named property groups and/or properties. Otherwise 410 * display_pg() all property groups. 542 uu_warn(gettext("Couldn't find property group " 573 uu_warn(gettext("Couldn't find property " 598 * named properties of the property group. 630 "has too many components for property " 712 add_prop(char *property) argument [all...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 332 * get_zfs_property(dataset, property) 334 * Get the file system property specified from the ZFS dataset. 338 get_zfs_property(char *dataset, zfs_prop_t property) argument 348 if (zfs_prop_get(handle, property, shareopts, 614 * property, etc. to the specific share. 735 * allows representing the inherited property model. 919 * Update the "sharenfs" property on the path. If on is true, then set 1025 * Update the "sharesmb" property on the path. If on is true, then set 1462 * This method builds values for "sharesmb" property from the 1490 * This method builds values for "sharesmb" property fro [all...] |
H A D | libsharecore.c | 743 * property for the specified protocol. 806 * _sa_remove_property(property) 808 * remove a property only from the document. 812 _sa_remove_property(sa_property_t property) argument 814 xmlUnlinkNode((xmlNodePtr)property); 815 xmlFreeNode((xmlNodePtr)property); 970 * Remove the property 1038 * remove the property 1606 * Is the specified property a member of the optionset? 1648 * sa_valid_property(handle, object, proto, property) 1655 sa_valid_property(sa_handle_t handle, void *object, char *proto, sa_property_t property) argument [all...] |
H A D | libshare.c | 104 /* definitions used in a couple of property functions */ 160 ret = dgettext(TEXT_DOMAIN, "no such property"); 172 ret = dgettext(TEXT_DOMAIN, "bad property value"); 181 ret = dgettext(TEXT_DOMAIN, "property value conflict"); 193 ret = dgettext(TEXT_DOMAIN, "property not valid for group"); 336 * property is kept in default/operation/legacy_timestamp 420 * property. This is used to prevent sharing special case shares 485 * construction or someone has modified the property 1400 * "exclude" property to the share. 2011 * All property group 2484 sa_get_next_property(sa_property_t property) argument 2707 sa_get_property_parent(sa_property_t property) argument 3241 sa_add_property(void *object, sa_property_t property) argument 3372 sa_remove_property(sa_property_t property) argument 3403 sa_update_property(sa_property_t property, char *value) argument [all...] |
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.c | 245 * find volume by property=value 250 rmm_hal_volume_findby(LibHalContext *hal_ctx, const char *property, argument 265 /* get all devices with property=value */ 266 if ((udis = libhal_manager_find_device_string_match(hal_ctx, property, 1097 dprintf("property %s not found %s\n", 1103 dprintf("property %s not found %s\n", 1134 dprintf("property %s not found %s\n", "block.device", udi); 1139 dprintf("property %s not found %s\n", 1145 dprintf("property %s not found %s\n", "volume.fstype", udi); 1153 dprintf("property [all...] |
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac.c | 270 cmn_err(CE_WARN, "ac%d: unable to retrieve %s property", 1159 char *property = (id == Bank0) ? AC_BANK0_STATUS : AC_BANK1_STATUS; local 1181 * decode the memory bank property. set condition based 1185 DDI_PROP_DONTPASS, property, (caddr_t)&propval, &proplen) == 1228 /* we don't have the property, deduce the state of memory */
|
/illumos-gate/usr/src/lib/libbrand/common/ |
H A D | libbrand.c | 231 xmlChar *property; local 281 if ((property = xmlGetProp(node, DTD_ATTR_NAME)) == NULL) { 286 if (strcmp((char *)property, name) != 0) { 287 xmlFree(property); 291 xmlFree(property);
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 208 FNPROTO(property); variable
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 52 #define SCI_GENERALLAST 0x04 /* Add general property group last */ 58 #define SCI_DELAYENABLE 0x100 /* Delay the general/enable property */ 73 #define SCE_ALL_VALUES 0x01 /* Include all property values */ 193 * Either conversion of ASTRING property value to a number failed, 194 * or base 32 decoding of a property value failed. 256 * composed_pg_destroy(). It will only be set for property groups that are 257 * part of an instance -- not for service property groups. 276 typedef struct property { struct 305 /* instance, property group, property */ [all...] |