Searched refs:prop (Results 51 - 75 of 129) sorted by relevance

123456

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dproperty.c120 char *prop; local
136 } else if (os_get_prop_common(pd->common, node, name, inherit, &prop,
140 PUSH(DS, (fstack_t)prop);
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c178 scf_property_t *prop = NULL; local
191 prop = scf_property_create(handle);
193 if (prop == NULL || value == NULL) {
197 if (scf_pg_get_property(pg, propname, prop) == -1 ||
198 scf_property_get_value(prop, value) == -1 ||
200 nd_error(nhdl, "Failed to retrieve %s prop (%s)", propname,
209 scf_property_destroy(prop);
222 scf_property_t *prop = NULL; local
234 prop = scf_property_create(handle);
236 if (prop
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.h79 scf_property_t *prop; /* property handle */ member in struct:asi_scfhandle
85 scf_iter_t *prop; /* property iter handle */ member in struct:asi_scfhandle_iter
91 scf_iter_t *prop; /* multi-valued property iter handle */ member in struct:asi_scfhandle_iter_prop
H A Daudit_scf.c334 scf_property_destroy(handle->prop);
359 (handle->prop = scf_property_create(handle->hndl)) == NULL) {
379 scf_iter_destroy(handle_iter->prop);
393 (handle_iter->prop = scf_iter_create(handle->hndl)) == NULL ||
413 scf_iter_destroy(handle_iter_prop->prop);
426 if ((handle_iter_prop->prop = scf_iter_create(handle->hndl)) == NULL ||
442 scf_property_t *prop, scf_value_t *prop_val)
450 if (scf_property_type(prop, &prop_type) == -1) {
542 if (scf_iter_property_values(handle_iter_prop.prop, handle->prop)
441 get_prop_str_singleval(char **attstr_buf, size_t *attstr_buf_sz, char *key_buf, scf_property_t *prop, scf_value_t *prop_val) argument
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py90 # The first element is the prop name and the second is the value
125 keyword, prop, val = nextline.split(None, 2)
136 newbep = [prop, val]
138 self._vardict[prop] = newbep
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dieee1275.c61 grub_ieee1275_cell_t prop;
70 args.prop = (grub_ieee1275_cell_t) property;
105 char *prop)
120 args.next_prop = (grub_ieee1275_cell_t) prop;
130 const char *prop, grub_ssize_t *length)
136 grub_ieee1275_cell_t prop;
143 args.prop = (grub_ieee1275_cell_t) prop;
60 grub_ieee1275_cell_t prop; member in struct:get_property_args
103 grub_ieee1275_next_property(grub_ieee1275_phandle_t phandle, char *prev_prop, char *prop) argument
128 grub_ieee1275_get_property_length(grub_ieee1275_phandle_t phandle, const char *prop, grub_ssize_t *length) argument
135 grub_ieee1275_cell_t prop; member in struct:get_property_args
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c76 const zpropdef_t *cl_realprop; /* NULL if user prop */
416 * prop validation and re-sharing is handled externally.
727 zfs_prop_t prop; local
731 prop = ZFS_PROP_SHARE_MOUNTPOINT;
734 prop = clp->cl_prop;
748 == ZFS_PROP_NAME) && prop != ZFS_PROP_SHARE_AUTO) {
750 if (prop != ZPROP_INVAL) {
751 if (zfs_prop_get(zhp, prop, property,
908 zfs_prop_t prop; local
914 prop
[all...]
H A Dlibzfs_prop.c988 zfs_prop_t prop; local
990 for (prop = 0; prop < ZFS_NUM_PROPS; prop++) {
991 zprop_desc_t *pd = &prop_table[prop];
1004 zpool_prop_t prop; local
1006 for (prop = 0; prop < ZPOOL_NUM_PROPS; prop++) {
1007 zprop_desc_t *pd = &prop_table[prop];
1383 zfs_prop_remap(zfs_handle_t *zhp, int spa_version, int prop, boolean_t *valid) argument
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java116 String prop = tk.nextToken().trim();
118 if (prop.trim().length() <= 0) {// line has just spaces...
130 this.setProperty(prop, def);
308 int getIntProperty(String prop, int df, int lb, int ub) { argument
310 int i = Integer.getInteger(prop, df).intValue();
316 writeLog("bad_prop_tag", new Object[] {prop});
360 int prop = getIntProperty("net.slp.DAActiveDiscoveryInterval",
364 if (prop > 0 && prop < iMinDisc) {
371 return prop;
483 getAttributes(String prop, Vector defaults, boolean daAttrs) argument
896 initializeScopes(String prop) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dofdisk.c247 char prop[64]; local
266 if (grub_ieee1275_get_property (dev, "device_type", prop, sizeof (prop),
273 if (grub_strcmp (prop, "block"))
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c171 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1;
172 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1;
173 unsigned lc = p->prop.lc;
474 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
475 p->checkDicSize = p->prop.dicSize;
497 UInt32 rem = p->prop.dicSize - p->processedPos;
502 if (p->processedPos >= p->prop.dicSize)
503 p->checkDicSize = p->prop.dicSize;
536 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1);
548 ((((p->processedPos) & ((1 << (p->prop
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg.c163 scf_simple_prop_t *prop; local
179 prop = scf_simple_prop_get(NULL, NP_FMRI, NP_NETCFG_PG,
181 if (prop == NULL)
184 if (scf_simple_prop_numvalues(prop) > 0) {
185 (void) strlcpy(profile, scf_simple_prop_next_astring(prop),
188 scf_simple_prop_free(prop);
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c483 zfs_prop_t prop = zjni_get_property_from_name(name); local
486 if (prop != ZPROP_INVAL) {
487 defProperty = zjni_get_default_property(env, prop);
505 mapping_cb(int prop, void *cb) argument
511 if (zfs_prop_valid_for_type(prop, map->type)) {
514 zfs_prop_to_name(prop));
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c1350 scf_property_t *prop; local
1388 prop = handle->rh_property;
1415 if (prop != NULL)
1416 scf_property_destroy(prop);
2920 scf_iter_property_decorations(scf_iter_t *iter, const scf_property_t *prop, argument
2923 return (datael_setup_iter(iter, &prop->rd_d,
3517 scf_property_t *prop)
3520 prop ? &prop->rd_d : NULL, 0));
4210 property_type_locked(const scf_property_t *prop, argument
3516 scf_pg_get_property(const scf_propertygroup_t *pg, const char *name, scf_property_t *prop) argument
4241 scf_property_type(const scf_property_t *prop, scf_type_t *out) argument
4258 scf_property_is_type(const scf_property_t *prop, scf_type_t base_arg) argument
4369 scf_property_t *prop; local
4408 scf_property_get_name(const scf_property_t *prop, char *out, size_t len) argument
4414 decoration_layer_locked(const scf_decoration_t *prop, rep_protocol_decoration_layer_t *out) argument
4639 transaction_add(scf_transaction_t *tran, scf_transaction_entry_t *entry, enum rep_protocol_transaction_action action, const char *prop, rep_protocol_value_type_t type) argument
4841 scf_transaction_property_new(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4854 scf_transaction_property_change(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4867 scf_transaction_property_change_type(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4880 scf_transaction_property_delete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4888 scf_transaction_property_remove(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4896 scf_transaction_property_undelete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4904 scf_transaction_property_delcust(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
5878 scf_iter_property_values(scf_iter_t *iter, const scf_property_t *prop) argument
5951 scf_property_get_decoration(const scf_property_t *prop, scf_decoration_layer_t layer, scf_decoration_t *dec) argument
6010 scf_property_get_value_at_layer(const scf_property_t *prop, scf_decoration_layer_t layer, scf_value_t *v) argument
6030 scf_property_get_value(const scf_property_t *prop, scf_value_t *v) argument
6412 scf_handle_decode_fmri(scf_handle_t *h, const char *fmri, scf_scope_t *sc, scf_service_t *svc, scf_instance_t *inst, scf_propertygroup_t *pg, scf_property_t *prop, int flags) argument
6869 scf_property_to_fmri(const scf_property_t *prop, char *out, size_t sz) argument
7256 scf_property_t *prop = NULL; local
8491 scf_property_in_conflict(scf_property_t *prop) argument
8526 scf_property_is_masked(const scf_property_t *prop) argument
[all...]
H A Dscf_tmpl.c37 * are allocated by the callers through scf_tmpl_[pg|prop]_create(), and
38 * destroyed with scf_tmpl_[pg|prop]_destroy(). They are populated by
57 * followed by pg and prop template discovery functions, followed
249 _scf_get_prop_name(scf_property_t *prop) argument
256 } else if (scf_property_get_name(prop, buf, sz) == -1) {
279 _scf_get_prop_type(scf_property_t *prop) argument
284 if (scf_property_type(prop, &type) == -1) {
330 scf_property_t *prop; local
339 prop = scf_property_create(h);
342 if (prop
534 scf_property_t *prop; local
844 _tmpl_prop_name(const char *prop, scf_pg_tmpl_t *t) argument
2591 scf_tmpl_get_by_prop(scf_pg_tmpl_t *t, const char *prop, scf_prop_tmpl_t *prop_tmpl, int flags) argument
3863 _scf_tmpl_get_count_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_count_ranges_t *ranges) argument
3962 _scf_tmpl_get_int_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_int_ranges_t *ranges) argument
5318 _add_tmpl_wrong_prop_type_error(scf_tmpl_errors_t *errs, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop) argument
5396 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, uint64_t count, uint64_t *min, uint64_t *max) argument
5505 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, scf_value_t *val) argument
5596 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
5800 _value_in_constraint(scf_propertygroup_t *pg, scf_property_t *prop, const scf_prop_tmpl_t *pt, scf_value_t *value, scf_tmpl_errors_t *errs) argument
6088 _validate_cardinality(scf_propertygroup_t *pg, scf_prop_tmpl_t *pt, scf_property_t *prop, scf_tmpl_errors_t *errs) argument
6176 _check_property(scf_prop_tmpl_t *pt, scf_propertygroup_t *pg, scf_property_t *prop, scf_tmpl_errors_t *errs) argument
6310 scf_property_t *prop = NULL; local
7153 scf_property_t *prop; local
[all...]
/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c185 scf_property_t *prop = NULL; local
212 ((prop = scf_property_create(handle)) == NULL) ||
241 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
291 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
306 if (scf_iter_property_values(valueIter, prop) == -1) {
446 if (prop != NULL) {
447 scf_property_destroy(prop);
845 scf_property_t *prop = NULL; local
863 ((prop = scf_property_create(handle)) == NULL) ||
873 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop)
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/ieee1275/
H A Dieee1275.h140 char *prev_prop, char *prop);
142 (grub_ieee1275_phandle_t phandle, const char *prop, grub_ssize_t *length);
/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py39 this class -- not user properties (eg "user:prop") or userspace
169 def userspace(self, prop):
173 prop specifies which property ("userused@",
179 d = zfs.ioctl.userspace_many(self.name, prop)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dutf8_heavy.pl94 my $prop = $caller1 . "::" . ( $wasIs ? "Is" : "" ) . $type;
95 if (exists &{$prop}) {
98 $list = &{$prop};
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c603 scf_simple_prop_t *prop; local
615 if ((prop = scf_simple_prop_get(NULL,
617 if ((str = scf_simple_prop_next_astring(prop)) != NULL) {
620 scf_simple_prop_free(prop);
624 scf_simple_prop_free(prop);
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf.h370 int stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal,
384 int stmfGetLuProp(luResource hdl, uint32_t propType, char *prop,
403 char *prop, size_t *propLen);
409 int stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal);
410 int stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop,
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c641 scf_property_t *prop; local
654 if ((prop = scf_property_create(scp->sc_scf_hdl)) == NULL ||
656 scf_pg_get_property(pg, propname, prop) == -1 ||
657 scf_property_get_value(prop, value) == -1 ||
662 scf_property_destroy(prop);
672 scf_property_t *prop; local
686 if ((prop = scf_property_create(scp->sc_scf_hdl)) == NULL ||
688 scf_pg_get_property(pg, propname, prop) == -1 ||
689 scf_property_get_value(prop, value) == -1 ||
694 scf_property_destroy(prop);
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c147 asr_topo_enum_data_t *edata, nvlist_t *prop, char **name, asr_buf_t *value)
155 if (prop == NULL || (nvp = nvlist_next_nvpair(prop, NULL)) == NULL)
158 if ((nvp = nvlist_next_nvpair(prop, NULL)) == NULL ||
165 if ((nvp = nvlist_next_nvpair(prop, nvp)) == NULL ||
174 (nvp = nvlist_next_nvpair(prop, nvp)) == NULL)
227 asr_nvl_tostringi(value, prop, 1, '"', " : ");
305 nvlist_t *prop; local
351 if ((err = nvpair_value_nvlist(nvp, &prop)) != 0)
355 edata, prop,
146 add_topo_ai_prop( asr_topo_enum_data_t *edata, nvlist_t *prop, char **name, asr_buf_t *value) argument
[all...]
H A Dasr_nvl.c173 asr_nvl_cp_str(nvlist_t *src, nvlist_t *dest, const char *prop) argument
175 char *val = asr_nvl_str(src, prop);
177 return (asr_nvl_rm_str(dest, prop));
179 return (asr_nvl_add_str(dest, prop, val));
188 asr_nvl_cp_strd(nvlist_t *src, nvlist_t *dest, const char *prop, char *dval) argument
190 char *val = asr_nvl_strd(src, prop, dval);
194 return (asr_nvl_rm_str(dest, prop));
196 return (asr_nvl_add_str(dest, prop, val));
204 asr_nvl_strd(nvlist_t *nvl, const char *prop, char *dval) argument
208 err = nvlist_lookup_string(nvl, prop,
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c252 char *prop; local
263 &prop) != 0) {
280 if (nvlist_lookup_uint64(props, prop, &current) == 0) {
282 } else if (nvlist_lookup_int64(props, prop, &scurrent) == 0) {
286 "properties\n", prop);
325 char *prop; local
345 &prop) == 0) {
352 else if (nvlist_lookup_boolean_value(props, prop,
693 const char *name, const char *prop)
706 nvlist_add_string(nvl, TOPO_METH_SES_STATE_PROP, prop) !
692 ses_add_discrete(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, const char *name, const char *prop) argument
[all...]

Completed in 3116 milliseconds

123456