Home
last modified time | relevance | path

Searched refs:props (Results 101 – 125 of 225) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1608 ASSERT(props != NULL); in t1394_alloc_isoch_cec()
1613 if (props->cec_channel_mask == 0) { in t1394_alloc_isoch_cec()
1618 temp = props->cec_channel_mask; in t1394_alloc_isoch_cec()
1619 if (props->cec_options & T1394_NO_IRM_ALLOC) { in t1394_alloc_isoch_cec()
1626 if (props->cec_min_speed != props->cec_max_speed) { in t1394_alloc_isoch_cec()
1632 if ((props->cec_bandwidth <= IEEE1394_BANDWIDTH_MIN) || in t1394_alloc_isoch_cec()
1633 (props->cec_bandwidth > IEEE1394_BANDWIDTH_MAX)) { in t1394_alloc_isoch_cec()
1654 cec_new->filter_min_speed = props->cec_min_speed; in t1394_alloc_isoch_cec()
1655 cec_new->filter_max_speed = props->cec_max_speed; in t1394_alloc_isoch_cec()
1658 cec_new->bandwidth = props->cec_bandwidth; in t1394_alloc_isoch_cec()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph_xml.c884 nvlist_t *props = NULL; in add_edges() local
908 nvlist_free(props); in add_edges()
939 nvlist_t **props; in add_props() local
945 nvlist_lookup_nvlist_array(pgs[i], TDG_XML_PVALS, &props, in add_props()
957 if (topo_prop_setprop(tn, pgname, props[j], in add_props()
958 TOPO_PROP_IMMUTABLE, props[j], &err) != 0) { in add_props()
1337 nvlist_t *props = NULL; in deserialize_vertex() local
1353 if (topo_hdl_nvalloc(thp, &props, NV_UNIQUE_NAME) != 0) in deserialize_vertex()
1355 if (deserialize_nvpair(thp, mod, props, cn) != 0 || in deserialize_vertex()
1356 add_props(thp, vtx, props) != 0) in deserialize_vertex()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java228 Properties props = new Properties(); in initMapIfNecessary() local
230 props.load( in initMapIfNecessary()
236 registerObjectives(props, objectives, "system"); in initMapIfNecessary()
237 registerObjectives(props, objectives, "pset"); in initMapIfNecessary()
251 private static void registerObjectives(Properties props, in registerObjectives() argument
255 String objs = props.getProperty(type + ".objectives"); in registerObjectives()
H A DPoold.java411 Properties props = new Properties(); in preinitialize()
414 props.load( in preinitialize()
416 props.store(bos, ""); in preinitialize()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig_impl.h45 struct lut *props; member
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c212 const char *action = dm_prop_lookup(diskp->props, DISK_PROP_FRUACTION); in schg_send_fru_update()
385 if (dm_prop_lookup(diskp->props, in disk_state_change_thread()
425 pth = dm_prop_lookup(diskp->props, DISK_PROP_DEVPATH); in disk_state_change_thread()
/illumos-gate/usr/src/cmd/srptadm/
H A Dsrptadm.c480 stmfTargetProperties props; in print_target_props() local
515 ret = stmfGetTargetProperties(&devid, &props); in print_target_props()
517 if (props.status == STMF_TARGET_PORT_ONLINE) { in print_target_props()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c113 ddi_prop_t **props; /* parsed properties */ member
2014 hwc_parse(char *fname, struct par_list **pl, ddi_prop_t **props) in hwc_parse() argument
2017 struct hwc_parse_mt *pltp = hwc_parse_mtalloc(fname, pl, props); in hwc_parse()
2024 pltp->rv = hwc_parse_now(fname, pl, props); in hwc_parse()
2048 pltp->rv = hwc_parse_now(pltp->name, pltp->pl, pltp->props); in hwc_parse_thread()
2069 pltp->props = props; in hwc_parse_mtalloc()
2140 add_props(hwcp, props); in hwc_parse_now()
3279 add_props(struct hwc_spec *spec, ddi_prop_t **props) in add_props() argument
3284 while (*props) in add_props()
3285 props = &(*props)->prop_next; in add_props()
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c623 boolean_t props; member
708 nvlist_t *props = NULL; in send_iterate_prop() local
712 props = zfs_get_recvd_props(zhp); in send_iterate_prop()
714 props = zhp->zfs_props; in send_iterate_prop()
987 sd.props = props; in gather_nvlist()
1939 flags->holds, flags->props, &fss, in zfs_send()
2922 nvlist_t *found, *props; in recv_incremental_replication() local
2952 &props) && 0 == nvlist_lookup_nvlist(props, in recv_incremental_replication()
2953 stream_snapname, &props)) { in recv_incremental_replication()
2960 props) == 0) { in recv_incremental_replication()
[all …]
H A Dlibzfs_pool.c1210 if (props) { in zpool_create()
1725 nvlist_t *props = NULL; in zpool_import() local
1735 if (nvlist_add_string(props, in zpool_import()
1737 nvlist_add_string(props, in zpool_import()
1739 nvlist_free(props); in zpool_import()
1748 nvlist_free(props); in zpool_import()
1811 nvlist_t *props, int flags) in zpool_import_props() argument
1840 if (props != NULL) { in zpool_import_props()
1851 nvlist_free(props); in zpool_import_props()
1854 nvlist_free(props); in zpool_import_props()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c1390 serverconn->sparams->props = serverconn->base.props;
1469 s_conn->sparams->props=conn->props;
1483 s_conn->sparams->props.min_ssf = 0;
1484 s_conn->sparams->props.max_ssf = 0;
1488 if (conn->props.min_ssf < conn->external.ssf) {
1491 minssf = conn->props.min_ssf - conn->external.ssf;
1587 myflags = conn->props.security_flags;
1590 if ((conn->props.min_ssf <= conn->external.ssf) &&
1977 conn->oparams.maxoutbuf = conn->props.maxbufsize;
2308 if (conn->props.min_ssf > conn->external.ssf)
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_003_neg.ksh52 set -A props "available" "capacity" "guid" "health" "size" "used"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4553 struct sockconfig_filter_props32 props; in show_sockconfig_filter_prop32() local
4560 if (Pread(Proc, &props, sizeof (props), addr) == sizeof (props)) { in show_sockconfig_filter_prop32()
4562 (uintptr_t)props.sfp_modname) == -1) in show_sockconfig_filter_prop32()
4567 if (props.sfp_autoattach) { in show_sockconfig_filter_prop32()
4569 switch (props.sfp_hint) { in show_sockconfig_filter_prop32()
4586 if (props.sfp_socktuple_cnt == 0) { in show_sockconfig_filter_prop32()
4604 struct sockconfig_filter_props props; in show_sockconfig_filter_prop() local
4611 if (Pread(Proc, &props, sizeof (props), addr) == sizeof (props)) { in show_sockconfig_filter_prop()
4618 if (props.sfp_autoattach) { in show_sockconfig_filter_prop()
4620 switch (props.sfp_hint) { in show_sockconfig_filter_prop()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_001_neg.ksh47 set -A props "" "mountpoint" "checksum" "compression" "atime" "readonly" \
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c225 LibHalPropertySet *props; in dump_devices() local
229 if (!(props = libhal_device_get_all_properties(hal_ctx, device_names[i], &error))) { in dump_devices()
239 for(libhal_psi_init(&it, props); libhal_psi_has_more(&it); libhal_psi_next(&it)) { in dump_devices()
293 libhal_free_property_set(props); in dump_devices()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c419 if (pnode->props == NULL) in find_prop()
422 prop = pnode->props; in find_prop()
449 prop = pnode->props; in get_node_name()
472 prop = pnode->props; in get_node_type()
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c475 sa_protocol_properties_t props = NULL; in sa_proto_get_properties() local
478 props = ops->sa_get_proto_set(); in sa_proto_get_properties()
479 return (props); in sa_proto_get_properties()
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c489 nvlist_t *props; in ppt_devpath_to_dev() local
491 (void) nvpair_value_nvlist(nvp, &props); in ppt_devpath_to_dev()
494 (void) nvlist_lookup_string(props, "dev", &ppt); in ppt_devpath_to_dev()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c405 iscsid_props(iSCSIDiscoveryProperties_t *props) in iscsid_props() argument
411 props->vers = ISCSI_INTERFACE_VERSION; in iscsid_props()
414 props->iSNSDiscoverySettable = B_FALSE; in iscsid_props()
415 props->SLPDiscoverySettable = B_FALSE; in iscsid_props()
416 props->StaticDiscoverySettable = B_TRUE; in iscsid_props()
417 props->SendTargetsDiscoverySettable = B_TRUE; in iscsid_props()
418 props->iSNSDiscoveryMethod = iSNSDiscoveryMethodStatic; in iscsid_props()
420 props->iSNSDiscoveryEnabled = CHECK_METHOD(iSCSIDiscoveryMethodISNS); in iscsid_props()
421 props->StaticDiscoveryEnabled = in iscsid_props()
423 props->SendTargetsDiscoveryEnabled = in iscsid_props()
[all …]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c457 const char *props[] = { in valid_propname() local
461 for (i = 0; i < ARRAY_SIZE(props); i++) { in valid_propname()
462 if (strcmp(propname, props[i]) == 0) in valid_propname()
466 return (i != ARRAY_SIZE(props)); in valid_propname()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c149 prop = pnode->props; in get_node_name()
171 prop = pnode->props; in get_node_type()
233 if (pnode->props == NULL) in find_prop()
236 prop = pnode->props; in find_prop()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c555 if (pnode->props == NULL) in find_prop()
558 prop = pnode->props; in find_prop()
585 prop = pnode->props; in get_node_name()
608 prop = pnode->props; in get_node_type()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c698 vs_props_t props; in vscand_get_viruslog() local
703 if ((rc = vs_props_get(&props, propids)) != VS_ERR_NONE) { in vscand_get_viruslog()
708 (void) strlcpy(vscand_vlog, props.vp_vlog, sizeof (vscand_vlog)); in vscand_get_viruslog()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh58 typeset props=("${zfs_props[@]}" "${userquota_props[@]}")
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.h43 void *props; \

123456789