Searched defs:prop (Results 76 - 98 of 98) sorted by relevance

1234

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c346 elem_name_init(pool_prop_t *prop) argument
348 return (string_init(prop, c_default));
352 elem_comment_init(pool_prop_t *prop) argument
354 return (string_init(prop, ""));
358 pool_importance_init(pool_prop_t *prop) argument
360 return (int_init(prop, 1));
364 pool_active_init(pool_prop_t *prop) argument
366 return (bool_init(prop, PO_TRUE));
370 res_max_init(pool_prop_t *prop) argument
372 return (uint_init(prop,
376 res_min_init(pool_prop_t *prop) argument
382 res_size_init(pool_prop_t *prop) argument
388 res_load_init(pool_prop_t *prop) argument
394 pset_units_init(pool_prop_t *prop) argument
400 cpu_status_init(pool_prop_t *prop) argument
741 uint_init(pool_prop_t *prop, uint64_t val) argument
753 int_init(pool_prop_t *prop, int64_t val) argument
765 double_init(pool_prop_t *prop, double val) argument
777 bool_init(pool_prop_t *prop, uchar_t val) argument
789 string_init(pool_prop_t *prop, const char *val) argument
868 prop_is_type(int prop_type, const pool_prop_t *prop) argument
878 prop_is_stored(const pool_prop_t *prop) argument
888 prop_is_readonly(const pool_prop_t *prop) argument
899 prop_is_init(const pool_prop_t *prop) argument
909 prop_is_hidden(const pool_prop_t *prop) argument
919 prop_is_optional(const pool_prop_t *prop) argument
1619 pool_validate_resource(const pool_conf_t *conf, const char *type, const char *prop, int64_t delta) argument
[all...]
H A Dpool_kernel.c2302 const pool_prop_t *prop; local
2304 if ((prop = provider_get_prop(pe, name)) != NULL)
2305 if (prop_is_stored(prop) == PO_FALSE)
2398 const pool_prop_t *prop; local
2464 if ((prop = provider_get_prop(propput->ppu_elem, name)) != NULL) {
2465 if (prop_is_readonly(prop) == PO_TRUE)
3211 const pool_prop_t *prop; local
3213 if ((prop = provider_get_prop(destroy->pdu_elem,
3215 if (prop_is_readonly(prop) == PO_TRUE)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c108 begin, parent, drvname, drvclass, prop, enumerator in enum:__anon1517
467 state = prop;
477 case prop:
H A Ddevinfo.c1552 di_prop_next(di_node_t node, di_prop_t prop) argument
1565 * Find which prop list we are at
1567 if (prop != DI_PROP_NIL)
1568 list = DI_PROP(prop)->prop_list;
1573 prop = di_prop_drv_next(node, prop);
1576 prop = di_prop_sys_next(node, prop);
1579 prop = di_prop_global_next(node, prop);
1606 di_prop_devt(di_prop_t prop) argument
1612 di_prop_name(di_prop_t prop) argument
1621 di_prop_type(di_prop_t prop) argument
1664 di_prop_ints(di_prop_t prop, int **prop_data) argument
1684 di_prop_int64(di_prop_t prop, int64_t **prop_data) argument
1704 di_prop_strings(di_prop_t prop, char **prop_data) argument
1724 di_prop_bytes(di_prop_t prop, uchar_t **prop_data) argument
1747 match_prop(di_prop_t prop, dev_t match_dev, const char *name, int type) argument
1779 di_prop_t prop = DI_PROP_NIL; local
1805 di_prop_t prop = DI_PROP_NIL; local
1838 di_prop_t prop; local
1850 di_prop_t prop; local
1863 di_prop_t prop; local
1876 di_prop_t prop; local
1900 di_prop_next_common(di_node_t node, di_prop_t prop, int prop_type) argument
1993 di_prop_drv_next(di_node_t node, di_prop_t prop) argument
1999 di_prop_sys_next(di_node_t node, di_prop_t prop) argument
2005 di_prop_global_next(di_node_t node, di_prop_t prop) argument
2011 di_prop_vendor_global_next(di_node_t node, di_prop_t prop) argument
2017 di_prop_admin_global_next(di_node_t node, di_prop_t prop) argument
2023 di_prop_hw_next(di_node_t node, di_prop_t prop) argument
2029 di_prop_vendor_next(di_node_t node, di_prop_t prop) argument
2035 di_prop_admin_next(di_node_t node, di_prop_t prop) argument
2041 di_prop_rawdata(di_prop_t prop, uchar_t **prop_data) argument
2312 di_path_prop_next(di_path_t path, di_path_prop_t prop) argument
2355 di_path_prop_name(di_path_prop_t prop) argument
2363 di_path_prop_len(di_path_prop_t prop) argument
2369 di_path_prop_type(di_path_prop_t prop) argument
2385 di_path_prop_bytes(di_path_prop_t prop, uchar_t **prop_data) argument
2402 di_path_prop_ints(di_path_prop_t prop, int **prop_data) argument
2422 di_path_prop_int64s(di_path_prop_t prop, int64_t **prop_data) argument
2442 di_path_prop_strings(di_path_prop_t prop, char **prop_data) argument
2464 di_path_prop_t prop = DI_PROP_NIL; local
2497 di_path_prop_t prop; local
2510 di_path_prop_t prop; local
2523 di_path_prop_t prop; local
2535 di_path_prop_t prop; local
3133 struct di_prom_prop *prop = (struct di_prom_prop *)prom_prop; local
3283 struct di_prom_prop *prop; local
3383 struct di_prom_prop *prop; local
3409 struct di_prom_prop *prop; local
3452 struct di_prom_prop *prop; local
3479 di_prop_slot_names(di_prop_t prop, di_slot_name_t **prop_data) argument
3508 di_prop_t prop; local
[all...]
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c151 find_prop(const inetd_prop_t *prop, const char *name, inet_type_t type) argument
155 while (prop[i].ip_name != NULL && strcmp(name, prop[i].ip_name) != 0)
158 if (prop[i].ip_name == NULL)
161 if (prop[i].ip_type != type)
164 return ((inetd_prop_t *)prop + i);
173 get_prop_value_int(const inetd_prop_t *prop, const char *name) argument
177 p = find_prop(prop, name, INET_TYPE_INTEGER);
187 get_prop_value_count(const inetd_prop_t *prop, const char *name) argument
191 p = find_prop(prop, nam
201 get_prop_value_boolean(const inetd_prop_t *prop, const char *name) argument
215 get_prop_value_string(const inetd_prop_t *prop, const char *name) argument
229 get_prop_value_string_list(const inetd_prop_t *prop, const char *name) argument
243 put_prop_value_int(inetd_prop_t *prop, const char *name, int64_t value) argument
258 put_prop_value_count(inetd_prop_t *prop, const char *name, uint64_t value) argument
273 put_prop_value_boolean(inetd_prop_t *prop, const char *name, boolean_t value) argument
289 put_prop_value_string(inetd_prop_t *prop, const char *name, const char *value) argument
310 put_prop_value_string_list(inetd_prop_t *prop, const char *name, char **value) argument
570 valid_props(inetd_prop_t *prop, const char *fmri, basic_cfg_t **cfgpp, uu_list_pool_t *proto_info_pool, uu_list_pool_t *tlx_ci_pool) argument
1203 free_instance_props(inetd_prop_t *prop) argument
1428 scf_property_t *prop = NULL; local
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c248 asr_is_str_prop_valid(char *prop) argument
250 if (prop == NULL || prop[0] == '\0' || strcharcmp('0', prop) ||
251 strcharcmp(' ', prop) || strcmp("unknown", prop) == 0)
314 char *id, *prop = asr_getprop_str(ah, name); local
316 if ((*validator)(prop))
317 return (prop);
322 if ((prop
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1194 di_prop_t prop = DI_PROP_NIL; local
1247 while ((prop = di_prop_next(node, prop))
1250 di_prop_name(prop)) == 0) &&
1251 (di_prop_type(prop) ==
1257 if (prop != DI_PROP_NIL) {
1258 count = di_prop_bytes(prop, &port_wwn_data);
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c761 brand_get_fixed_prop(brand_handle_t bh, const char *res, const char *prop, argument
811 strcmp((char *)property, prop) == 0) {
828 brand_fixed_prop(brand_handle_t bh, const char *res, const char *prop) argument
833 if ((ret = brand_get_fixed_prop(bh, res, prop, &tmpval)) != 0)
842 brand_disabled_cfg(brand_handle_t bh, const char *res, const char *prop, argument
876 streq((char *)property, prop) &&
901 brand_disabled_prop(brand_handle_t bh, const char *res, const char *prop) argument
903 return (brand_disabled_cfg(bh, res, prop, NULL));
907 brand_disabled_prop_val(brand_handle_t bh, const char *res, const char *prop, argument
910 return (brand_disabled_cfg(bh, res, prop, va
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c295 scf_property_t *prop = NULL; local
325 ((prop = scf_property_create(handle)) == NULL) ||
381 if (scf_pg_get_property(pg, groupName, prop) == -1) {
402 if (scf_iter_property_values(valueIter, prop) == -1) {
589 if (prop != NULL) {
590 scf_property_destroy(prop);
639 scf_property_t *prop = NULL; local
666 ((prop = scf_property_create(handle)) == NULL) ||
748 if (scf_pg_get_property(pg, STMF_VE_CNT, prop) == -1) {
758 if (scf_property_get_value(prop, valu
1387 scf_property_t *prop = NULL; local
1694 scf_property_t *prop = NULL; local
1867 scf_property_t *prop = NULL; local
2074 scf_property_t *prop = NULL; local
2289 scf_property_t *prop = NULL; local
2650 scf_property_t *prop = NULL; local
2848 scf_property_t *prop = NULL; local
3501 scf_property_t *prop = NULL; local
3694 scf_property_t *prop = NULL; local
4009 scf_property_t *prop = NULL; local
4245 scf_property_t *prop = NULL; local
4432 scf_property_t *prop = NULL; local
[all...]
H A Dstmf.c129 static int getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen);
2274 * prop - property to modify
2279 stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal) argument
2294 ret = modifyDiskLuProp(luGuid, NULL, prop, propVal);
2314 * prop - valid property identifier
2319 stmfModifyLuByFname(uint16_t dType, const char *fname, uint32_t prop, argument
2328 ret = modifyDiskLuProp(NULL, fname, prop, propVal);
2337 modifyDiskLuProp(stmfGuid *luGuid, const char *fname, uint32_t prop, argument
2348 ret = validateModifyDiskProp(prop);
2353 ret = stmfSetLuProp(hdl, prop, propVa
2365 validateModifyDiskProp(uint32_t prop) argument
2681 stmfGetLuProp(luResource hdl, uint32_t prop, char *propVal, size_t *propLen) argument
2966 stmfGetGlobalLuProp(uint16_t dType, uint32_t prop, char *propVal, size_t *propLen) argument
2986 getDiskGlobalProp(uint32_t prop, char *propVal, size_t *propLen) argument
3103 stmfSetGlobalLuProp(uint16_t dType, uint32_t prop, const char *propVal) argument
3222 stmfSetLuProp(luResource hdl, uint32_t prop, const char *propVal) argument
3251 getDiskProp(luResourceImpl *hdl, uint32_t prop, char *propVal, size_t *propLen) argument
6884 char prop[MAXNAMELEN] = {0}; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1559 zprop_parse_value(libzfs_handle_t *hdl, nvpair_t *elem, int prop, argument
1569 proptype = zc_prop_get_type(prop, type);
1570 propname = zc_prop_to_name(prop, type);
1614 (prop == ZFS_PROP_QUOTA || prop == ZFS_PROP_REFQUOTA)) {
1630 if (zc_prop_string_to_index(prop, value, ivalp, type) != 0) {
1633 zc_prop_values(prop, type));
2189 int prop; local
2208 prop = zprop_propnum(zpd);
2209 if (edp->deleg && prop !
2501 zprop_describe_prop(FILE *fp, int prop, zfs_type_t type) argument
[all...]
H A Dlibzfs_pool.c116 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, argument
125 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) {
131 if ((value = (char *)zpool_prop_default_string(prop)) == NULL)
142 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) argument
154 if ((prop == ZPOOL_PROP_GUID) &&
161 return (zpool_prop_default_numeric(prop));
165 if (nvlist_lookup_nvlist(nvl, zpool_prop_to_name(prop), &nv) == 0) {
171 value = zpool_prop_default_numeric(prop);
207 * Get a zpool property value for 'prop' and return the value in
211 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, cha argument
517 zpool_prop_t prop; local
[all...]
H A Dlibzfs_dataset.c64 static int get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop,
856 zfs_share_zonecheck(libzfs_handle_t *hdl, zfs_prop_t prop, argument
880 } else if ((prop == ZFS_PROP_SHARESMB && strval != NULL &&
882 (prop == ZFS_PROP_SHARE_SMB && intval != 0) ||
888 } else if (prop == ZFS_PROP_SHARENFS ||
951 zfs_prop_t prop = ZPROP_INVAL; local
959 prop = zprop_propnum(zpd);
960 if (prop != ZPROP_INVAL &&
971 prop, NULL)) != prop) {
1998 zfs_prop_t prop; local
2107 zfs_prop_t prop = ZPROP_INVAL; local
2294 zfs_prop_t prop = ZPROP_INVAL; local
2534 int prop; local
2681 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
2708 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
2817 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val, boolean_t get_persistent, boolean_t *is_overridden) argument
3004 zfs_prop_get_source(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *srctype, char *source, char *statbuf, size_t statlen) argument
3188 zfs_prop_get_impl(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, getflags_t flags, boolean_t *is_overridden) argument
3812 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
4047 zfs_prop_get_persistent(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal, boolean_t *is_overridden) argument
4060 zfs_prop_get_unaliased(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen) argument
4086 zfs_prop_get_int(zfs_handle_t *zhp, zfs_prop_t prop) argument
4098 zfs_prop_set_int(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t val) argument
4113 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, zprop_source_t *src, char *statbuf, size_t statlen) argument
6155 int prop; local
[all...]
H A Dlibzfs_sendrecv.c116 zio_cksum_t *cs, uint64_t prop, dataref_t *dr)
135 dde->dde_prop = prop;
154 uint64_t prop, dataref_t *dr)
164 (*ddepp)->dde_prop == prop) {
169 ddt_hash_append(hdl, ddt, ddepp, cs, prop, dr);
708 zfs_prop_t prop = ZPROP_INVAL; local
713 prop = zprop_propnum(zpd);
738 if (prop != ZFS_PROP_ENCRYPTION && zprop_readonly(zpd))
747 if ((prop == ZFS_PROP_SHARENFS ||
748 prop
115 ddt_hash_append(libzfs_handle_t *hdl, dedup_table_t *ddt, dedup_entry_t **ddepp, zio_cksum_t *cs, uint64_t prop, dataref_t *dr) argument
153 ddt_update(libzfs_handle_t *hdl, dedup_table_t *ddt, zio_cksum_t *cs, uint64_t prop, dataref_t *dr) argument
2761 zfs_prop_t prop = zfs_name_to_prop(propname); local
3300 zfs_prop_t prop = zfs_name_to_prop(propname); local
3670 zfs_prop_t prop = zfs_name_to_prop(propname); local
[all...]
H A Dlibzfs_share.c1270 zfs_prop_t prop; local
1278 prop = zprop_propnum(zpd);
1279 if (prop == ZFS_PROP_SHARE_AUTO ||
1280 prop == ZFS_PROP_SHARE_NFS ||
1281 prop == ZFS_PROP_SHARE_SMB ||
1282 prop == ZFS_PROP_SHARE_AUTONAME)
2413 zfs_prop_t prop; local
2418 prop = ZFS_PROP_SHARENFS;
2420 prop = ZFS_PROP_SHARESMB;
2425 if (zfs_prop_get(zhp, prop, shareopt
2474 zfs_prop_t prop; local
2942 zfs_prop_t prop; local
3672 is_exclude_protocol(zfs_prop_t prop, const char *value, zprop_source_t source) argument
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1002 scf_property_t *prop = NULL; local
1012 (prop = scf_property_create(h)) == NULL ||
1043 scf_property_destroy(prop);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c977 { D_PROP, "prop" },
2352 print_prop(FILE *file, char *prefix, struct sadb_prop *prop) argument
2359 prop->sadb_prop_replay);
2361 numcombs = prop->sadb_prop_len - SADB_8TO64(sizeof (*prop));
2364 combs = (struct sadb_comb *)(prop + 1);
/osnet-11/usr/src/lib/libsun_ima/common/
H A Dima.c1082 iscsi_static_property_t prop; local
1092 (void) memset(&prop, 0, sizeof (iscsi_static_property_t));
1093 prop.p_vers = ISCSI_INTERFACE_VERSION;
1094 prop.p_oid = (uint32_t)staticTargetOid.objectSequenceNumber;
1095 if (ioctl(fd, ISCSI_STATIC_GET, &prop) != 0) {
1109 (void) mbstowcs(pProps->staticTarget.targetName, (char *)prop.p_name,
1112 if (prop.p_addr_list.al_addrs[0].a_addr.i_insize ==
1118 bcopy(&prop.p_addr_list.al_addrs[0].a_addr.i_addr,
1122 } else if (prop.p_addr_list.al_addrs[0].a_addr.i_insize ==
1128 bcopy(&prop
1445 iscsi_property_t prop; local
[all...]
/osnet-11/usr/src/lib/libscf/common/
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...]
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...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c458 /* Global property share.nfs.prop */
730 char prop[MAXPATHLEN]; local
741 (void) snprintf(prop, sizeof (prop), "share.nfs.sec.%s.%s",
743 if (nvlist_add_string(props_nvl, prop, propval) != 0)
759 char prop[MAXPATHLEN]; local
782 (void) snprintf(prop, sizeof (prop), "%s.%s",
786 if (nvlist_add_string(props_nvl, prop, propval) != 0)
818 cnt += snprintf(&prop[cn
1671 sa_nfs_check_acclist(const char *prop, const char *value, char *errbuf, size_t buflen) argument
2062 int prop; local
2340 int prop; local
3270 nvpair_t *prop; local
[all...]
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c3415 zs_resource_property_supported(zs_resource_property_t prop) argument
3418 switch (prop) {
3434 zs_resource_property(zs_usage_t uin, zs_resource_property_t prop) argument
3439 switch (prop) {
4415 zs_zone_property_supported(zs_zone_property_t prop) argument
4417 switch (prop) {
4437 zs_zone_property(zs_zone_t zin, zs_zone_property_t prop) argument
4442 switch (prop) {
4834 zs_pset_property_supported(zs_pset_property_t prop) argument
4836 switch (prop) {
4876 zs_pset_property(zs_pset_t pin, zs_pset_property_t prop) argument
5104 zs_pset_zone_property_supported(zs_pz_property_t prop) argument
5120 zs_pset_zone_property(zs_pset_zone_t pzin, zs_pz_property_t prop) argument
5428 zs_link_property(zs_datalink_t linkin, zs_datalink_property_t prop) argument
5572 zs_link_zone_property(zs_link_zone_t link_zonein, zs_lz_property_t prop) argument
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c834 const xmlChar *prop, char **propval)
841 if (brand_get_fixed_prop(bh, res, (char *)prop, propval) != 0) {
867 fetch_alloc_prop(zone_dochandle_t handle, xmlNodePtr cur, const xmlChar *prop, argument
875 err = fetch_xml_prop(cur, prop, &val);
883 if (!(res == NULL && xmlStrcmp(prop, DTD_ATTR_BRAND) == 0) &&
884 (err = can_set_prop(handle, res, (char *)prop, val)) != Z_OK) {
897 return (fetch_xml_prop(cur, prop, dst));
900 return (fetchfixedprop(handle, res, prop, dst));
908 return (fetch_xml_prop(cur, prop, dst));
1766 xmlAttrPtr prop; local
833 fetchfixedprop(zone_dochandle_t handle, const char *res, const xmlChar *prop, char **propval) argument
5459 scf_simple_prop_t *prop; local
6386 scf_simple_prop_t *prop; local
10430 xmlAttrPtr prop; local
[all...]

Completed in 167 milliseconds

1234