Searched refs:props (Results 1 - 25 of 101) sorted by relevance

12345

/osnet-11/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dlibses.c39 nvlist_t *props; local
45 props = ses_node_props(np);
47 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
53 SES_NV_ADD(string, nverr, props,
64 if (nvlist_lookup_nvlist(props, SES_EN_PROP_LID, &lid) != 0)
70 SES_NV_ADD(string, nverr, props, LIBSES_EN_PROP_CSN, csn);
/osnet-11/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/common/
H A Dlsilogic.c40 nvlist_t *props; local
45 props = ses_node_props(np);
47 SES_NV_ADD(boolean_value, nverr, props, LIBSES_EN_PROP_INTERNAL,
49 SES_NV_ADD(uint64, nverr, props, SES_PROP_ELEMENT_TYPE,
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-SAS2-X16DBP/common/
H A Dsun_sas2_x16dbp.c40 nvlist_t *props; local
45 props = ses_node_props(np);
47 SES_NV_ADD(boolean_value, nverr, props, LIBSES_EN_PROP_INTERNAL,
49 SES_NV_ADD(boolean_value, nverr, props, LIBSES_PROP_FRU,
/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c44 nssad_cfg_free_props(nssad_prop_t *props) argument
46 if (props->domain_name != NULL) {
47 free(props->domain_name);
48 props->domain_name = NULL;
50 if (props->domain_controller != NULL) {
51 free(props->domain_controller);
52 props->domain_controller = NULL;
58 nssad_prop_t *props)
63 if (props->domain_controller == NULL)
64 props
57 nssad_cfg_discover_props(const char *domain, ad_disc_t ad_ctx, nssad_prop_t *props) argument
71 nssad_cfg_reload_ad(nssad_prop_t *props, adutils_ad_t **ad) argument
122 nssad_prop_t props; local
[all...]
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_pages.c40 nvlist_t *props = ses_node_props(np); local
49 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_ONLY_INDEX,
85 nvlist_t *props = ses_node_props(np); local
90 SES_NV_CTLBOOL_INVERT(props, SES_PROP_SWAP, eip->seci_rst_swap);
91 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, eip->seci_disable);
92 SES_NV_CTLBOOL(props, SES_PROP_PRDFAIL, eip->seci_prdfail);
105 nvlist_t *props = ses_node_props(np); local
110 if (nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDEX,
H A Dsun_element_ctl.c100 nvlist_t *props = ses_node_props(np); local
102 SES_NV_CTLBOOL(props, SES_PROP_IDENT, fip->sfci_rqst_ident);
103 SES_NV_CTL64(props, SES_COOLING_PROP_SPEED_CODE,
105 SES_NV_CTLBOOL(props, SES_PROP_FAIL, fip->sfci_rqst_fail);
127 nvlist_t *props = ses_node_props(np); local
133 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
150 nvlist_t *props = ses_node_props(np); local
153 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, &type) == 0);
H A Dsun.c61 const ses2_ctl_prop_t *ctlprops, nvlist_t *props)
66 for (nvp = nvlist_next_nvpair(props, NULL); nvp != NULL;
68 next = nvlist_next_nvpair(props, nvp);
78 (void) nvlist_remove(props, nvpair_name(nvp),
151 nvlist_t *props = ses_node_props(np); local
154 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
60 sun_setprop(ses_plugin_t *sp, ses_node_t *np, const ses2_ctl_prop_t *ctlprops, nvlist_t *props) argument
H A Dsun_element.c98 nvlist_t *props = ses_node_props(np); local
105 SES_NV_ADD(fixed_string, nverr, props, SES_PROP_DESCRIPTION,
115 nvlist_t *props = ses_node_props(np); local
128 if ((err = sun_fruid_parse_common(sfdip, props)) != 0)
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c41 nvlist_t *props = ses_node_props(np); local
63 SES_NV_ADD(uint64, nverr, props, SES_PROP_BAY_NUMBER,
73 nvlist_t *props = ses_node_props(np); local
91 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
101 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_CLASS_INDEX,
123 VERIFY(nvlist_lookup_nvlist(props, SES_EN_PROP_LID, &lid) == 0);
127 SES_NV_ADD(string, nverr, props, LIBSES_EN_PROP_CSN, serial);
140 SES_NV_ADD(uint64, nverr, props, SES_PROP_ELEMENT_TYPE,
169 SES_NV_ADD(fixed_string_trunc, nverr, props,
193 props, LIBSES_PROP_PAR
[all...]
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1411 nvlist_t *props = ses_node_props(np); local
1413 SES_NV_CTL64(props, SES_PROP_THRESH_CRIT_HI, tip->sti_high_crit);
1414 SES_NV_CTL64(props, SES_PROP_THRESH_CRIT_LO, tip->sti_low_crit);
1415 SES_NV_CTL64(props, SES_PROP_THRESH_WARN_HI, tip->sti_high_warn);
1416 SES_NV_CTL64(props, SES_PROP_THRESH_WARN_LO, tip->sti_low_warn);
1426 nvlist_t *props = ses_node_props(np); local
1428 SES_NV_CTLBOOL(props, SES_PROP_IDENT, dip->sdci_rqst_ident);
1429 SES_NV_CTLBOOL(props, SES_PROP_RMV, dip->sdci_rqst_remove);
1430 SES_NV_CTLBOOL(props, SES_DEV_PROP_READY_TO_INSERT,
1432 SES_NV_CTLBOOL(props, SES_DEV_PROP_REQ_MISSIN
1452 nvlist_t *props = ses_node_props(np); local
1466 nvlist_t *props = ses_node_props(np); local
1482 nvlist_t *props = ses_node_props(np); local
1498 nvlist_t *props = ses_node_props(np); local
1512 nvlist_t *props = ses_node_props(np); local
1531 nvlist_t *props = ses_node_props(np); local
1546 nvlist_t *props = ses_node_props(np); local
1559 nvlist_t *props = ses_node_props(np); local
1571 nvlist_t *props = ses_node_props(np); local
1587 nvlist_t *props = ses_node_props(np); local
1603 nvlist_t *props = ses_node_props(np); local
1616 nvlist_t *props = ses_node_props(np); local
1630 nvlist_t *props = ses_node_props(np); local
1644 nvlist_t *props = ses_node_props(np); local
1657 nvlist_t *props = ses_node_props(np); local
1672 nvlist_t *props = ses_node_props(np); local
1688 nvlist_t *props = ses_node_props(np); local
1702 nvlist_t *props = ses_node_props(np); local
1715 nvlist_t *props = ses_node_props(np); local
1757 nvlist_t *props = ses_node_props(np); local
1770 nvlist_t *props = ses_node_props(np); local
1817 nvlist_t *props = ses_node_props(np); local
1840 nvlist_t *props = ses_node_props(np); local
[all...]
H A Dses2_pages.c39 nvlist_t *props = ses_node_props(np); local
44 SES_NV_CTLBOOL_INVERT(props, SES_PROP_SWAP, eip->seci_rst_swap);
45 SES_NV_CTLBOOL(props, SES_PROP_DISABLED, eip->seci_disable);
46 SES_NV_CTLBOOL(props, SES_PROP_PRDFAIL, eip->seci_prdfail);
60 nvlist_t *props = ses_node_props(np), *uncprops; local
67 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_ONLY_INDEX,
69 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_CLASS_INDEX,
71 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
231 nvlist_t *props = ses_node_props(np); local
235 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_INDE
253 nvlist_t *props = ses_node_props(np); local
301 nvlist_t *props = ses_node_props(np); local
332 nvlist_t *props = ses_node_props(np); local
379 nvlist_t *props = ses_node_props(np); local
427 nvlist_t *props = ses_node_props(np); local
[all...]
H A Dses2_enclosure_ctl.c42 nvlist_t *props = ses_node_props(np); local
64 if (nvlist_lookup_uint64(props, SES_EN_PROP_UCODE_SZ,
73 (void) nvlist_lookup_uint64(props, SES_EN_PROP_UCODE_BUF,
168 nvlist_t *props = ses_node_props(np); local
173 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0);
206 nvlist_t *props = ses_node_props(np); local
215 VERIFY(nvlist_lookup_uint64(props, SES_EN_PROP_EID, &eid) == 0);
291 nvlist_t *props = ses_node_props(np); local
296 SES_NV_CTLBOOL(props, SES_PROP_IDENT, tp->seci_rqst_ident);
297 SES_NV_CTLBOOL(props, SES_PROP_WARN_RE
320 nvlist_t *props = ses_node_props(np); local
[all...]
H A Dses2.c39 const ses2_ctl_prop_t *ctlprops, nvlist_t *props)
44 for (nvp = nvlist_next_nvpair(props, NULL); nvp != NULL;
46 next = nvlist_next_nvpair(props, nvp);
56 (void) nvlist_remove(props, nvpair_name(nvp),
128 nvlist_t *props = ses_node_props(np); local
131 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
38 ses2_setprop(ses_plugin_t *sp, ses_node_t *np, const ses2_ctl_prop_t *ctlprops, nvlist_t *props) argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java178 Properties props = System.getProperties();
179 props.put(DATable.SA_ONLY_SCOPES_PROP, localHostName);
180 props.put(DATable.DA_TABLE_CLASS_PROP, SUN_DATABLE);
181 System.setProperties(props);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_share.c288 nvlist_t *props; local
346 if ((props = sa_share_get_proto(share, SA_PROT_SMB)) == NULL) {
352 rc |= sa_share_set_prop(props, SHOPT_AD_CONTAINER,
355 rc |= sa_share_set_prop(props, SHOPT_NONE,
358 rc |= sa_share_set_prop(props, SHOPT_RO,
361 rc |= sa_share_set_prop(props, SHOPT_RW,
367 rc |= sa_share_set_prop(props, SHOPT_ABE, "true");
369 rc |= sa_share_set_prop(props, SHOPT_CATIA, "true");
371 rc |= sa_share_set_prop(props, SHOPT_GUEST, "true");
373 rc |= sa_share_set_prop(props, SHOPT_DFSROO
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Durestubs.c109 _ure_matches_properties(unsigned long props, ucs4_t c) argument
115 if( props & (1 << i) ) {
/osnet-11/usr/src/lib/libxprop/common/
H A Dlibxprop.c87 xprop_encode_string(nvlist_t *props, const char *name, argument
91 return (xprop_encode(props, name, XPROP_TYPE_STRING, B_FALSE,
97 xprop_encode_boolean(nvlist_t *props, const char *name, argument
100 return (xprop_encode(props, name, XPROP_TYPE_BOOLEAN, boolean_default,
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_smf.c98 scf_simple_app_props_t *props; local
102 props = scf_simple_app_props_get(NULL, instance);
103 if (props == NULL) {
115 prop = (scf_simple_prop_t *)scf_simple_app_props_next(props, NULL);
178 prop = (scf_simple_prop_t *)scf_simple_app_props_next(props,
181 scf_simple_app_props_free(props);
197 scf_simple_app_props_t *props; local
203 props = scf_simple_app_props_get(NULL, instance);
204 if (props == NULL) {
225 el = (scf_simple_prop_t *)scf_simple_app_props_next(props, NUL
394 scf_simple_app_props_t *props; local
[all...]
/osnet-11/usr/src/lib/pyzfs/common/
H A Ddataset.py100 def __init__(self, name, props=None,
107 props is the property settings dict from zfs.ioctl.next_dataset.
127 if not props:
128 props = zfs.ioctl.dataset_props(name)
129 self.__props = props
162 (name, cookie, props) = \
164 ds = Dataset(name, props)
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/common/
H A Driverwalk.c76 nvlist_t *props = ses_node_props(np); local
115 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE,
117 VERIFY(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_CLASS_INDEX,
196 SES_NV_ADD(string, nverr, props, LIBSES_PROP_PART,
203 SES_NV_ADD(string, nverr, props, LIBSES_PROP_SERIAL,
219 SES_NV_ADD(string, nverr, props, LIBSES_EN_PROP_CSN,
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_scf.c125 asr_scf_prop_t *props = NULL; local
247 prop->next = props;
248 props = prop;
278 prop->next = props;
279 props = prop;
284 asr_scf_free_prop(props);
285 props = NULL;
287 *outprops = props;
303 asr_scf_prop_t *props = NULL; local
349 if (asr_addprops(handle, tx, pgname, data, old, &props) !
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_private.h57 * big enough, and XZ_OPTIONS_ERROR if props indicates something that this
61 struct xz_dec_lzma2 *s, uint8_t props);
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaEnc.h63 SZ_ERROR_PARAM - Incorrect parameter in props
73 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
92 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c140 nvlist_t *args, *pargs, *props; local
166 verify((props = ses_node_props(np)) != NULL);
206 if (nvlist_lookup_boolean_value(props,
214 if (altprop != NULL && nvlist_lookup_boolean_value(props,
251 nvlist_t *args, *props; local
278 verify((props = ses_node_props(np)) != NULL);
280 if (nvlist_lookup_uint64(props, prop, &current) == 0) {
282 } else if (nvlist_lookup_int64(props, prop, &scurrent) == 0) {
320 nvlist_t *nvl, *args, *props; local
338 verify((props
409 nvlist_t *nvl, *props; local
768 nvlist_t *props; local
884 nvlist_t *props, *aprops; local
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c260 IMA_DISCOVERY_ADDRESS_PROPERTIES props; local
290 &props);
298 hid = props.discoveryAddress.hostnameIpAddress;
311 if (props.discoveryAddress.portNumber != port)
367 get_str_ip_for_disc_addr_props(IMA_DISCOVERY_ADDRESS_PROPERTIES props, argument
372 IMA_HOST_ID hid = props.discoveryAddress.hostnameIpAddress;
392 IMA_DISCOVERY_ADDRESS_PROPERTIES props, iscsi_sendtgts_list_t **hdr)
412 ipAddr = &props.discoveryAddress.hostnameIpAddress.id.ipAddress;
419 (*hdr)->stl_entry.e_port = props.discoveryAddress.portNumber;
425 * on the iSCSI server. 'props' ar
391 allocate_send_targets_buf(struct suri_handle *sh, int ntgts, IMA_DISCOVERY_ADDRESS_PROPERTIES props, iscsi_sendtgts_list_t **hdr) argument
431 suri_iscsi_send_targets(struct suri_handle *sh, IMA_DISCOVERY_ADDRESS_PROPERTIES props, suri_iscsi_disc_addr_props **ppList) argument
554 IMA_DISCOVERY_ADDRESS_PROPERTIES props; local
717 IMA_NODE_PROPERTIES props; local
[all...]

Completed in 59 milliseconds

12345