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

123

/freebsd-9.3-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;
112 KASSERT(len < PAGE_SIZE, ("new attribute truncated"));
123 sysfs_create_file(struct kobject *kobj, const struct attribute *attr)
134 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-9.3-release/contrib/openbsm/etc/
H A Daudit_class8 0x00000004:fa:file attribute access
9 0x00000008:fm:file attribute modify
/freebsd-9.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,
353 * attribute file
598 struct ufs_extattr_list_entry *attribute; local
851 struct ufs_extattr_list_entry *attribute; local
1058 struct ufs_extattr_list_entry *attribute; local
1166 struct ufs_extattr_list_entry *attribute; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/nvi/tk/
H A Dtk_funcs.c67 * Toggle a screen attribute on/off.
72 tk_attr(sp, attribute, on)
74 scr_attr_t attribute;
80 switch (attribute) {
/freebsd-9.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-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am54 option-value-type.h option-xat-attribute.c option-xat-attribute.h \
/freebsd-9.3-release/sys/geom/
H A Dgeom.h265 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
267 int g_handleattr_int(struct bio *bp, const char *attribute, int val);
268 int g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val);
269 int g_handleattr_str(struct bio *bp, const char *attribute, const char *str);
H A Dgeom_subr.c871 g_handleattr_int(struct bio *bp, const char *attribute, int val) argument
874 return (g_handleattr(bp, attribute, &val, sizeof val));
878 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) argument
881 return (g_handleattr(bp, attribute, &val, sizeof val));
885 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) argument
888 return (g_handleattr(bp, attribute, str, 0));
892 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) argument
896 if (strcmp(bp->bio_attribute, attribute))
/freebsd-9.3-release/contrib/nvi/ip/
H A Dip_funcs.c67 * Toggle a screen attribute on/off.
72 ip_attr(sp, attribute, on)
74 scr_attr_t attribute;
80 ipb.val1 = attribute;
/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c81 struct stat attribute; /* attribute of pkgdb element */ local
148 if (stat(tmp_file, &attribute) == -1) {
153 if (attribute.st_mode & S_IFREG)
/freebsd-9.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-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c146 LDAP__setmod(LDAPMod *** modlist, int modop, const char *attribute, argument
159 strcasecmp((*modlist)[cMods]->mod_type, attribute) == 0) {
180 mod->mod_type = ber_strdup(attribute);
200 LDAP_addmod_len(LDAPMod *** modlist, int modop, const char *attribute, argument
206 ret = LDAP__setmod(modlist, modop | LDAP_MOD_BVALUES, attribute, &cMods);
239 LDAP_addmod(LDAPMod *** modlist, int modop, const char *attribute, argument
245 ret = LDAP__setmod(modlist, modop, attribute, &cMods);
276 const char *attribute, KerberosTime * time)
285 return LDAP_addmod(mods, modop, attribute, buf);
291 const char *attribute, unsigne
275 LDAP_addmod_generalized_time(LDAPMod *** mods, int modop, const char *attribute, KerberosTime * time) argument
289 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
331 LDAP_get_integer_value(HDB * db, LDAPMessage * entry, const char *attribute, int *ptr) argument
346 LDAP_get_generalized_time_value(HDB * db, LDAPMessage * entry, const char *attribute, KerberosTime * kt) argument
[all...]
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c74 * Toggle a screen attribute on/off.
79 cl_attr(sp, attribute, on)
81 scr_attr_t attribute;
88 switch (attribute) {
116 * do this automatically -- so, this attribute isn't as controlled by
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c51 struct attribute attr;
70 struct attribute *attr, char *buf)
248 static struct attribute *port_default_attrs[] = {
388 static struct attribute *pma_attrs[] = {
417 struct attribute *a;
464 static struct attribute **
469 struct attribute **tab_attr;
473 tab_attr = kcalloc(1 + len, sizeof(struct attribute *), GFP_KERNEL);
675 /* Show a given an attribute in the statistics group */
692 /* generate a read-only iwarp statistics attribute */
[all...]
/freebsd-9.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-9.3-release/sys/boot/i386/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0x7 # Mode/attribute
48 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s32 .set SCR_MAT,0xe1 # Mode/attribute
47 movb $SCR_MAT,%ah # Mode/attribute
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c43 CK_ATTRIBUTE attribute; member in struct:st_attr
201 if (attributes[i].type == obj->attrs[j].attribute.type &&
202 attributes[i].ulValueLen == obj->attrs[j].attribute.ulValueLen &&
203 memcmp(attributes[i].pValue, obj->attrs[j].attribute.pValue,
210 st_logf("type %d attribute have no match\n", attributes[i].type);
214 st_logf("attribute matches\n");
232 application_error("token attribute wrong length\n");
242 application_error("class attribute wrong length\n");
343 o->attrs[i].attribute.type = type;
344 o->attrs[i].attribute
[all...]
/freebsd-9.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-9.3-release/contrib/tzdata/
H A DMakefile165 -Wshadow -Wstrict-prototypes -Wsuggest-attribute=const \
166 -Wsuggest-attribute=format -Wsuggest-attribute=noreturn \
167 -Wsuggest-attribute=pure -Wtrampolines \
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s54 # %al attribute
144 # %al: attribute
/freebsd-9.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,

Completed in 289 milliseconds

123