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

123

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dsysfs.h34 struct attribute { struct
41 ssize_t (*show)(struct kobject *, struct attribute *, char *);
42 ssize_t (*store)(struct kobject *, struct attribute *, const char *,
49 struct attribute *, int);
50 struct attribute **attrs;
76 struct attribute *attr;
83 attr = (struct attribute *)arg2;
115 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
126 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
137 sysfs_remove_file(struct kobject *kobj, const struct attribute *att
[all...]
H A Ddevice.h75 struct attribute attr;
84 struct attribute attr;
145 class_show(struct kobject *kobj, struct attribute *attr, char *buf)
159 class_store(struct kobject *kobj, struct attribute *attr, const char *buf,
225 dev_show(struct kobject *kobj, struct attribute *attr, char *buf)
239 dev_store(struct kobject *kobj, struct attribute *attr, const char *buf,
H A Dkobject.h43 struct attribute **default_attrs;
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_class8 0x00000004:fa:file attribute access
9 0x00000008:fm:file attribute modify
/freebsd-10.0-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.0-release/release/doc/share/mk/
H A Ddoc.relnotes.mk10 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'current'"
12 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'snapshot'"
14 PROFILING+= --param profile.attribute "'releasetype'" --param profile.value "'release'"
/freebsd-10.0-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.0-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.0-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.0-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.0-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c52 struct attribute attr;
71 struct attribute *attr, char *buf)
249 static struct attribute *port_default_attrs[] = {
396 static struct attribute *pma_attrs[] = {
442 static struct attribute *pma_attrs_ext[] = {
462 struct attribute *a;
509 static struct attribute **
514 struct attribute **tab_attr;
518 tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
738 /* Show a given an attribute i
[all...]
/freebsd-10.0-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.0-release/sys/geom/
H A Dgeom.h269 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
271 int g_handleattr_int(struct bio *bp, const char *attribute, int val);
272 int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
273 int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
H A Dgeom_subr.c947 g_handleattr_int(struct bio *bp, const char *attribute, int val) argument
950 return (g_handleattr(bp, attribute, &val, sizeof val));
954 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) argument
957 return (g_handleattr(bp, attribute, &val, sizeof val));
961 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) argument
964 return (g_handleattr(bp, attribute, str, 0));
968 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) argument
972 if (strcmp(bp->bio_attribute, attribute))
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dsysfs.c220 struct attribute *attr)
233 struct attribute *attr)
399 struct attribute *a;
412 struct attribute attr;
419 struct attribute *attr, char *buf)
431 struct attribute *attr,
514 static struct attribute **
521 struct attribute **tab_attr;
525 tab_attr = kcalloc(1 + len, sizeof (struct attribute *), GFP_KERNEL);
/freebsd-10.0-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.0-release/contrib/unbound/
H A Dacx_pthread.m432 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute
229 # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
230 AC_MSG_CHECKING([for joinable pthread attribute])
/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0x7 # Mode/attribute
48 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-10.0-release/sys/boot/pc98/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0xe1 # Mode/attribute
47 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-10.0-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.0-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.0-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s54 # %al attribute
144 # %al: attribute
/freebsd-10.0-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,
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_uathreg.h562 uint32_t attribute; /* BSS_ATTR_BEACON_INTERVAL, et al. */ member in struct:uath_cmd_update_bss_attribute
569 uint32_t attribute; /* BSS_ATTR_BSS_KEY_UPDATE */ member in struct:uath_cmd_update_bss_attribute_key

Completed in 2000 milliseconds

123