Searched refs:property (Results 26 - 50 of 70) sorted by relevance

123

/illumos-gate/usr/src/lib/libtnf/
H A Dabi.c257 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/cmd/hal/hald/
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,
/illumos-gate/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...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib41 # Firstly, set the property value to dataset. Then checking if the property
44 # $1 property value
45 # $2 property name
63 log_fail "property or dataset isn't defined."
116 user_prop=$(zfs get -H -o property all $dtst | grep ":")
157 # Get vaild user defined property name
159 # $1 user defined property name length
190 # Get invaild user defined property name
192 # $1 user defined property nam
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh73 zfs get -H -o property,value $item $ds >> \
76 log_fail "zfs get -H -o property,value"\
162 # Verify inherited property can be received
H A Drsend.kshlib215 zfs get -H -o property,value,source $item $dtst1 >> \
217 zfs get -H -o property,value,source $item $dtst2 >> \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java90 // Create the appropriate ServiceStore object from the property.
93 createServiceStoreFromProperty(String property) argument
98 props.getProperty(property,
/illumos-gate/usr/src/man/man1m/
H A DMakefile168 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/libbrand/common/
H A Dlibbrand.c231 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/cmd/svc/svcprop/
H A Dsvcprop.c219 * 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/boot/include/xlocale/
H A D_ctype.h174 wctype_t wctype_l(const char *property, locale_t __l);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c743 * 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...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h223 #define HERMON_DDI_PROP_GET(dip, property) \
225 property, -1))
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h390 extern wctype_t wctype(const char *property);
H A Dmks.h463 typedef int m_ctype_t; /* ctype property */
464 LEXTERN m_ctype_t m_ctype (const char *property);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h52 #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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf41 * This section specifies the static property information for each
42 * defined object. Each property in the property list is preceded by
43 * an identifying property label, such as, "_class=". The "label"
44 * property is the first string on each line. The features and address
73 * <object string id> <projected property> <source object id> <source property>
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dpsvcobj.conf41 * This section specifies the static property information for each
42 * defined object. Each property in the property list is preceded by
43 * an identifying property label, such as, "_class=". The "label"
44 * property is the first string on each line. The features and address
73 * <object string id> <projected property> <source object id> <source property>
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c219 return (gettext("\tclone [-p] [-o property=value] ... "
222 return (gettext("\tcreate [-p] [-o property=value] ... "
224 "\tcreate [-ps] [-b blocksize] [-o property=value] ... "
235 "\t <\"all\" | property[,...]> "
238 return (gettext("\tinherit [-rS] <property> "
244 return (gettext("\tlist [-Hp] [-r|-d max] [-o property[,...]] "
245 "[-s property]...\n\t [-S property]... [-t type[,...]] "
272 return (gettext("\tset <property=value> ... "
277 return (gettext("\tsnapshot [-r] [-o property
2957 char property[ZFS_MAXPROPLEN]; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c4259 * entry is set to delete a property
5158 const char **instance, const char **propertygroup, const char **property)
5171 if (property != NULL)
5172 *property = NULL;
5285 if (property != NULL)
5286 *property = my_p;
5356 const char **instance, const char **propertygroup, const char **property)
5363 propertygroup, property));
5377 propertygroup, property));
5387 const char *scope, *service, *instance, *pg, *property; local
5157 scf_parse_svc_fmri(char *fmri, const char **scope, const char **service, const char **instance, const char **propertygroup, const char **property) argument
5355 scf_parse_fmri(char *fmri, int *type, const char **scope, const char **service, const char **instance, const char **propertygroup, const char **property) argument
5442 const char *scope, *service, *instance, *propertygroup, *property; local
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h208 FNPROTO(property); variable
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c336 * number of operations depend on this state. The property not being
750 * smb_validate_property(handle, property, parent)
752 * Check that the property has a legitimate value for its type.
758 smb_validate_property(sa_handle_t handle, sa_property_t property, argument
768 propname = sa_get_property_attr(property, "type");
785 value = sa_get_property_attr(property, "value");
855 /* do the property specific check */
856 ret = optdefs[optindex].check(property);
1378 * Setup to iterate over the service property groups, only
1380 * property wil
[all...]
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h793 * property: The requested property.
794 * Currently the only property defined is kDNSServiceProperty_DaemonVersion.
811 const char *property, /* Requested property (i.e. kDNSServiceProperty_DaemonVersion) */
2034 * be invoked any time the mapping state changes. This property complements point (1) above.
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c185 * Add new names here to add new property support. If we ever get a
447 * Add the property to the securities structure. This accumulates
468 * Get the existing property, if it exists, so we can
640 * optionset can occur with ZFS property checking.
791 * property specified. If the
911 * caller. Various property values get turned into structure specific
1001 "index property\n"));
1017 * charmap conversion property. This will get
1326 * to those used by "share" are done. this function does one property
1678 * Check the group for any shares that have the public property
2190 nfs_validate_property(sa_handle_t handle, sa_property_t property, sa_optionset_t parent) argument
[all...]

Completed in 184 milliseconds

123