Searched refs:property (Results 1 - 25 of 45) sorted by relevance

12

/osnet-11/usr/src/lib/efcode/fcdriver/
H A DMakefile.com29 OBJECTS = ioctl.o misc.o dma.o property.o fcdebug.o phandle.o build_tree.o \
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dtheme_loader.c116 /* Set the specified property NAME on the view to the given string VALUE.
192 "%s:%d:%d unknown property `%s'",
510 another property assignment or sub-object definition. */
522 char *property; local
523 property = read_identifier (p);
524 if (! property)
535 "%s:%d:%d expected `=' after property name `%s'",
536 p->filename, p->line_num, p->col_num, property);
537 grub_free (property);
546 grub_free (property);
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py52 @property
H A Dbootloader.py61 # When console=serial, this property should be set:
109 @property
124 @property
233 """Validate the property key and optionally value"""
239 'property')
265 """Validate/Parse the serial_params property. The value used as input
355 """Set a Boot Loader property. Raises BootmgmtUnsupportedPropertyError
356 if the property is not supported"""
364 # XXX - Check that the value for each property is well-formed
370 "Get a Boot Loader property"
[all...]
H A Dbootconfig.py86 @property
249 @property
256 @property
558 # default bootfs, check the root pool's bootfs property and use
615 'attribute; Not setting root pool bootfs property')
618 # Use libzfs to set the bootfs property
850 @property
881 other. The 'default' property IS NOT updated."""
927 must be disabled. This property setter function does just that by
963 @property
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c126 /* allocate space for the property */
139 * get property
221 /* everything worked so link the property list */
262 * Read the value of the property from the PROM device tree
309 * Check if the Prom node passed in contains a property called
332 * Retrieve the value of the board number property from this Prom
404 * and returns a pointer to the value of the name property.
426 * and returns a pointer to the value of the name property.
487 * current one which has the requested type property.
501 * (has a 'status' property)
694 dev_find_node_by_type(Prom_node *root, const char *type, const char *property) argument
724 dev_next_node_by_type(Prom_node *root, const char *type, const char *property) argument
[all...]
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c98 #define DTD_ATTR_PROPERTY ((const xmlChar *) "property")
236 xmlChar *property; local
286 if ((property = xmlGetProp(node, DTD_ATTR_NAME)) == NULL) {
291 if (strcmp((char *)property, name) != 0) {
292 xmlFree(property);
296 xmlFree(property);
764 xmlChar *resource, *property, *value, *state; local
793 property = xmlGetProp(node, DTD_ATTR_PROPERTY);
794 if (property == NULL)
799 xmlFree(property);
845 xmlChar *resource, *property, *value, *state; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dieee1275.h132 const char *property, void *buf,
136 const char *property, grub_uint32_t *buf,
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java231 String property = System.getProperty(name);
232 if (property != null && property.length() != 0) {
234 value = Integer.parseInt(property);
237 System.err.println("Warning: property ignored: " +
238 name + "=" + property);
247 Integer property;
248 property = getIntegerProperty("JAVA_DTRACE_API_DEBUG");
249 if (property != null) {
250 debug = (property !
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A DMakefile30 HAL_PROG = hal-device hal-find-by-capability hal-find-by-property \
31 hal-get-property hal-set-property lshal
146 hal-find-by-property: hal_find_by_property.c
150 hal-get-property: hal_get_property.c
154 hal-set-property: hal_set_property.c
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c44 * 'mountpoint' property, we record whether the filesystem was previously
46 * dataset after the property has been changed.
52 * < change property >
139 * On set, the new property values and the requested propname are available.
140 * On inherit, only the property name is available.
185 * For real checking, we need to know if this property
188 * with a local value of this property will be in the changelist.
270 * If the property is 'mountpoint', go through and unmount filesystems as
275 * If the property is share.path, then unshare as necessary.
422 * If we are setting any property tha
723 char property[ZFS_MAXPROPLEN]; local
904 char property[ZFS_MAXPROPLEN]; local
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c58 * Creates an allocated property structure along with data for the
87 * Frees a single SCF property item and returns the next item.
103 * Frees the entire SCF property list including the SCF allocated internal
137 char *property; local
147 property = name + pgname_len + 1;
230 EASR_NOMEM, "Failed to allocate SMF property");
234 if (err != 0 || (err = pf(tx, prop->entry, property, scf_type))
269 EASR_NOMEM, "Failed to allocate SMF property");
376 * Adds a single SCF property into an nvlist string property
[all...]
H A Dasr_nvl.c94 nvlist_t *nvl, const char *property, const char *value)
97 if (nvl == NULL || property == NULL)
101 err = nvlist_add_string(nvl, property, value);
107 * Removes a string property from a name value list.
111 asr_nvl_rm_str(nvlist_t *nvl, const char *property) argument
114 if (nvl == NULL || property == NULL)
117 err = nvlist_remove(nvl, property, DATA_TYPE_STRING);
124 asr_nvl_add_strf(nvlist_t *nvl, const char *property, argument
146 err = nvlist_add_string(nvl, property, value);
153 * Gets a string value form an nvlist. If the property is
93 asr_nvl_add_str( nvlist_t *nvl, const char *property, const char *value) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c54 const char *property, void *buf,
70 args.prop = (grub_ieee1275_cell_t) property;
85 const char *property, grub_uint32_t *buf,
89 ret = grub_ieee1275_get_property (phandle, property, (void *) buf, size, actual);
52 grub_ieee1275_get_property(grub_ieee1275_phandle_t phandle, const char *property, void *buf, grub_size_t size, grub_ssize_t *actual) argument
83 grub_ieee1275_get_integer_property(grub_ieee1275_phandle_t phandle, const char *property, grub_uint32_t *buf, grub_size_t size, grub_ssize_t *actual) argument
/osnet-11/usr/src/cmd/hal/hald/
H A DMakefile30 hald_dbus.o hald_runner.o ids.o logger.o property.o util.o \
H A Dhald_runner.c236 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);
H A Ddevice.h33 #include "property.h"
82 HalProperty *property,
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py111 @property
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java100 // 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...]
H A DServiceStoreFactory.java90 // Create the appropriate ServiceStore object from the property.
93 createServiceStoreFromProperty(String property) argument
98 props.getProperty(property,
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c40 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...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py52 @property
66 # if the property name contains whitespace, it's invalid
68 raise BootmgmtMalformedPropertyNameError('Invalid property name' +
99 # a 0-length list for this property
101 # Now remove the property from the _vardict dict
118 # Store the property in the _rawlines list as a
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py231 @property
243 @property
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm85 An important property of the digest algorithms is that the digest is
87 property is that digest functions are one-way functions, that is it
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h390 extern wctype_t wctype(const char *property);

Completed in 73 milliseconds

12