Symbol: attribute
crypto/heimdal/lib/gssapi/mech/gss_aeap.c
203
const gss_OID attribute,
crypto/heimdal/lib/gssapi/mech/gss_aeap.c
210
if (gss_oid_equal(GSS_C_ATTR_STREAM_SIZES, attribute)) {
crypto/heimdal/lib/hdb/hdb-ldap.c
148
LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute,
crypto/heimdal/lib/hdb/hdb-ldap.c
161
strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) {
crypto/heimdal/lib/hdb/hdb-ldap.c
182
mod->mod_type = ber_strdup(attribute);
crypto/heimdal/lib/hdb/hdb-ldap.c
202
LDAP_addmod_len(LDAPMod *** modlist, int modop, const char *attribute,
crypto/heimdal/lib/hdb/hdb-ldap.c
208
ret = LDAP__setmod(modlist, modop | LDAP_MOD_BVALUES, attribute, &cMods);
crypto/heimdal/lib/hdb/hdb-ldap.c
241
LDAP_addmod(LDAPMod *** modlist, int modop, const char *attribute,
crypto/heimdal/lib/hdb/hdb-ldap.c
247
ret = LDAP__setmod(modlist, modop, attribute, &cMods);
crypto/heimdal/lib/hdb/hdb-ldap.c
278
const char *attribute, KerberosTime * time)
crypto/heimdal/lib/hdb/hdb-ldap.c
287
return LDAP_addmod(mods, modop, attribute, buf);
crypto/heimdal/lib/hdb/hdb-ldap.c
293
const char *attribute, unsigned long l)
crypto/heimdal/lib/hdb/hdb-ldap.c
304
ret = LDAP_addmod(mods, modop, attribute, buf);
crypto/heimdal/lib/hdb/hdb-ldap.c
311
const char *attribute, char **ptr)
crypto/heimdal/lib/hdb/hdb-ldap.c
315
vals = ldap_get_values_len(HDB2LDAP(db), entry, attribute);
crypto/heimdal/lib/hdb/hdb-ldap.c
337
const char *attribute, int *ptr)
crypto/heimdal/lib/hdb/hdb-ldap.c
342
ret = LDAP_get_string_value(db, entry, attribute, &val);
crypto/heimdal/lib/hdb/hdb-ldap.c
352
const char *attribute, KerberosTime * kt)
crypto/heimdal/lib/hdb/hdb-ldap.c
360
ret = LDAP_get_string_value(db, entry, attribute, &gentime);
crypto/heimdal/lib/hx509/softp11.c
1282
if (pTemplate[i].type == obj->attrs[j].attribute.type) {
crypto/heimdal/lib/hx509/softp11.c
1284
if (pTemplate[i].ulValueLen >= obj->attrs[j].attribute.ulValueLen)
crypto/heimdal/lib/hx509/softp11.c
1285
memcpy(pTemplate[i].pValue, obj->attrs[j].attribute.pValue,
crypto/heimdal/lib/hx509/softp11.c
1286
obj->attrs[j].attribute.ulValueLen);
crypto/heimdal/lib/hx509/softp11.c
1288
pTemplate[i].ulValueLen = obj->attrs[j].attribute.ulValueLen;
crypto/heimdal/lib/hx509/softp11.c
212
if (attributes[i].type == obj->attrs[j].attribute.type &&
crypto/heimdal/lib/hx509/softp11.c
213
attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
crypto/heimdal/lib/hx509/softp11.c
214
memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
crypto/heimdal/lib/hx509/softp11.c
354
o->attrs[i].attribute.type = type;
crypto/heimdal/lib/hx509/softp11.c
355
o->attrs[i].attribute.pValue = malloc(ulValueLen);
crypto/heimdal/lib/hx509/softp11.c
356
if (o->attrs[i].attribute.pValue == NULL && ulValueLen != 0)
crypto/heimdal/lib/hx509/softp11.c
359
memcpy(o->attrs[i].attribute.pValue, pValue, ulValueLen);
crypto/heimdal/lib/hx509/softp11.c
360
o->attrs[i].attribute.ulValueLen = ulValueLen;
crypto/heimdal/lib/hx509/softp11.c
53
CK_ATTRIBUTE attribute;
crypto/krb5/src/appl/gss-sample/gss-server.c
827
gss_buffer_t attribute,
crypto/krb5/src/appl/gss-sample/gss-server.c
842
major = gss_get_name_attribute(minor, name, attribute, &authenticated,
crypto/krb5/src/appl/gss-sample/gss-server.c
851
(int)attribute->length, (char *)attribute->value,
crypto/krb5/src/include/k5-int.h
1019
const krb5_data *attribute,
crypto/krb5/src/include/k5-int.h
1027
krb5_boolean complete, const krb5_data *attribute,
crypto/krb5/src/include/k5-int.h
1033
const krb5_data *attribute);
crypto/krb5/src/include/krb5/authdata_plugin.h
115
const krb5_data *attribute,
crypto/krb5/src/include/krb5/authdata_plugin.h
128
const krb5_data *attribute,
crypto/krb5/src/include/krb5/authdata_plugin.h
136
const krb5_data *attribute);
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
156
const krb5_data *attribute, krb5_boolean *authenticated,
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
164
if (!data_eq(*attribute, authind_attr))
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
191
krb5_boolean complete, const krb5_data *attribute,
crypto/krb5/src/lib/krb5/krb/ai_authdata.c
195
if (!data_eq(*attribute, authind_attr))
crypto/krb5/src/lib/krb5/krb/authdata.c
801
const krb5_data *attribute,
crypto/krb5/src/lib/krb5/krb/authdata.c
835
attribute,
crypto/krb5/src/lib/krb5/krb/authdata.c
855
const krb5_data *attribute,
crypto/krb5/src/lib/krb5/krb/authdata.c
873
attribute,
crypto/krb5/src/lib/krb5/krb/authdata.c
892
const krb5_data *attribute)
crypto/krb5/src/lib/krb5/krb/authdata.c
908
attribute);
crypto/krb5/src/lib/krb5/krb/pac.c
1017
const krb5_data *attribute, krb5_boolean *authenticated,
crypto/krb5/src/lib/krb5/krb/pac.c
1039
ret = mspac_attr2type(attribute, &type);
crypto/krb5/src/lib/krb5/krb/pac.c
1069
krb5_boolean complete, const krb5_data *attribute,
crypto/krb5/src/lib/krb5/krb/pac.c
1079
ret = mspac_attr2type(attribute, &type);
crypto/krb5/src/lib/krb5/krb/pac.c
884
krb5_data attribute;
crypto/krb5/src/lib/krb5/krb/pac.c
920
*attr = mspac_attribute_types[i].attribute;
crypto/krb5/src/lib/krb5/krb/pac.c
934
if (attr->length == mspac_attribute_types[i].attribute.length &&
crypto/krb5/src/lib/krb5/krb/pac.c
935
strncasecmp(attr->data, mspac_attribute_types[i].attribute.data, attr->length) == 0) {
crypto/krb5/src/lib/krb5/krb/pac.c
976
&mspac_attribute_types[0].attribute,
crypto/krb5/src/plugins/authdata/greet_client/greet.c
182
const krb5_data *attribute,
crypto/krb5/src/plugins/authdata/greet_client/greet.c
192
if (!data_eq(*attribute, greet_attr) || greet->greeting.length == 0)
crypto/krb5/src/plugins/authdata/greet_client/greet.c
217
const krb5_data *attribute,
crypto/krb5/src/plugins/authdata/greet_client/greet.c
224
if (!data_eq(*attribute, greet_attr))
crypto/krb5/src/plugins/authdata/greet_client/greet.c
246
const krb5_data *attribute)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
123
const char *attribute, const char *value)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
132
attrs[0] = (char *)attribute;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/kdb_ldap.c
155
values = ldap_get_values(ld, msg, attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1013
krb5_add_str_mem_ldap_mod(LDAPMod ***list, char *attribute, int op,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1024
mod->mod_type = strdup(attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1048
krb5_add_ber_mem_ldap_mod(LDAPMod ***list, char *attribute, int op,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1059
mod->mod_type = strdup(attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1094
krb5_add_int_mem_ldap_mod(LDAPMod ***list, char *attribute, int op, int value)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
1103
mod->mod_type = strdup(attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
860
checkattributevalue(LDAP *ld, char *dn, char *attribute, char **attrvalues,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
872
attributes[0] = attribute;
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
883
if (attribute == NULL || attrvalues == NULL)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
891
values = ldap_get_values(ld, entry, attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
928
krb5_ldap_get_value(LDAP *ld, LDAPMessage *ent, char *attribute, int *val_out)
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
933
values = ldap_get_values(ld, ent, attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
944
krb5_ldap_get_string(LDAP *ld, LDAPMessage *ent, char *attribute,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
954
values = ldap_get_values(ld, ent, attribute);
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
969
get_time(LDAP *ld, LDAPMessage *ent, char *attribute, krb5_timestamp *time_out,
crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ldap_misc.c
978
values = ldap_get_values(ld, ent, attribute);
crypto/openssl/test/bntest.c
101
if ((hex = findattr(s, attribute)) == NULL) {
crypto/openssl/test/bntest.c
102
TEST_error("%s:%d: Can't find %s", s->test_file, s->start, attribute);
crypto/openssl/test/bntest.c
113
static int getint(STANZA *s, int *out, const char *attribute)
crypto/openssl/test/bntest.c
119
if (!TEST_ptr(ret = getBN(s, attribute))
crypto/openssl/test/bntest.c
96
static BIGNUM *getBN(STANZA *s, const char *attribute)
lib/libtacplus/taclib.c
1235
tac_get_av_value(struct tac_handle *h, const char *attribute)
lib/libtacplus/taclib.c
1244
if (attribute == NULL || (attr_len = strlen(attribute)) == 0)
lib/libtacplus/taclib.c
1254
strncmp(candidate->data, attribute, attr_len) == 0) {
sys/cam/scsi/scsi_all.c
7107
cur_ptr = hdr->attribute;
sys/cam/scsi/scsi_all.c
7219
vendser = (struct scsi_attrib_vendser *)hdr->attribute;
sys/cam/scsi/scsi_all.c
7257
num_ptr = hdr->attribute;
sys/cam/scsi/scsi_all.c
7302
print_number = hdr->attribute[0];
sys/cam/scsi/scsi_all.c
7305
print_number = scsi_2btoul(hdr->attribute);
sys/cam/scsi/scsi_all.c
7308
print_number = scsi_3btoul(hdr->attribute);
sys/cam/scsi/scsi_all.c
7311
print_number = scsi_4btoul(hdr->attribute);
sys/cam/scsi/scsi_all.c
7314
print_number = scsi_8btou64(hdr->attribute);
sys/cam/scsi/scsi_all.c
7381
cam_strvis_sbuf(sb, hdr->attribute, print_size, strvis_flags);
sys/cam/scsi/scsi_all.c
7429
if (hdr->attribute[i] == '\0')
sys/cam/scsi/scsi_all.c
7431
else if (((unsigned char)hdr->attribute[i] < 0x80)
sys/cam/scsi/scsi_all.c
7433
sbuf_putc(sb, hdr->attribute[i]);
sys/cam/scsi/scsi_all.c
7436
(unsigned char)hdr->attribute[i]);
sys/cam/scsi/scsi_all.h
1188
uint8_t attribute[0];
sys/compat/linuxkpi/common/include/linux/device.h
143
struct attribute attr;
sys/compat/linuxkpi/common/include/linux/device.h
154
struct attribute attr;
sys/compat/linuxkpi/common/include/linux/kobject.h
51
struct attribute **default_attrs;
sys/compat/linuxkpi/common/include/linux/kobject.h
78
struct attribute attr;
sys/compat/linuxkpi/common/include/linux/sysfs.h
129
struct attribute *attr;
sys/compat/linuxkpi/common/include/linux/sysfs.h
136
attr = (struct attribute *)(intptr_t)arg2;
sys/compat/linuxkpi/common/include/linux/sysfs.h
179
sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
223
const struct attribute *attr, const char *group)
sys/compat/linuxkpi/common/include/linux/sysfs.h
238
sysfs_remove_file(struct kobject *kobj, const struct attribute *attr)
sys/compat/linuxkpi/common/include/linux/sysfs.h
247
const struct attribute *attr, const char *group)
sys/compat/linuxkpi/common/include/linux/sysfs.h
348
sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs)
sys/compat/linuxkpi/common/include/linux/sysfs.h
362
sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs)
sys/compat/linuxkpi/common/include/linux/sysfs.h
373
struct attribute **attr;
sys/compat/linuxkpi/common/include/linux/sysfs.h
41
ssize_t (*show)(struct kobject *, struct attribute *, char *);
sys/compat/linuxkpi/common/include/linux/sysfs.h
42
ssize_t (*store)(struct kobject *, struct attribute *, const char *,
sys/compat/linuxkpi/common/include/linux/sysfs.h
446
struct attribute **attr;
sys/compat/linuxkpi/common/include/linux/sysfs.h
47
struct attribute attr;
sys/compat/linuxkpi/common/include/linux/sysfs.h
58
struct attribute *, int);
sys/compat/linuxkpi/common/include/linux/sysfs.h
59
struct attribute **attrs;
sys/compat/linuxkpi/common/src/linux_compat.c
189
linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_compat.c
203
linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf,
sys/compat/linuxkpi/common/src/linux_compat.c
251
linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_compat.c
265
linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf,
sys/compat/linuxkpi/common/src/linux_kobject.c
120
struct attribute **attr;
sys/compat/linuxkpi/common/src/linux_kobject.c
209
lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf)
sys/compat/linuxkpi/common/src/linux_kobject.c
221
lkpi_kobj_attr_store(struct kobject *kobj, struct attribute *attr,
sys/dev/ciss/ciss.c
1394
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
1724
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
2512
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
2654
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
3217
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE; /* XXX ordered tags? */
sys/dev/ciss/ciss.c
3529
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
3680
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
3831
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/ciss/ciss.c
4312
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_UNTAGGED) ? "untagged" :
sys/dev/ciss/ciss.c
4313
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_SIMPLE) ? "simple" :
sys/dev/ciss/ciss.c
4314
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_HEAD_OF_QUEUE) ? "head-of-queue" :
sys/dev/ciss/ciss.c
4315
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_ORDERED) ? "ordered" :
sys/dev/ciss/ciss.c
4316
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_AUTO_CONTINGENT) ? "auto-contingent" : "??");
sys/dev/ciss/cissreg.h
86
u_int8_t attribute:3;
sys/dev/drm2/ttm/ttm_memory.c
60
struct attribute *attr,
sys/dev/drm2/ttm/ttm_memory.c
88
struct attribute *attr,
sys/dev/drm2/ttm/ttm_page_alloc.c
220
struct attribute *attr, const char *buffer, size_t size)
sys/dev/drm2/ttm/ttm_page_alloc.c
252
struct attribute *attr, char *buffer)
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
180
static struct attribute ttm_page_pool_max = {
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
184
static struct attribute ttm_page_pool_small = {
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
188
static struct attribute ttm_page_pool_alloc_size = {
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
193
static struct attribute *ttm_pool_attrs[] = {
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
207
static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
241
static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,
sys/dev/isp/isp.c
4700
region[count].attribute =
sys/dev/isp/isp.c
4714
region[count].size, region[count].attribute);
sys/dev/isp/ispreg.h
299
uint8_t attribute;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
1751
struct attribute attr;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
863
struct attribute *attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
865
struct attribute *attr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
201
struct attribute *attr)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
214
struct attribute *attr)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
382
struct attribute *a;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
395
struct attribute attr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
402
struct attribute *attr, char *buf)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
414
struct attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
497
static struct attribute **
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
504
struct attribute **tab_attr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
508
tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);
sys/dev/ufshci/ufshci_private.h
543
int ufshci_uic_send_dme_get(struct ufshci_controller *ctrlr, uint16_t attribute,
sys/dev/ufshci/ufshci_private.h
545
int ufshci_uic_send_dme_set(struct ufshci_controller *ctrlr, uint16_t attribute,
sys/dev/ufshci/ufshci_private.h
548
uint16_t attribute, uint32_t *return_value);
sys/dev/ufshci/ufshci_private.h
550
uint16_t attribute, uint32_t value);
sys/dev/ufshci/ufshci_uic_cmd.c
223
ufshci_uic_send_dme_get(struct ufshci_controller *ctrlr, uint16_t attribute,
sys/dev/ufshci/ufshci_uic_cmd.c
229
uic_cmd.argument1 = attribute << 16;
sys/dev/ufshci/ufshci_uic_cmd.c
237
ufshci_uic_send_dme_set(struct ufshci_controller *ctrlr, uint16_t attribute,
sys/dev/ufshci/ufshci_uic_cmd.c
243
uic_cmd.argument1 = attribute << 16;
sys/dev/ufshci/ufshci_uic_cmd.c
253
uint16_t attribute, uint32_t *return_value)
sys/dev/ufshci/ufshci_uic_cmd.c
258
uic_cmd.argument1 = attribute << 16;
sys/dev/ufshci/ufshci_uic_cmd.c
267
uint16_t attribute, uint32_t value)
sys/dev/ufshci/ufshci_uic_cmd.c
272
uic_cmd.argument1 = attribute << 16;
sys/dev/usb/wlan/if_uathreg.h
561
uint32_t attribute; /* BSS_ATTR_BEACON_INTERVAL, et al. */
sys/dev/usb/wlan/if_uathreg.h
568
uint32_t attribute; /* BSS_ATTR_BSS_KEY_UPDATE */
sys/geom/geom.h
286
int g_handleattr(struct bio *bp, const char *attribute, const void *val,
sys/geom/geom.h
288
int g_handleattr_int(struct bio *bp, const char *attribute, int val);
sys/geom/geom.h
289
int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
sys/geom/geom.h
290
int g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val);
sys/geom/geom.h
291
int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
sys/geom/geom_subr.c
1095
g_handleattr_int(struct bio *bp, const char *attribute, int val)
sys/geom/geom_subr.c
1098
return (g_handleattr(bp, attribute, &val, sizeof(val)));
sys/geom/geom_subr.c
1102
g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val)
sys/geom/geom_subr.c
1105
return (g_handleattr(bp, attribute, &val, sizeof(val)));
sys/geom/geom_subr.c
1109
g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val)
sys/geom/geom_subr.c
1112
return (g_handleattr(bp, attribute, &val, sizeof(val)));
sys/geom/geom_subr.c
1116
g_handleattr_str(struct bio *bp, const char *attribute, const char *str)
sys/geom/geom_subr.c
1119
return (g_handleattr(bp, attribute, str, 0));
sys/geom/geom_subr.c
1123
g_handleattr(struct bio *bp, const char *attribute, const void *val, int len)
sys/geom/geom_subr.c
1127
if (strcmp(bp->bio_attribute, attribute))
sys/geom/geom_subr.c
1134
__func__, bp->bio_to->name, attribute,
sys/geom/geom_subr.c
1142
bp->bio_to->name, attribute, (intmax_t)bp->bio_length, len);
sys/ofed/drivers/infiniband/core/ib_cm.c
179
struct attribute attr;
sys/ofed/drivers/infiniband/core/ib_cm.c
201
static struct attribute *cm_counter_default_attrs[] = {
sys/ofed/drivers/infiniband/core/ib_cm.c
3981
static ssize_t cm_show_counter(struct kobject *obj, struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sa_query.c
833
void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec)
sys/ofed/drivers/infiniband/core/ib_sa_query.c
835
ib_unpack(path_rec_table, ARRAY_SIZE(path_rec_table), attribute, rec);
sys/ofed/drivers/infiniband/core/ib_sa_query.c
839
void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute)
sys/ofed/drivers/infiniband/core/ib_sa_query.c
841
ib_pack(path_rec_table, ARRAY_SIZE(path_rec_table), rec, attribute);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
103
struct attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
116
struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
134
struct attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
354
static struct attribute *port_default_attrs[] = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
585
static struct attribute *pma_attrs[] = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
606
static struct attribute *pma_attrs_ext[] = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
631
static struct attribute *pma_attrs_noietf[] = {
sys/ofed/drivers/infiniband/core/ib_sysfs.c
670
struct attribute *a;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
694
struct attribute *a;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
71
struct attribute attr;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
725
static struct attribute **
sys/ofed/drivers/infiniband/core/ib_sysfs.c
730
struct attribute **tab_attr;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
734
tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
813
static ssize_t show_hw_stats(struct kobject *kobj, struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
844
struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
871
struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
907
struct attribute **attr;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
91
struct attribute attr;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
916
static struct attribute *alloc_hsa(int index, u8 port_num, const char *name)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
93
struct attribute *attr, char *buf);
sys/ofed/drivers/infiniband/core/ib_sysfs.c
934
static struct attribute *alloc_hsa_lifespan(char *name, u8 port_num)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
95
struct attribute *attr,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1027
static struct attribute *ib_dev_attrs[] = {
sys/ofed/include/rdma/ib_sa.h
442
void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute);
sys/ofed/include/rdma/ib_sa.h
448
void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec);
sys/ufs/ufs/ufs_extattr.c
1046
struct ufs_extattr_list_entry *attribute;
sys/ufs/ufs/ufs_extattr.c
1067
attribute = ufs_extattr_find_attr(ump, attrnamespace, name);
sys/ufs/ufs/ufs_extattr.c
1068
if (!attribute)
sys/ufs/ufs/ufs_extattr.c
1077
uio->uio_resid > attribute->uele_fileheader.uef_size)
sys/ufs/ufs/ufs_extattr.c
1086
attribute->uele_fileheader.uef_size);
sys/ufs/ufs/ufs_extattr.c
1110
if (attribute->uele_backing_vnode != vp)
sys/ufs/ufs/ufs_extattr.c
1111
vn_lock(attribute->uele_backing_vnode, LK_EXCLUSIVE | LK_RETRY);
sys/ufs/ufs/ufs_extattr.c
1116
error = VOP_WRITE(attribute->uele_backing_vnode, &local_aio, ioflag,
sys/ufs/ufs/ufs_extattr.c
1134
error = VOP_WRITE(attribute->uele_backing_vnode, uio, ioflag,
sys/ufs/ufs/ufs_extattr.c
1140
if (attribute->uele_backing_vnode != vp)
sys/ufs/ufs/ufs_extattr.c
1141
VOP_UNLOCK(attribute->uele_backing_vnode);
sys/ufs/ufs/ufs_extattr.c
1154
struct ufs_extattr_list_entry *attribute;
sys/ufs/ufs/ufs_extattr.c
1175
attribute = ufs_extattr_find_attr(ump, attrnamespace, name);
sys/ufs/ufs/ufs_extattr.c
1176
if (!attribute)
sys/ufs/ufs/ufs_extattr.c
1185
attribute->uele_fileheader.uef_size);
sys/ufs/ufs/ufs_extattr.c
1206
if (attribute->uele_backing_vnode != vp)
sys/ufs/ufs/ufs_extattr.c
1207
vn_lock(attribute->uele_backing_vnode, LK_EXCLUSIVE | LK_RETRY);
sys/ufs/ufs/ufs_extattr.c
1209
error = VOP_READ(attribute->uele_backing_vnode, &local_aio,
sys/ufs/ufs/ufs_extattr.c
1251
error = VOP_WRITE(attribute->uele_backing_vnode, &local_aio, ioflag,
sys/ufs/ufs/ufs_extattr.c
1260
VOP_UNLOCK(attribute->uele_backing_vnode);
sys/ufs/ufs/ufs_extattr.c
595
struct ufs_extattr_list_entry *attribute;
sys/ufs/ufs/ufs_extattr.c
605
attribute = malloc(sizeof(struct ufs_extattr_list_entry),
sys/ufs/ufs/ufs_extattr.c
618
strncpy(attribute->uele_attrname, attrname,
sys/ufs/ufs/ufs_extattr.c
620
attribute->uele_attrnamespace = attrnamespace;
sys/ufs/ufs/ufs_extattr.c
621
bzero(&attribute->uele_fileheader,
sys/ufs/ufs/ufs_extattr.c
624
attribute->uele_backing_vnode = backing_vnode;
sys/ufs/ufs/ufs_extattr.c
628
aiov.iov_base = (caddr_t) &attribute->uele_fileheader;
sys/ufs/ufs/ufs_extattr.c
649
if (attribute->uele_fileheader.uef_magic != UFS_EXTATTR_MAGIC) {
sys/ufs/ufs/ufs_extattr.c
655
if (attribute->uele_fileheader.uef_version != UFS_EXTATTR_VERSION) {
sys/ufs/ufs/ufs_extattr.c
663
LIST_INSERT_HEAD(&ump->um_extattr.uepm_list, attribute,
sys/ufs/ufs/ufs_extattr.c
673
free(attribute, M_UFS_EXTATTR);
sys/ufs/ufs/ufs_extattr.c
844
struct ufs_extattr_list_entry *attribute;
sys/ufs/ufs/ufs_extattr.c
865
attribute = ufs_extattr_find_attr(ump, attrnamespace, name);
sys/ufs/ufs/ufs_extattr.c
866
if (!attribute)
sys/ufs/ufs/ufs_extattr.c
883
attribute->uele_fileheader.uef_size);
sys/ufs/ufs/ufs_extattr.c
906
if (attribute->uele_backing_vnode != vp)
sys/ufs/ufs/ufs_extattr.c
907
vn_lock(attribute->uele_backing_vnode, LK_SHARED | LK_RETRY);
sys/ufs/ufs/ufs_extattr.c
909
error = VOP_READ(attribute->uele_backing_vnode, &local_aio,
sys/ufs/ufs/ufs_extattr.c
935
if (ueh.ueh_len > attribute->uele_fileheader.uef_size) {
sys/ufs/ufs/ufs_extattr.c
958
error = VOP_READ(attribute->uele_backing_vnode, uio,
sys/ufs/ufs/ufs_extattr.c
971
if (attribute->uele_backing_vnode != vp)
sys/ufs/ufs/ufs_extattr.c
972
VOP_UNLOCK(attribute->uele_backing_vnode);
usr.bin/ctags/C.c
257
static char attribute[] = "__attribute__";
usr.bin/ctags/C.c
258
char maybe_attribute[sizeof attribute + 1],
usr.bin/ctags/C.c
315
< (ptrdiff_t)(sizeof attribute - 1))
usr.bin/ctags/C.c
321
if (strcmp(maybe_attribute, attribute) == 0) {
usr.sbin/bsdinstall/partedit/gpart_ops.c
348
const char *attribute = NULL;
usr.sbin/bsdinstall/partedit/gpart_ops.c
363
attribute = "active";
usr.sbin/bsdinstall/partedit/gpart_ops.c
378
gctl_ro_param(r, "attrib", -1, attribute);
usr.sbin/bsdinstall/partedit/gpart_ops.c
389
gpart_set_root(const char *lg_name, const char *attribute)
usr.sbin/bsdinstall/partedit/gpart_ops.c
399
gctl_ro_param(r, "attrib", -1, attribute);
usr.sbin/bsdinstall/partedit/partedit.h
79
void gpart_set_root(const char *lg_name, const char *attribute);
usr.sbin/ypldap/parse.y
108
%type <v.number> opcode attribute
usr.sbin/ypldap/parse.y
170
attribute : NAME { $$ = 0; }
usr.sbin/ypldap/parse.y
238
| ATTRIBUTE attribute MAPS TO STRING {
usr.sbin/ypldap/parse.y
248
| FIXED ATTRIBUTE attribute STRING {
usr.sbin/ypldap/parse.y
259
| LIST attribute MAPS TO STRING {