Searched refs:prop (Results 201 - 225 of 357) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libsasl/
H A DMakefile30 HDRS= sasl.h saslplug.h saslutil.h prop.h
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h327 int stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal,
341 int stmfGetLuProp(luResource hdl, uint32_t propType, char *prop,
361 int stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal);
362 int stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop,
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.h43 picl_prophdl_t prop; member in struct:__anon1255
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c484 prop_type_guess(const dumpops_t *propops, void *prop, void **prop_data, argument
489 type = PROPTYPE(propops)(prop);
497 len = PROPINTS(propops)(prop, (int **)prop_data);
500 len = PROPINT64(propops)(prop, (int64_t **)prop_data);
503 len = PROPBYTES(propops)(prop, (uchar_t **)prop_data);
506 len = PROPSTRINGS(propops)(prop, (char **)prop_data);
509 len = PROPSTRINGS(propops)(prop, (char **)prop_data);
515 len = PROPINTS(propops)(prop, (int **)prop_data);
528 len = PROPRAWDATA(propops)(prop, (uchar_t **)prop_data);
547 void *prop local
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc123 Property prop; local
137 if (((prop = get_prop(dmake_name->prop, macro_prop)) != NULL) &&
138 ((dmake_value = prop->body.macro.value) != NULL)) {
154 if (((prop = get_prop(dmake_name->prop, macro_prop)) != NULL) &&
155 ((dmake_value = prop->body.macro.value) != NULL)) {
829 line = get_prop(rp->target->prop, line_prop);
1000 get_prop((*tp)->prop, conditional_prop),
1041 line = get_prop(target->prop, line_pro
[all...]
H A Dmain.cc194 Property prop, prop2; local
375 prop2 = get_prop(dmake_name2->prop, macro_prop);
407 prop2 = get_prop(dmake_name2->prop, macro_prop);
647 if ((exit_status != 0) && (failed_name->prop != NULL)) {
701 line = get_prop(rp->target->prop, line_prop);
766 ((member = get_prop(current_target->prop, member_prop)) != NULL)) {
804 ((member = get_prop(rp->target->prop, member_prop)) !=
1834 def_make_macro = get_prop(def_make_name->prop, macro_prop);
2289 macro = get_prop(name->prop, macro_prop);
2309 macro = get_prop(keep_state_name->prop, macro_pro
2610 Property prop = maybe_append_prop(name, macro_prop); local
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh81 log_must zfs create -o version=1 $TESTPOOL/$TESTFS/prop
90 log_must zfs set $prop_name=$prop_val $TESTPOOL/$TESTFS/prop
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c1278 Prop *prop; local
1298 if ((prop = find_prop(parent, "upa-portid")) != NULL)
1299 upa_id = (int *)(get_prop_val(prop));
1300 if ((prop = find_prop(parent, "reg")) != NULL)
1301 reg = (int *)(get_prop_val(prop));
1302 if ((prop = find_prop(parent, "name")) != NULL)
1303 name = (char *)(get_prop_val(prop));
1328 if ((prop = find_prop(slotd, slotx)) != NULL)
1330 (prop))) != NULL)
1347 prop
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c1485 Prop *prop; local
1505 if ((prop = find_prop(parent, "upa-portid")) != NULL)
1506 upa_id = (int *)(get_prop_val(prop));
1507 if ((prop = find_prop(parent, "reg")) != NULL)
1508 reg = (int *)(get_prop_val(prop));
1509 if ((prop = find_prop(parent, "name")) != NULL)
1510 name = (char *)(get_prop_val(prop));
1530 if ((prop = find_prop(slotd, slotx)) != NULL)
1532 (prop))) != NULL)
1549 prop
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c204 while (scf_iter_next_property(handle_iter->prop, handle->prop) == 1) {
205 if (scf_property_get_name(handle->prop, key_buf,
221 if (scf_property_get_value(handle->prop,
227 if (scf_property_type(handle->prop, &prop_type) == -1) {
366 if (scf_iter_pg_properties(handle_iter->prop,
414 if (handle->prop != NULL) {
415 scf_property_destroy(handle->prop);
450 if ((handle->prop = scf_property_create(handle->hndl)) == NULL) {
475 if (handle_iter->prop !
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c1060 scf_simple_prop_t *prop; local
1064 prop = scf_simple_prop_get(NULL, NULL, "config", var);
1065 if (prop != NULL) {
1066 if ((val = scf_simple_prop_next_boolean(prop)) != NULL)
1068 scf_simple_prop_free(prop);
1071 if (prop == NULL || val == NULL) {
1083 scf_simple_prop_t *prop; local
1087 prop = scf_simple_prop_get(NULL, NULL, "config", var);
1088 if (prop != NULL) {
1089 if ((val = scf_simple_prop_next_integer(prop)) !
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh210 for prop in ${commprops[*]}; do
211 ds=`zfs get -H -o name $prop`
215 "datasets are $allds for the property $prop"
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c290 iscsi_static_property_t prop; local
298 (void) memset(&prop, 0, sizeof (iscsi_static_property_t));
299 prop.p_vers = ISCSI_INTERFACE_VERSION;
300 prop.p_oid = (uint32_t)staticTargetOid.objectSequenceNumber;
301 if (ioctl(fd, ISCSI_STATIC_GET, &prop) != 0) {
314 (void) mbstowcs(pProps->staticTarget.targetName, (char *)prop.p_name,
317 if (prop.p_addr_list.al_addrs[0].a_addr.i_insize ==
322 } else if (prop.p_addr_list.al_addrs[0].a_addr.i_insize ==
337 bcopy(&prop.p_addr_list.al_addrs[0].a_addr.i_addr,
342 prop
453 iscsi_property_t prop; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c107 { "prop", &fdt_cmd_prop, CMD_REQUIRES_BLOB },
619 const struct fdt_property *prop; local
634 prop = fdt_get_property(fdtp, no, "stdout", &len);
637 if (prop == NULL || (prop != NULL && len == 0)) {
1172 const struct fdt_property *prop; local
1178 prop = fdt_offset_ptr(fdtp, offset, sizeof(*prop));
1179 if (prop == NULL)
1182 name = fdt_string(fdtp, fdt32_to_cpu(prop
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c767 ddi_prop_t prop; local
773 if (mdb_vread(&prop, sizeof (prop), (uintptr_t)p) == -1) {
780 (uintptr_t)prop.prop_name) == -1) {
782 prop.prop_name);
788 type = (prop.prop_flags & DDI_PROP_TYPE_MASK);
792 if (prop.prop_len > 0) {
793 prop_value = mdb_alloc(prop.prop_len, UM_SLEEP|UM_GC);
794 if (mdb_vread(prop_value, prop.prop_len,
795 (uintptr_t)prop
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c140 "Valid properties for -p, --lu-prop are: \n" \
151 "Valid properties for -p, --lu-prop are: \n" \
186 {"lu-prop", required_arg, 'p', "logical-unit-property=value"},
968 char *prop = NULL; local
1012 prop = strtok_r(options->optarg, "=", &lasts);
1014 ret = convertCharToPropId(prop, &propId);
1019 prop);
1027 "- prop=val\n"));
1032 "", prop);
1035 propVal, prop);
1061 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal, const char *propString) argument
1239 char *prop = NULL; local
1282 convertCharToPropId(char *prop, uint32_t *propId) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dir.c694 dsl_enforce_ds_ss_limits(dsl_dir_t *dd, zfs_prop_t prop, cred_t *cr) argument
701 ASSERT(prop == ZFS_PROP_FILESYSTEM_LIMIT ||
702 prop == ZFS_PROP_SNAPSHOT_LIMIT);
724 if (dsl_deleg_access_impl(ds, zfs_prop_to_name(prop), cr) == 0)
735 * The prop argument indicates which limit to check.
741 dsl_fs_ss_limit_check(dsl_dir_t *dd, uint64_t delta, zfs_prop_t prop, argument
751 ASSERT(prop == ZFS_PROP_FILESYSTEM_LIMIT ||
752 prop == ZFS_PROP_SNAPSHOT_LIMIT);
762 enforce = dsl_enforce_ds_ss_limits(dd, prop, cr);
773 if (prop
826 dsl_fs_ss_count_adjust(dsl_dir_t *dd, int64_t delta, const char *prop, dmu_tx_t *tx) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c247 char *prop; local
258 &prop) != 0) {
275 if (nvlist_lookup_uint64(props, prop, &current) == 0) {
277 } else if (nvlist_lookup_int64(props, prop, &scurrent) == 0) {
281 "properties\n", prop);
320 char *prop; local
340 &prop) == 0) {
347 else if (nvlist_lookup_boolean_value(props, prop,
688 const char *name, const char *prop)
701 nvlist_add_string(nvl, TOPO_METH_SES_STATE_PROP, prop) !
687 ses_add_discrete(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, const char *name, const char *prop) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpool.c903 pool_property_t *prop; local
905 for (prop = list; prop->pp_name != NULL; prop++)
906 if (strcmp(prop->pp_name, name) == 0)
907 return (prop);
949 pool_property_t *prop; local
951 if ((prop = pool_property_find(nvpair_name(pair), props)) != NULL) {
955 if (!(prop->pp_perm & PP_WRITE) ||
956 prop
968 pool_property_t *prop; local
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1296 scf_property_t *prop; local
1334 prop = handle->rh_property;
1361 if (prop != NULL)
1362 scf_property_destroy(prop);
2870 scf_property_t *prop)
2873 prop ? &prop->rd_d : NULL, 0));
3563 property_type_locked(const scf_property_t *prop, argument
3566 scf_handle_t *h = prop->rd_d.rd_handle;
3576 request.rpr_entityid = prop
2869 scf_pg_get_property(const scf_propertygroup_t *pg, const char *name, scf_property_t *prop) argument
3594 scf_property_type(const scf_property_t *prop, scf_type_t *out) argument
3611 scf_property_is_type(const scf_property_t *prop, scf_type_t base_arg) argument
3649 scf_property_get_name(const scf_property_t *prop, char *out, size_t len) argument
3796 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
3909 scf_transaction_property_new(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3922 scf_transaction_property_change(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3935 scf_transaction_property_change_type(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3948 scf_transaction_property_delete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4984 scf_iter_property_values(scf_iter_t *iter, const scf_property_t *prop) argument
5057 scf_property_get_value(const scf_property_t *prop, scf_value_t *v) argument
5438 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
5895 scf_property_to_fmri(const scf_property_t *prop, char *out, size_t sz) argument
6282 scf_property_t *prop = NULL; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1022 prop_to_typestr(const scf_property_t *prop) argument
1026 if (scf_property_type(prop, &ty) != SCF_SUCCESS)
1116 pg_get_prop(scf_propertygroup_t *pg, const char *propname, scf_property_t *prop) argument
1118 if (scf_pg_get_property(pg, propname, prop) == SCF_SUCCESS)
1147 prop_check_type(scf_property_t *prop, scf_type_t ty) argument
1151 if (scf_property_type(prop, &pty) != SCF_SUCCESS)
1162 len = scf_property_to_fmri(prop, NULL, 0);
1168 if (scf_property_to_fmri(prop, fmri, len + 1) < 0)
1185 prop_get_val(scf_property_t *prop, scf_value_t *val) argument
1189 if (scf_property_get_value(prop, va
1849 property_t *prop = p; local
4078 upgrade_dependent(const scf_property_t *prop, const entity_t *ient, const scf_snaplevel_t *snpl, scf_transaction_t *tx) argument
5181 handle_dependent_conflict(const entity_t * const ient, const scf_property_t * const prop, const pgroup_t * const new_dpt_pgroup) argument
8966 set_attr_from_prop_default(scf_property_t *prop, xmlNodePtr n, const char *name, const char *dval) argument
9005 set_attr_from_prop(scf_property_t *prop, xmlNodePtr n, const char *name) argument
9052 export_property(scf_property_t *prop, const char *name_arg, struct pg_elts *elts, int flags) argument
10319 export_parameter(scf_property_t *prop, const char *name, struct params_elts *elts) argument
11084 scf_property_t *prop; local
12172 scf_property_t *prop; local
12263 scf_property_t *prop; local
12303 scf_property_t *prop; local
12721 prop_has_multiple_values(const scf_property_t *prop, scf_value_t *val) argument
12740 list_prop_info(const scf_property_t *prop, const char *name, size_t len) argument
13046 list_values_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop) argument
13084 list_prop_tmpl(scf_prop_tmpl_t *prt, scf_property_t *prop, int templates) argument
13264 scf_property_t *prop; local
13427 scf_property_t *prop; local
13826 scf_property_t *prop, *parent_prop; local
14163 scf_property_t *prop; local
14495 get_prop_values(scf_property_t *prop, uu_list_t *values, const char *pattern) argument
14543 scf_property_t *prop; local
14863 char *prop; local
15217 scf_property_t *prop; local
15334 scf_property_t *prop; local
17358 scf_property_t *prop; local
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c150 * objname [prop=type:val1[,val2..];..]
155 char *next = line, *prop, *nextprop, *propname, *proptypestr, *nextval; local
170 if ((*objname = nwam_tokenize_by_unescaped_delim(line, '\t', &prop))
176 while ((prop = nwam_tokenize_by_unescaped_delim(prop,
181 if ((propname = nwam_tokenize_by_unescaped_delim(prop,
335 prop = nextprop;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c152 } prop[] = { local
162 for (i = 0; i < sizeof (prop) / sizeof (prop[0]); i++)
163 *prop[i].var = getintprop(dnode, prop[i].name, prop[i].defval);
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c196 char *prop = "translations"; local
217 if ((translen = prom_getproplen(node, prop)) == -1) {
223 if (prom_getprop(node, prop, (caddr_t)transroot) == -1) {
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c348 * sa_proto_valid_prop(handle, proto, prop, opt)
350 * Check to see if the specified prop is valid for this protocol.
354 sa_proto_valid_prop(sa_handle_t handle, char *proto, sa_property_t prop, argument
361 ret = ops->sa_valid_prop(handle, prop, opt);
483 * sa_proto_set_property(proto, prop)
489 sa_proto_set_property(char *proto, sa_property_t prop) argument
495 ret = ops->sa_set_proto_prop(prop);

Completed in 429 milliseconds

1234567891011>>