Symbol: properties
crypto/openssl/crypto/encode_decode/decoder_meth.c
347
const char *name, const char *properties)
crypto/openssl/crypto/encode_decode/decoder_meth.c
351
const char *const propq = properties != NULL ? properties : "";
crypto/openssl/crypto/encode_decode/decoder_meth.c
418
properties == NULL ? "<null>" : properties);
crypto/openssl/crypto/encode_decode/decoder_meth.c
425
const char *properties)
crypto/openssl/crypto/encode_decode/decoder_meth.c
432
method = inner_ossl_decoder_fetch(&methdata, name, properties);
crypto/openssl/crypto/encode_decode/encoder_meth.c
353
const char *name, const char *properties)
crypto/openssl/crypto/encode_decode/encoder_meth.c
357
const char *const propq = properties != NULL ? properties : "";
crypto/openssl/crypto/encode_decode/encoder_meth.c
423
properties == NULL ? "<null>" : properties);
crypto/openssl/crypto/encode_decode/encoder_meth.c
430
const char *properties)
crypto/openssl/crypto/encode_decode/encoder_meth.c
437
method = inner_ossl_encoder_fetch(&methdata, name, properties);
crypto/openssl/crypto/evp/asymcipher.c
512
const char *properties)
crypto/openssl/crypto/evp/asymcipher.c
514
return evp_generic_fetch(ctx, OSSL_OP_ASYM_CIPHER, algorithm, properties,
crypto/openssl/crypto/evp/asymcipher.c
522
const char *properties)
crypto/openssl/crypto/evp/asymcipher.c
525
algorithm, properties,
crypto/openssl/crypto/evp/digest.c
1160
const char *properties)
crypto/openssl/crypto/evp/digest.c
1162
EVP_MD *md = evp_generic_fetch(ctx, OSSL_OP_DIGEST, algorithm, properties,
crypto/openssl/crypto/evp/digest.c
1201
const char *properties)
crypto/openssl/crypto/evp/digest.c
1204
algorithm, properties,
crypto/openssl/crypto/evp/evp_enc.c
2073
const char *properties)
crypto/openssl/crypto/evp/evp_enc.c
2075
EVP_CIPHER *cipher = evp_generic_fetch(ctx, OSSL_OP_CIPHER, algorithm, properties,
crypto/openssl/crypto/evp/evp_enc.c
2084
const char *properties)
crypto/openssl/crypto/evp/evp_enc.c
2087
algorithm, properties,
crypto/openssl/crypto/evp/evp_fetch.c
253
const char *name, ossl_unused const char *properties,
crypto/openssl/crypto/evp/evp_fetch.c
271
const char *const propq = properties != NULL ? properties : "";
crypto/openssl/crypto/evp/evp_fetch.c
380
properties == NULL ? "<null>" : properties);
crypto/openssl/crypto/evp/evp_fetch.c
385
properties == NULL ? "<null>" : properties);
crypto/openssl/crypto/evp/evp_fetch.c
392
const char *name, const char *properties,
crypto/openssl/crypto/evp/evp_fetch.c
405
name, properties,
crypto/openssl/crypto/evp/evp_fetch.c
418
const char *name, const char *properties,
crypto/openssl/crypto/evp/evp_fetch.c
431
name, properties,
crypto/openssl/crypto/evp/evp_local.h
302
const char *name, const char *properties,
crypto/openssl/crypto/evp/evp_local.h
309
const char *name, const char *properties,
crypto/openssl/crypto/evp/evp_local.h
329
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
332
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
335
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
338
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
341
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
344
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
347
const char *properties);
crypto/openssl/crypto/evp/evp_local.h
350
const char *properties);
crypto/openssl/crypto/evp/evp_rand.c
283
const char *properties)
crypto/openssl/crypto/evp/evp_rand.c
285
return evp_generic_fetch(libctx, OSSL_OP_RAND, algorithm, properties,
crypto/openssl/crypto/evp/exchange.c
182
const char *properties)
crypto/openssl/crypto/evp/exchange.c
184
return evp_generic_fetch(ctx, OSSL_OP_KEYEXCH, algorithm, properties,
crypto/openssl/crypto/evp/exchange.c
192
const char *properties)
crypto/openssl/crypto/evp/exchange.c
195
algorithm, properties,
crypto/openssl/crypto/evp/kdf_meth.c
160
const char *properties)
crypto/openssl/crypto/evp/kdf_meth.c
162
return evp_generic_fetch(libctx, OSSL_OP_KDF, algorithm, properties,
crypto/openssl/crypto/evp/kem.c
461
const char *properties)
crypto/openssl/crypto/evp/kem.c
463
return evp_generic_fetch(ctx, OSSL_OP_KEM, algorithm, properties,
crypto/openssl/crypto/evp/kem.c
470
const char *properties)
crypto/openssl/crypto/evp/kem.c
472
return evp_generic_fetch_from_prov(prov, OSSL_OP_KEM, algorithm, properties,
crypto/openssl/crypto/evp/keymgmt_meth.c
268
const char *properties)
crypto/openssl/crypto/evp/keymgmt_meth.c
271
name, properties,
crypto/openssl/crypto/evp/keymgmt_meth.c
278
const char *properties)
crypto/openssl/crypto/evp/keymgmt_meth.c
280
return evp_generic_fetch(ctx, OSSL_OP_KEYMGMT, algorithm, properties,
crypto/openssl/crypto/evp/mac_meth.c
176
const char *properties)
crypto/openssl/crypto/evp/mac_meth.c
178
return evp_generic_fetch(libctx, OSSL_OP_MAC, algorithm, properties,
crypto/openssl/crypto/evp/mac_meth.c
256
const char *properties)
crypto/openssl/crypto/evp/mac_meth.c
259
algorithm, properties,
crypto/openssl/crypto/evp/signature.c
484
const char *properties)
crypto/openssl/crypto/evp/signature.c
486
return evp_generic_fetch(ctx, OSSL_OP_SIGNATURE, algorithm, properties,
crypto/openssl/crypto/evp/signature.c
494
const char *properties)
crypto/openssl/crypto/evp/signature.c
497
algorithm, properties,
crypto/openssl/crypto/evp/skeymgmt_meth.c
132
const char *properties)
crypto/openssl/crypto/evp/skeymgmt_meth.c
136
name, properties,
crypto/openssl/crypto/evp/skeymgmt_meth.c
143
const char *properties)
crypto/openssl/crypto/evp/skeymgmt_meth.c
145
return evp_generic_fetch(ctx, OSSL_OP_SKEYMGMT, algorithm, properties,
crypto/openssl/crypto/ml_kem/ml_kem.c
1922
ML_KEM_KEY *ossl_ml_kem_key_new(OSSL_LIB_CTX *libctx, const char *properties,
crypto/openssl/crypto/ml_kem/ml_kem.c
1940
key->shake128_md = EVP_MD_fetch(libctx, "SHAKE128", properties);
crypto/openssl/crypto/ml_kem/ml_kem.c
1941
key->shake256_md = EVP_MD_fetch(libctx, "SHAKE256", properties);
crypto/openssl/crypto/ml_kem/ml_kem.c
1942
key->sha3_256_md = EVP_MD_fetch(libctx, "SHA3-256", properties);
crypto/openssl/crypto/ml_kem/ml_kem.c
1943
key->sha3_512_md = EVP_MD_fetch(libctx, "SHA3-512", properties);
crypto/openssl/crypto/property/property.c
318
int nid, const char *properties, void *method,
crypto/openssl/crypto/property/property.c
330
if (properties == NULL)
crypto/openssl/crypto/property/property.c
331
properties = "";
crypto/openssl/crypto/property/property.c
373
if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) {
crypto/openssl/crypto/property/property.c
374
impl->properties = ossl_parse_property(store->ctx, properties);
crypto/openssl/crypto/property/property.c
375
if (impl->properties == NULL)
crypto/openssl/crypto/property/property.c
377
if (!ossl_prop_defn_set(store->ctx, properties, &impl->properties)) {
crypto/openssl/crypto/property/property.c
378
ossl_property_free(impl->properties);
crypto/openssl/crypto/property/property.c
379
impl->properties = NULL;
crypto/openssl/crypto/property/property.c
405
&& tmpimpl->properties == impl->properties)
crypto/openssl/crypto/property/property.c
417
nid, properties,
crypto/openssl/crypto/property/property.c
44
OSSL_PROPERTY_LIST *properties;
crypto/openssl/crypto/property/property.c
512
size = ossl_property_list_to_string(NULL, impl->properties, buf,
crypto/openssl/crypto/property/property.c
721
score = ossl_property_match_count(pq, impl->properties);
crypto/openssl/crypto/property/property_local.h
36
OSSL_PROPERTY_DEFINITION properties[1];
crypto/openssl/crypto/property/property_parse.c
321
+ (n <= 0 ? 0 : n - 1) * sizeof(r->properties[0]));
crypto/openssl/crypto/property/property_parse.c
327
r->properties[i] = *sk_OSSL_PROPERTY_DEFINITION_value(sk, i);
crypto/openssl/crypto/property/property_parse.c
328
r->has_optional |= r->properties[i].optional;
crypto/openssl/crypto/property/property_parse.c
331
if (i > 0 && r->properties[i].name_idx == prev_name_idx) {
crypto/openssl/crypto/property/property_parse.c
338
prev_name_idx = r->properties[i].name_idx;
crypto/openssl/crypto/property/property_parse.c
474
const OSSL_PROPERTY_DEFINITION *const q = query->properties;
crypto/openssl/crypto/property/property_parse.c
475
const OSSL_PROPERTY_DEFINITION *const d = defn->properties;
crypto/openssl/crypto/property/property_parse.c
541
const OSSL_PROPERTY_DEFINITION *const ap = a->properties;
crypto/openssl/crypto/property/property_parse.c
542
const OSSL_PROPERTY_DEFINITION *const bp = b->properties;
crypto/openssl/crypto/property/property_parse.c
549
+ (t == 0 ? 0 : t - 1) * sizeof(r->properties[0]));
crypto/openssl/crypto/property/property_parse.c
566
memcpy(r->properties + n, copy, sizeof(r->properties[0]));
crypto/openssl/crypto/property/property_parse.c
713
prop = &list->properties[list->num_properties - 1];
crypto/openssl/crypto/property/property_query.c
32
return ossl_bsearch(&name_idx, list->properties, list->num_properties,
crypto/openssl/crypto/property/property_query.c
33
sizeof(*list->properties), &property_idx_cmp, 0);
crypto/openssl/crypto/store/store_lib.c
193
ctx->properties = propq_copy;
crypto/openssl/crypto/store/store_lib.c
594
OPENSSL_free(ctx->properties);
crypto/openssl/crypto/store/store_local.h
141
char *properties;
crypto/openssl/crypto/store/store_local.h
171
const char *properties);
crypto/openssl/crypto/store/store_meth.c
291
const char *scheme, const char *properties)
crypto/openssl/crypto/store/store_meth.c
295
const char *const propq = properties != NULL ? properties : "";
crypto/openssl/crypto/store/store_meth.c
367
properties == NULL ? "<null>" : properties);
crypto/openssl/crypto/store/store_meth.c
375
const char *properties)
crypto/openssl/crypto/store/store_meth.c
382
method = inner_loader_fetch(&methdata, scheme, properties);
crypto/openssl/crypto/store/store_result.c
94
const char *propq = ctx->properties;
crypto/openssl/include/crypto/evp.h
868
const char *properties);
crypto/openssl/include/crypto/evp.h
880
const char *properties);
crypto/openssl/include/crypto/ml_kem.h
214
ML_KEM_KEY *ossl_ml_kem_key_new(OSSL_LIB_CTX *libctx, const char *properties,
crypto/openssl/include/internal/property.h
60
int nid, const char *properties, void *method,
crypto/openssl/include/openssl/decoder.h
30
const char *properties);
crypto/openssl/include/openssl/encoder.h
30
const char *properties);
crypto/openssl/include/openssl/evp.h
1245
const char *properties);
crypto/openssl/include/openssl/evp.h
1290
const char *properties);
crypto/openssl/include/openssl/evp.h
1820
const char *properties);
crypto/openssl/include/openssl/evp.h
1839
const char *properties);
crypto/openssl/include/openssl/evp.h
1932
const char *properties);
crypto/openssl/include/openssl/evp.h
1950
const char *properties);
crypto/openssl/include/openssl/evp.h
1968
const char *properties);
crypto/openssl/include/openssl/evp.h
2207
const char *properties);
crypto/openssl/include/openssl/evp.h
620
const char *properties);
crypto/openssl/include/openssl/evp.h
750
const char *properties);
crypto/openssl/include/openssl/kdf.h
31
const char *properties);
crypto/openssl/include/openssl/store.h
266
const char *properties);
crypto/openssl/providers/common/include/prov/provider_util.h
102
const char *properties,
crypto/openssl/providers/common/provider_util.c
235
const char *properties,
crypto/openssl/providers/common/provider_util.c
277
if (properties != NULL)
crypto/openssl/providers/common/provider_util.c
279
(char *)properties, 0);
crypto/openssl/providers/common/provider_util.c
305
const char *properties = NULL;
crypto/openssl/providers/common/provider_util.c
318
properties = p->data;
crypto/openssl/providers/common/provider_util.c
323
EVP_MAC *mac = EVP_MAC_fetch(libctx, macname, properties);
crypto/openssl/providers/common/provider_util.c
341
properties, NULL, 0))
crypto/openssl/providers/implementations/include/prov/macsignature.h
21
char *properties;
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
205
OPENSSL_free(key->properties);
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
206
key->properties = OPENSSL_strdup(p->data);
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
207
if (key->properties == NULL)
crypto/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
97
OPENSSL_free(mackey->properties);
crypto/openssl/providers/implementations/signature/mac_legacy_sig.c
129
pmacctx->key->properties,
crypto/openssl/ssl/ssl_lib.c
7436
const char *properties)
crypto/openssl/ssl/ssl_lib.c
7449
ciph = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(nid), properties);
crypto/openssl/ssl/ssl_lib.c
7497
const char *properties)
crypto/openssl/ssl/ssl_lib.c
7507
md = EVP_MD_fetch(libctx, OBJ_nid2sn(nid), properties);
crypto/openssl/ssl/ssl_local.h
3014
const char *properties);
crypto/openssl/ssl/ssl_local.h
3019
const char *properties);
lib/libutil/libutil.h
135
void properties_free(properties _list);
lib/libutil/libutil.h
136
char *property_find(properties _list, const char *_name);
lib/libutil/libutil.h
137
properties
lib/libutil/property.c
232
property_find(properties list, const char *name)
lib/libutil/property.c
245
properties_free(properties list)
lib/libutil/property.c
247
properties tmp;
lib/libutil/property.c
43
static properties
lib/libutil/property.c
46
properties n;
lib/libutil/property.c
48
if ((n = (properties)malloc(sizeof(struct _property))) == NULL)
lib/libutil/property.c
69
properties
lib/libutil/property.c
72
properties head, ptr;
sys/dev/drm2/drm_crtc.c
1480
props_count = connector->properties.count;
sys/dev/drm2/drm_crtc.c
1533
for (i = 0; i < connector->properties.count; i++) {
sys/dev/drm2/drm_crtc.c
1534
if (put_user(connector->properties.ids[i],
sys/dev/drm2/drm_crtc.c
1540
if (put_user(connector->properties.values[i],
sys/dev/drm2/drm_crtc.c
2915
int count = obj->properties->count;
sys/dev/drm2/drm_crtc.c
2925
obj->properties->ids[count] = property->base.id;
sys/dev/drm2/drm_crtc.c
2926
obj->properties->values[count] = init_val;
sys/dev/drm2/drm_crtc.c
2927
obj->properties->count++;
sys/dev/drm2/drm_crtc.c
2936
for (i = 0; i < obj->properties->count; i++) {
sys/dev/drm2/drm_crtc.c
2937
if (obj->properties->ids[i] == property->base.id) {
sys/dev/drm2/drm_crtc.c
2938
obj->properties->values[i] = val;
sys/dev/drm2/drm_crtc.c
2952
for (i = 0; i < obj->properties->count; i++) {
sys/dev/drm2/drm_crtc.c
2953
if (obj->properties->ids[i] == property->base.id) {
sys/dev/drm2/drm_crtc.c
2954
*val = obj->properties->values[i];
sys/dev/drm2/drm_crtc.c
3278
if (!obj->properties) {
sys/dev/drm2/drm_crtc.c
3283
props_count = obj->properties->count;
sys/dev/drm2/drm_crtc.c
3293
if (put_user(obj->properties->ids[i],
sys/dev/drm2/drm_crtc.c
3298
if (put_user(obj->properties->values[i],
sys/dev/drm2/drm_crtc.c
3330
if (!arg_obj->properties)
sys/dev/drm2/drm_crtc.c
3333
for (i = 0; i < arg_obj->properties->count; i++)
sys/dev/drm2/drm_crtc.c
3334
if (arg_obj->properties->ids[i] == arg->prop_id)
sys/dev/drm2/drm_crtc.c
3337
if (i == arg_obj->properties->count)
sys/dev/drm2/drm_crtc.c
435
crtc->base.properties = &crtc->properties;
sys/dev/drm2/drm_crtc.c
534
connector->base.properties = &connector->properties;
sys/dev/drm2/drm_crtc.c
660
plane->base.properties = &plane->properties;
sys/dev/drm2/drm_crtc.h
418
struct drm_object_properties properties;
sys/dev/drm2/drm_crtc.h
50
struct drm_object_properties *properties;
sys/dev/drm2/drm_crtc.h
586
struct drm_object_properties properties;
sys/dev/drm2/drm_crtc.h
671
struct drm_object_properties properties;
sys/dev/isci/scil/scic_phy.h
284
SCIC_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_phy.h
306
SCIC_SAS_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_phy.h
328
SCIC_SATA_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_port.h
151
SCIC_PORT_PROPERTIES_T * properties
sys/dev/isci/scil/scic_sds_phy.c
1104
SCIC_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_sds_phy.c
1116
this_phy, properties
sys/dev/isci/scil/scic_sds_phy.c
1124
memset(properties, 0, sizeof(SCIC_PHY_PROPERTIES_T));
sys/dev/isci/scil/scic_sds_phy.c
1131
properties->negotiated_link_rate = this_phy->max_negotiated_speed;
sys/dev/isci/scil/scic_sds_phy.c
1134
properties->max_link_rate = SCI_SAS_600_GB;
sys/dev/isci/scil/scic_sds_phy.c
1136
properties->max_link_rate = SCI_SAS_300_GB;
sys/dev/isci/scil/scic_sds_phy.c
1138
properties->max_link_rate = SCI_SAS_150_GB;
sys/dev/isci/scil/scic_sds_phy.c
1140
properties->index = this_phy->phy_index;
sys/dev/isci/scil/scic_sds_phy.c
1141
properties->owning_port = scic_sds_phy_get_port(this_phy);
sys/dev/isci/scil/scic_sds_phy.c
1143
scic_sds_phy_get_protocols(this_phy, &properties->transmit_iaf.protocols);
sys/dev/isci/scil/scic_sds_phy.c
1145
properties->transmit_iaf.sas_address.high =
sys/dev/isci/scil/scic_sds_phy.c
1149
properties->transmit_iaf.sas_address.low =
sys/dev/isci/scil/scic_sds_phy.c
1160
SCIC_SAS_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_sds_phy.c
1170
this_phy, properties
sys/dev/isci/scil/scic_sds_phy.c
1176
&properties->received_iaf,
sys/dev/isci/scil/scic_sds_phy.c
1181
properties->received_capabilities.u.all
sys/dev/isci/scil/scic_sds_phy.c
1194
SCIC_SATA_PHY_PROPERTIES_T * properties
sys/dev/isci/scil/scic_sds_phy.c
1204
this_phy, properties
sys/dev/isci/scil/scic_sds_phy.c
1210
&properties->signature_fis,
sys/dev/isci/scil/scic_sds_phy.c
1216
properties->is_port_selector_present = FALSE;
sys/dev/isci/scil/scic_sds_port.c
963
SCIC_PORT_PROPERTIES_T * properties
sys/dev/isci/scil/scic_sds_port.c
972
port, properties
sys/dev/isci/scil/scic_sds_port.c
983
properties->index = this_port->logical_port_index;
sys/dev/isci/scil/scic_sds_port.c
984
properties->phy_mask = scic_sds_port_get_phys(this_port);
sys/dev/isci/scil/scic_sds_port.c
985
scic_sds_port_get_sas_address(this_port, &properties->local.sas_address);
sys/dev/isci/scil/scic_sds_port.c
986
scic_sds_port_get_protocols(this_port, &properties->local.protocols);
sys/dev/isci/scil/scic_sds_port.c
987
scic_sds_port_get_attached_sas_address(this_port, &properties->remote.sas_address);
sys/dev/isci/scil/scic_sds_port.c
988
scic_sds_port_get_attached_protocols(this_port, &properties->remote.protocols);
sys/dev/isci/scil/scic_sds_remote_device.c
149
SCIC_PORT_PROPERTIES_T properties;
sys/dev/isci/scil/scic_sds_remote_device.c
169
scic_port_get_properties(this_device->owning_port, &properties);
sys/dev/isci/scil/scic_sds_remote_device.c
171
SCI_GET_BITS_SET_COUNT(properties.phy_mask, this_device->device_port_width);
sys/dev/isci/scil/scic_sds_remote_device.c
906
SCIC_SATA_PHY_PROPERTIES_T properties;
sys/dev/isci/scil/scic_sds_remote_device.c
909
scic_sata_phy_get_properties(phy, &properties);
sys/dev/isci/scil/scic_sds_remote_device.c
912
signature_fis = &(properties.signature_fis);
sys/dev/isci/scil/scif_sas_domain.c
1464
SCIC_PORT_PROPERTIES_T properties;
sys/dev/isci/scil/scif_sas_domain.c
1474
scic_port_get_properties(port, &properties);
sys/dev/isci/scil/scif_sas_domain.c
1478
fw_domain, &properties.remote.sas_address
sys/dev/isci/scil/scif_sas_domain.c
1491
SCI_GET_BITS_SET_COUNT(properties.phy_mask, new_port_width);
sys/dev/isci/scil/scif_sas_domain_states.c
511
SCIC_PORT_PROPERTIES_T properties;
sys/dev/isci/scil/scif_sas_domain_states.c
513
scic_port_get_properties(fw_domain->core_object, &properties);
sys/dev/isci/scil/scif_sas_domain_states.c
519
fw_domain, &properties.remote.sas_address
sys/dev/isci/scil/scif_sas_domain_states.c
528
&properties.remote.sas_address,
sys/dev/isci/scil/scif_sas_domain_states.c
529
&properties.remote.protocols
sys/dev/isci/scil/scif_sas_domain_states.c
534
if(properties.remote.protocols.u.bits.smp_target)
sys/dev/isci/scil/scif_sas_remote_device.c
188
SCIC_PORT_PROPERTIES_T properties;
sys/dev/isci/scil/scif_sas_remote_device.c
190
scic_port_get_properties(fw_device->domain->core_object, &properties);
sys/dev/isci/scil/scif_sas_remote_device.c
193
if ( (sas_address->low == properties.remote.sas_address.low)
sys/dev/isci/scil/scif_sas_remote_device.c
194
&& (sas_address->high == properties.remote.sas_address.high) )
sys/dev/isci/scil/scif_sas_remote_device.c
197
SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width);
sys/dev/mfi/mfi.c
1037
ci->properties.OnOffProperties.disableOnlineCtrlReset;
sys/dev/mfi/mfi_disk.c
105
sc->ld_id = ld_info->ld_config.properties.ld.v.target_id;
sys/dev/mfi/mfi_disk.c
142
if ( strlen(ld_info->ld_config.properties.name) == 0 ) {
sys/dev/mfi/mfi_disk.c
150
ld_info->ld_config.properties.name, state);
sys/dev/mfi/mfireg.h
1269
struct mfi_ld_props properties;
sys/dev/mfi/mfireg.h
906
struct mfi_ctrl_props properties;
sys/dev/mrsas/mrsas.c
2520
sc->ctrl_info->properties.OnOffProperties.disableOnlineCtrlReset;
sys/dev/mrsas/mrsas.c
3646
le32_to_cpus(&sc->ctrl_info->properties.OnOffProperties);
sys/dev/mrsas/mrsas.c
3661
sc->ctrl_info->properties.OnOffProperties.disableOnlineCtrlReset;
sys/dev/mrsas/mrsas.h
2206
struct mrsas_ctrl_prop properties;
sys/dev/mrsas/mrsas.h
3398
} properties;
sys/dev/usb/usb_fdt_support.c
103
static const char *properties[] = {
sys/dev/usb/usb_fdt_support.c
110
for (i = 0; i < nitems(properties); ++i) {
sys/dev/usb/usb_fdt_support.c
111
proplen = OF_getprop(node, properties[i], mac, sizeof(mac));
usr.bin/dtc/fdt.cc
1138
for (auto &p : other->properties())
usr.bin/dtc/fdt.cc
1141
for (auto &mp : properties())
usr.bin/dtc/fdt.cc
1188
for (auto p : properties())
usr.bin/dtc/fdt.cc
1222
for (auto p : properties())
usr.bin/dtc/fdt.cc
1274
for (auto &p : n->properties())
usr.bin/dtc/fdt.cc
1407
for (auto &p : n.properties())
usr.bin/dtc/fdt.cc
1517
for (auto &p : n.properties())
usr.sbin/mfiutil/mfi_config.c
1159
mfi_volume_name(fd, ld->properties.ld.v.target_id));
usr.sbin/mfiutil/mfi_config.c
1164
if (ld->properties.name[0] != '\0')
usr.sbin/mfiutil/mfi_config.c
1165
printf(" <%s>", ld->properties.name);
usr.sbin/mfiutil/mfi_config.c
1177
printf(" no bgi: %u\n", ld->properties.no_bgi);
usr.sbin/mfiutil/mfi_config.c
149
if (ld->properties.ld.v.target_id == target_id)
usr.sbin/mfiutil/mfi_config.c
460
ld->properties.ld.v.target_id = find_next_volume(state);
usr.sbin/mfiutil/mfi_config.c
461
ld->properties.ld.v.seq = 0;
usr.sbin/mfiutil/mfi_config.c
462
ld->properties.default_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE |
usr.sbin/mfiutil/mfi_config.c
464
ld->properties.access_policy = MFI_LD_ACCESS_RW;
usr.sbin/mfiutil/mfi_config.c
465
ld->properties.disk_cache_policy = MR_PD_CACHE_UNCHANGED;
usr.sbin/mfiutil/mfi_config.c
466
ld->properties.current_cache_policy = MR_LD_CACHE_ALLOW_WRITE_CACHE |
usr.sbin/mfiutil/mfi_config.c
468
ld->properties.no_bgi = 0;
usr.sbin/mfiutil/mfi_config.c
538
ld->properties.ld.v.target_id);
usr.sbin/mfiutil/mfi_config.c
751
state.volumes[i] = ld->properties.ld.v.target_id;
usr.sbin/mfiutil/mfi_config.c
906
mbox_store_ldref(mbox, &info.ld_config.properties.ld);
usr.sbin/mfiutil/mfi_show.c
406
mfi_volume_name(fd, ld->properties.ld.v.target_id));
usr.sbin/mfiutil/mfi_show.c
407
if (mfi_ld_get_info(fd, ld->properties.ld.v.target_id, &linfo,
usr.sbin/mfiutil/mfi_show.c
415
if (ld->properties.name[0] != '\0')
usr.sbin/mfiutil/mfi_show.c
416
printf(" <%s>", ld->properties.name);
usr.sbin/mfiutil/mfi_show.c
504
switch (info.ld_config.properties.current_cache_policy &
usr.sbin/mfiutil/mfi_show.c
521
if (info.ld_config.properties.name[0] != '\0')
usr.sbin/mfiutil/mfi_show.c
522
printf(" <%s>", info.ld_config.properties.name);
usr.sbin/moused/moused/quirks.c
1138
list_append(&s->properties, &p->link);
usr.sbin/moused/moused/quirks.c
1490
property_unref(q->properties[i]);
usr.sbin/moused/moused/quirks.c
1501
free(q->properties);
usr.sbin/moused/moused/quirks.c
1645
struct property *p = q->properties[i];
usr.sbin/moused/moused/quirks.c
1670
q->properties[q->nproperties++] = property_ref(newprop);
usr.sbin/moused/moused/quirks.c
1683
list_for_each(p, &s->properties, link) {
usr.sbin/moused/moused/quirks.c
1688
tmp = realloc(q->properties, nprops * sizeof(p));
usr.sbin/moused/moused/quirks.c
1692
q->properties = tmp;
usr.sbin/moused/moused/quirks.c
1693
list_for_each(p, &s->properties, link) {
usr.sbin/moused/moused/quirks.c
170
struct list properties;
usr.sbin/moused/moused/quirks.c
1716
q->properties[q->nproperties++] = property_ref(p);
usr.sbin/moused/moused/quirks.c
182
struct property **properties;
usr.sbin/moused/moused/quirks.c
1849
struct property *p = q->properties[i];
usr.sbin/moused/moused/quirks.c
496
list_init(&s->properties);
usr.sbin/moused/moused/quirks.c
512
list_for_each_safe(p, &s->properties, link)
usr.sbin/moused/moused/quirks.c
515
assert(list_empty(&s->properties));
usr.sbin/moused/moused/quirks.c
684
list_append(&s->properties, &p->link);
usr.sbin/moused/moused/quirks.c
874
list_append(&s->properties, &p->link);