Searched refs:prop (Results 176 - 200 of 357) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c382 nxge_get_config_token(char *prop) argument
387 if (strncmp(prop, token_names[token], 4) == 0)
1035 nxge_cfg_verify_set_classify_prop(p_nxge_t nxgep, char *prop, argument
1052 c_dip[i], prop, new_value);
1056 " property %s failed update ", prop));
1065 prop, &cfg_val,
1075 " property %s not specified on all ports", prop));
1080 " Using default", prop));
1086 " on some ports: Using default", prop));
1097 " Using default", prop));
1219 char *prop; local
1318 char *prop; local
2153 char *prop; local
2484 char *prop; local
2510 char *prop; local
2812 char *prop; local
2885 char *prop; local
2946 char *prop; local
[all...]
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c199 scf_property_t *prop = NULL; local
257 if ((prop = scf_property_create(h)) == NULL) {
275 if (scf_pg_get_property(pg, SCF_LEGACY_PROPERTY_NAME, prop) == 0) {
291 scf_property_destroy(prop);
301 scf_property_t *prop = NULL; local
314 if ((prop = scf_property_create(h)) == NULL) {
337 prop) != 0)
340 if (scf_property_get_value(prop, val) != 0)
358 prop) != 0)
361 if (scf_property_get_value(prop, va
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c154 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1;
155 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1;
156 unsigned lc = p->prop.lc;
459 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
460 p->checkDicSize = p->prop.dicSize;
480 UInt32 rem = p->prop.dicSize - p->processedPos;
485 if (p->processedPos >= p->prop.dicSize)
486 p->checkDicSize = p->prop.dicSize;
519 unsigned posState = (p->processedPos) & ((1 << p->prop.pb) - 1);
531 ((((p->processedPos) & ((1 << (p->prop
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.h88 boolean_t zfs_prop_delegatable(zfs_prop_t prop);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/SUNW,Sun-Fire-15000/
H A DSUNW,Sun-Fire-15000.esc49 prop fault.io.datapath@cpu[cpuid] (0)->
72 prop upset.io.datapath@cpu[cpuid] (0)->
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib187 typeset prop=${cmd% *}
188 prop=${prop##* }
192 grep "$subcmd $ds ([0-9]*) ${prop}=" $NEW_HISTORY >/dev/null \
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c122 scf_property_t *prop; local
139 (prop = scf_property_create(hndl)) == NULL ||
160 if (scf_pg_get_property(pg, MHASH_PROP, prop) != SCF_SUCCESS) {
165 if (scf_property_get_value(prop, val) != SCF_SUCCESS) {
196 if (scf_pg_get_property(pg, MHASH_APPLY_PROP, prop) !=
205 if (scf_property_get_value(prop, val) != SCF_SUCCESS) {
223 scf_property_destroy(prop);
238 scf_property_t *prop = NULL; local
254 (prop = scf_property_create(hndl)) == NULL) {
508 scf_property_destroy(prop);
[all...]
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c157 static void prop(int i);
382 prop(i);
387 prop(int i) function
473 prop(j+1);
476 prop(j+2);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c412 property_t *prop; local
421 while ((prop = uu_list_teardown(pg->sc_pgroup_props, &cookie)) != NULL)
422 internal_property_free(prop);
714 * -1 - prop already exists in pgrp
717 internal_attach_property(pgroup_t *pgrp, property_t *prop) argument
721 if (uu_list_find(pgrp->sc_pgroup_props, prop, NULL, &idx) != NULL) {
723 "property group %s.\n"), prop->sc_property_name,
728 uu_list_insert(pgrp->sc_pgroup_props, prop, idx);
734 internal_detach_property(pgroup_t *pgrp, property_t *prop) argument
736 uu_list_remove(pgrp->sc_pgroup_props, prop);
740 internal_attach_value(property_t *prop, value_t *val) argument
819 load_property(scf_property_t *prop, property_t **ipp) argument
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc137 true_target = get_prop(target->prop,
175 for (source_suffix = get_prop(target_suffix->prop,
284 get_prop(target->prop,
551 line = get_prop(target->prop, line_prop);
608 true_target = get_prop(target->prop,
743 ((line = get_prop(rule->prop, line_prop)) != NULL)) {
816 true_target = get_prop(target->prop,
820 true_target = get_prop(target->prop,
919 get_prop(target->prop,
1041 line = get_prop(target->prop, line_pro
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc248 for (Property next, p = name->prop; p != NULL; p = next) {
557 register Property *insert = &target->prop;
558 register Property prop = *insert; local
605 fatal_mksh(gettext("Internal error. Unknown prop type %d"), type);
607 for (; prop != NULL; insert = &prop->next, prop = *insert);
609 *insert = prop = (Property) getmem(size);
610 memset((char *) prop, 0, size);
611 prop
634 register Property prop; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c38 * are allocated by the callers through scf_tmpl_[pg|prop]_create(), and
39 * destroyed with scf_tmpl_[pg|prop]_destroy(). They are populated by
58 * followed by pg and prop template discovery functions, followed
250 _scf_get_prop_name(scf_property_t *prop) argument
257 } else if (scf_property_get_name(prop, buf, sz) == -1) {
280 _scf_get_prop_type(scf_property_t *prop) argument
285 if (scf_property_type(prop, &type) == -1) {
331 scf_property_t *prop; local
340 prop = scf_property_create(h);
343 if (prop
535 scf_property_t *prop; local
846 _tmpl_prop_name(const char *prop, scf_pg_tmpl_t *t) argument
2594 scf_tmpl_get_by_prop(scf_pg_tmpl_t *t, const char *prop, scf_prop_tmpl_t *prop_tmpl, int flags) argument
3768 _scf_tmpl_get_count_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_count_ranges_t *ranges) argument
3867 _scf_tmpl_get_int_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_int_ranges_t *ranges) argument
5207 _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
5285 _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
5394 _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
5485 _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
5689 _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
5977 _validate_cardinality(scf_propertygroup_t *pg, scf_prop_tmpl_t *pt, scf_property_t *prop, scf_tmpl_errors_t *errs) argument
6065 _check_property(scf_prop_tmpl_t *pt, scf_propertygroup_t *pg, scf_property_t *prop, scf_tmpl_errors_t *errs) argument
6199 scf_property_t *prop = NULL; local
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c349 scf_simple_prop_t *prop = NULL; local
373 prop = scf_simple_prop_get(handle,
378 prop = scf_simple_prop_get(handle,
387 if (prop != NULL) {
389 numauths = scf_simple_prop_numvalues(prop);
391 authstr = scf_simple_prop_next_astring(prop);
401 scf_simple_prop_free(prop);
786 sa_property_t prop; local
799 prop = sa_create_property(cur->optname, cur->optvalue);
800 if (prop
847 sa_property_t prop; local
1834 sa_property_t prop; local
3558 sa_property_t prop; local
4052 sa_property_t prop; local
4088 sa_property_t prop; local
4119 sa_property_t prop; local
4166 sa_property_t prop; local
4265 sa_property_t prop; local
4351 sa_property_t prop; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c481 scf_property_t *prop; local
576 prop = safe_scf_property_create(hndl);
600 NULL, NULL, prop, NULL) != -1 &&
601 scf_property_get_value(prop, val) == 0)
632 while ((scf_iter_next_property(iter, prop) == 1)) {
635 if (scf_property_get_name(prop, buf, max_scf_fmri_size) < 0)
642 if (scf_property_type(prop, &ty) != 0) {
664 if (scf_property_get_value(prop, val) != 0) {
732 scf_property_destroy(prop);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c206 scf_property_t *prop = NULL; local
214 ((prop = scf_property_create(h)) == NULL) ||
219 NULL, NULL, NULL, NULL, prop, SCF_DECODE_FMRI_EXACT) != 0)
222 if (scf_property_is_type(prop, SCF_TYPE_COUNT) != 0 ||
223 scf_property_get_value(prop, val) != 0 ||
231 scf_property_destroy(prop);
276 scf_property_t *prop = NULL; local
306 (prop = scf_property_create(h)) == NULL ||
336 prop) != 0 ||
337 scf_property_get_value(prop, va
[all...]
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c486 zfs_prop_t prop = zjni_get_property_from_name(name); local
489 if (prop != ZPROP_INVAL) {
490 defProperty = zjni_get_default_property(env, prop);
508 mapping_cb(int prop, void *cb) argument
514 if (zfs_prop_valid_for_type(prop, map->type)) {
517 zfs_prop_to_name(prop));
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c118 } prop[] = { local
128 for (i = 0; i < sizeof (prop) / sizeof (prop[0]); i++)
129 *prop[i].var = getintprop(dnode, prop[i].name, prop[i].defval);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun523 for prop in Test.props:
524 setattr(test, prop, getattr(options, prop))
537 for prop in Test.props:
538 setattr(testgroup, prop, getattr(options, prop))
571 for prop in TestGroup.props:
573 if config.has_option(sect, prop):
574 setattr(testgroup, prop, config.get(sect, prop))
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c106 /* add new rule related prop here */
109 /* add new sg related prop here */
115 /* add new hc related prop here */
254 * If create is set, create a new prop group, destroy the old one if exists.
255 * If create not set, try to find the prop group with given name.
867 scf_property_t *prop = NULL; local
887 if ((prop = scf_property_create(h)) == NULL)
906 logdebug("ilbd_scf_set_prop: create scf prop failed\n");
913 logdebug("ilbd_scf_set_prop: change scf prop failed\n");
944 if (prop !
958 scf_property_t *prop = NULL; local
1297 scf_property_t *prop; local
[all...]
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c183 scf_property_t *prop = NULL; local
210 ((prop = scf_property_create(handle)) == NULL) ||
239 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
289 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) {
304 if (scf_iter_property_values(valueIter, prop) == -1) {
444 if (prop != NULL) {
445 scf_property_destroy(prop);
838 scf_property_t *prop = NULL; local
856 ((prop = scf_property_create(handle)) == NULL) ||
866 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop)
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dvfncx.esc52 prop fault.io.vf.ncx@hostbridge/pciexrc (1)->
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_mmu.c242 prom_virt_avail(caddr_t prop) argument
244 return (prom_getprop(prom_mmu_phandle(), "available", prop));
/illumos-gate/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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1682 scf_property_t *prop; local
1721 (prop = scf_property_create(h)) == NULL ||
1727 while ((propiterret = scf_iter_next_property(propiter, prop)) == 1) {
1728 if ((pnamelen = scf_property_get_name(prop, NULL, 0) + 1)
1742 (void) scf_property_get_name(prop, pnamebuf,
1747 scf_iter_property_values(valiter, prop)
1798 scf_property_destroy(prop);
1946 scf_property_t *prop = NULL; local
1960 if ((prop = scf_property_create(h)) == NULL)
1962 if (scf_pg_get_property(pg, propname, prop) !
2055 ra_set_boolean_prop(scf_handle_t *h, scf_instance_t *inst, const char *pgname, const char *prop, boolean_t create, boolean_t propval) argument
2076 scf_property_t *prop = NULL; local
[all...]

Completed in 728 milliseconds

1234567891011>>