Searched refs:attribute (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-10.3-release/sys/ofed/include/linux/
H A Dsysfs.h35 struct attribute { struct
42 ssize_t (*show)(struct kobject *, struct attribute *, char *);
43 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
50 struct attribute *, int);
51 struct attribute **attrs;
77 struct attribute *attr;
84 attr = (struct attribute *)arg2;
116 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
127 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
138 sysfs_remove_file(struct kobject *kobj, const struct attribute *att
[all...]
H A Dkobject.h44 struct attribute **default_attrs;
140 struct attribute attr;
H A Ddevice.h77 struct attribute attr;
88 struct attribute attr;
100 /* Simple class attribute that is just a static string */
171 class_show(struct kobject *kobj, struct attribute *attr, char *buf)
185 class_store(struct kobject *kobj, struct attribute *attr, const char *buf,
251 dev_show(struct kobject *kobj, struct attribute *attr, char *buf)
265 dev_store(struct kobject *kobj, struct attribute *attr, const char *buf,
/freebsd-10.3-release/sys/ufs/ufs/
H A Dufs_extattr.c37 * Support for filesystem extended attribute: UFS-specific support functions.
72 static MALLOC_DEFINE(M_UFS_EXTATTR, "ufs_extattr", "ufs extended attribute");
104 * Per-FS attribute lock protecting attribute operations.
126 * attribute.
130 * zero-length attrname (used to retrieve application attribute list)
144 * Locate an attribute given a name and mountpoint.
206 * Start extended attribute support on an FS.
317 * Enable an EA using the passed filesystem, backing vnode, attribute name,
355 * attribute file
588 struct ufs_extattr_list_entry *attribute; local
841 struct ufs_extattr_list_entry *attribute; local
1048 struct ufs_extattr_list_entry *attribute; local
1156 struct ufs_extattr_list_entry *attribute; local
[all...]
/freebsd-10.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk11 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'current'"
13 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'snapshot'"
15 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'release'"
/freebsd-10.3-release/contrib/ncurses/ncurses/
H A Dcurses.priv.h474 NCURSES_CH_T attr; /* soft label attribute */
1359 TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));}
1368 TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));}
/freebsd-10.3-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c203 const gss_OID attribute,
210 if (gss_oid_equal(GSS_C_ATTR_STREAM_SIZES, attribute)) {
201 gss_context_query_attributes(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, const gss_OID attribute, void *data, size_t len) argument
/freebsd-10.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am58 option-value-type.h option-xat-attribute.c option-xat-attribute.h \
/freebsd-10.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h75 void gpart_set_root(const char *lg_name, const char *attribute);
/freebsd-10.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c81 struct stat attribute; /* attribute of pkgdb element */ local
149 if (stat(tmp_file, &attribute) == -1) {
154 if (attribute.st_mode & S_IFREG)
/freebsd-10.3-release/sys/geom/
H A Dgeom.h273 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
275 int g_handleattr_int(struct bio *bp, const char *attribute, int val);
276 int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
277 int g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val);
278 int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
H A Dgeom_subr.c954 g_handleattr_int(struct bio *bp, const char *attribute, int val) argument
957 return (g_handleattr(bp, attribute, &val, sizeof val));
961 g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val) argument
964 return (g_handleattr(bp, attribute, &val, sizeof val));
968 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) argument
971 return (g_handleattr(bp, attribute, &val, sizeof val));
975 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) argument
978 return (g_handleattr(bp, attribute, str, 0));
982 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) argument
986 if (strcmp(bp->bio_attribute, attribute))
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c334 struct attr_abbrev *attrs; /* an array of attribute descriptions */
351 struct attribute *attrs; /* An array of attributes */
367 struct attribute struct
390 /* Get at parts of an attribute structure */
625 "invalid attribute class or form for '%s' in '%s'", arg1, arg2);
687 static char *read_attribute (struct attribute *, struct attr_abbrev *,
690 static char *read_attribute_value (struct attribute *, unsigned,
725 static struct attribute *dwarf2_attr (struct die_info *, unsigned int,
747 static void dwarf2_const_value (struct attribute *, struct symbol *,
750 static void dwarf2_const_value_data (struct attribute *att
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c53 struct attribute attr;
72 struct attribute *attr, char *buf)
250 static struct attribute *port_default_attrs[] = {
397 static struct attribute *pma_attrs[] = {
443 static struct attribute *pma_attrs_ext[] = {
463 struct attribute *a;
510 static struct attribute **
515 struct attribute **tab_attr;
519 tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
739 /* Show a given an attribute i
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c145 LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute, argument
158 strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) {
179 mod->mod_type = ber_strdup(attribute);
199 LDAP_addmod_len(LDAPMod *** modlist, int modop, const char *attribute, argument
205 ret = LDAP__setmod(modlist, modop | LDAP_MOD_BVALUES, attribute, &cMods);
238 LDAP_addmod(LDAPMod *** modlist, int modop, const char *attribute, argument
244 ret = LDAP__setmod(modlist, modop, attribute, &cMods);
275 const char *attribute, KerberosTime * time)
284 return LDAP_addmod(mods, modop, attribute, buf);
290 const char *attribute, unsigne
274 LDAP_addmod_generalized_time(LDAPMod *** mods, int modop, const char *attribute, KerberosTime * time) argument
288 LDAP_addmod_integer(krb5_context context, LDAPMod *** mods, int modop, const char *attribute, unsigned long l) argument
307 LDAP_get_string_value(HDB * db, LDAPMessage * entry, const char *attribute, char **ptr) argument
333 LDAP_get_integer_value(HDB * db, LDAPMessage * entry, const char *attribute, int *ptr) argument
348 LDAP_get_generalized_time_value(HDB * db, LDAPMessage * entry, const char *attribute, KerberosTime * kt) argument
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dstub-objc.c240 /* APPLE LOCAL begin radar 3803157 - objc attribute */
242 tree ARG_UNUSED (attribute))
243 /* APPLE LOCAL end radar 3803157 - objc attribute */
248 /* APPLE LOCAL begin radar 3803157 - objc attribute */
250 tree ARG_UNUSED (attribute))
251 /* APPLE LOCAL end radar 3803157 - objc attribute */
265 tree ARG_UNUSED (attribute))
488 /* APPLE LOCAL begin radar 3803157 - objc attribute */
494 /* APPLE LOCAL end radar 3803157 - objc attribute */
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c221 struct attribute *attr)
234 struct attribute *attr)
400 struct attribute *a;
413 struct attribute attr;
420 struct attribute *attr, char *buf)
432 struct attribute *attr,
515 static struct attribute **
522 struct attribute **tab_attr;
526 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);
/freebsd-10.3-release/contrib/binutils/binutils/
H A Ddwarf.c306 unsigned long attribute; member in struct:abbrev_attr
378 add_abbrev_attr (unsigned long attribute, unsigned long form) argument
388 attr->attribute = attribute;
416 unsigned long attribute; local
439 attribute = read_leb128 (start, & bytes_read, 0);
445 if (attribute != 0)
446 add_abbrev_attr (attribute, form);
448 while (attribute != 0);
927 read_and_display_attr_value (unsigned long attribute, argument
1389 get_AT_name(unsigned long attribute) argument
1503 read_and_display_attr(unsigned long attribute, unsigned long form, unsigned char *data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc) argument
[all...]
/freebsd-10.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0x7 # Mode/attribute
48 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-10.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0xe1 # Mode/attribute
47 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c53 CK_ATTRIBUTE attribute; member in struct:st_attr
212 if (attributes[i].type == obj->attrs[j].attribute.type &&
213 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
214 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
221 st_logf("type %d attribute have no match\n", attributes[i].type);
225 st_logf("attribute matches\n");
243 application_error("token attribute wrong length\n");
253 application_error("class attribute wrong length\n");
351 o->attrs[i].attribute.type = type;
352 o->attrs[i].attribute
[all...]
/freebsd-10.3-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S51 .set SCR_MAT,0x7 # Mode/attribute
306 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-10.3-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s54 # %al attribute
144 # %al: attribute
/freebsd-10.3-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c182 static struct attribute ttm_page_pool_max = {
186 static struct attribute ttm_page_pool_small = {
190 static struct attribute ttm_page_pool_alloc_size = {
195 static struct attribute *ttm_pool_attrs[] = {
209 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr,
243 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,
H A Dttm_memory.c62 struct attribute *attr,
90 struct attribute *attr,

Completed in 239 milliseconds

12345