Searched refs:attribute (Results 26 - 50 of 234) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_ccw.c24 static inline void ccw_update_attr(u8 *dst, u8 *src, int attribute, argument
42 if (attribute & FBCON_ATTRIBUTE_UNDERLINE) {
50 if (attribute & FBCON_ATTRIBUTE_BOLD && i)
53 if (attribute & FBCON_ATTRIBUTE_REVERSE)
140 u32 attribute = get_attribute(info, scr_readw(s)); local
154 if (attribute) {
175 ccw_putcs_aligned(vc, info, s, attribute, cnt, pitch,
229 int attribute, use_sw = (vc->vc_cursor_type & 0x10); local
249 attribute = get_attribute(info, c);
258 if (attribute) {
[all...]
H A Dfbcon_cw.c24 static inline void cw_update_attr(u8 *dst, u8 *src, int attribute, argument
34 if (attribute & FBCON_ATTRIBUTE_UNDERLINE && !j)
36 if (attribute & FBCON_ATTRIBUTE_BOLD && i)
38 if (attribute & FBCON_ATTRIBUTE_REVERSE)
126 u32 attribute = get_attribute(info, scr_readw(s)); local
140 if (attribute) {
159 cw_putcs_aligned(vc, info, s, attribute, cnt, pitch,
213 int attribute, use_sw = (vc->vc_cursor_type & 0x10); local
233 attribute = get_attribute(info, c);
242 if (attribute) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dpower.c62 static struct attribute *g[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dvfat.h48 unsigned char attribute; /* 0x0f for VFAT */ member in struct:vfat_subentry
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dsysfs.c131 struct attribute attr;
151 static struct attribute *gdlm_attrs[] = {
166 static ssize_t gdlm_attr_show(struct kobject *kobj, struct attribute *attr,
174 static ssize_t gdlm_attr_store(struct kobject *kobj, struct attribute *attr,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c680 struct attribute attr;
687 struct attribute *attr, const char *buf, size_t len)
691 struct ecryptfs_attribute *attribute = local
694 return (attribute->store ? attribute->store(obj, buf, len) : 0);
698 ecryptfs_attr_show(struct kobject *kobj, struct attribute *attr, char *buf)
702 struct ecryptfs_attribute *attribute = local
705 return (attribute->show ? attribute->show(obj, buf) : 0);
734 {ECRYPTFS_VERSIONING_XATTR, "metadata in extended attribute"}
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpci_hotplug_core.c67 struct attribute *attr, char *buf)
70 struct hotplug_slot_attribute *attribute = to_hotplug_attr(attr); local
71 return attribute->show ? attribute->show(slot, buf) : -EIO;
75 struct attribute *attr, const char *buf, size_t len)
78 struct hotplug_slot_attribute *attribute = to_hotplug_attr(attr); local
79 return attribute->store ? attribute->store(slot, buf, len) : -EIO;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c255 struct attribute attr;
262 static ssize_t sq_sysfs_show(struct kobject *kobj, struct attribute *attr,
273 static ssize_t sq_sysfs_store(struct kobject *kobj, struct attribute *attr,
319 static struct attribute *sq_sysfs_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/power/
H A Dsysfs.c145 static struct attribute * power_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_sysfs_driver.c28 * @_name: name of attribute
31 * Generates store function for a sysfs loglevel attribute of zfcp driver.
84 static struct attribute *zfcp_driver_attrs[] = {
H A Dzfcp_sysfs_unit.c38 * @_name: name of show attribute
42 * Generates attribute for a unit.
72 * Store function of the "failed" attribute of a unit.
110 * Show function of "failed" attribute of unit. Will be
128 static struct attribute *zfcp_unit_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dksysfs.c68 static struct attribute * kernel_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Ddict.c111 error("rc_read_dictionary: invalid attribute on line %d of dictionary %s",
181 /* Create a new attribute for the list */
225 error("rc_read_dictionary: invalid attribute length on line %d of dictionary %s",
289 * Purpose: Return the full attribute structure based on the
290 * attribute id number and vendor code. If vendor code is VENDOR_NONE,
295 DICT_ATTR *rc_dict_getattr (int attribute, int vendor) argument
303 if (attr->value == attribute) {
315 if (attr->value == attribute) {
327 * Purpose: Return the full attribute structure based on the
328 * attribute nam
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_sysfs_if.c24 struct attribute attr;
170 struct attribute * attr, char * buf)
179 struct attribute * attr,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbcontrol.c410 uint32 attribute; local
420 attribute = PRINTER_NOTIFY_COMMENT;
422 attribute = PRINTER_NOTIFY_PORT_NAME;
424 attribute = PRINTER_NOTIFY_DRIVER_NAME;
431 notify_printer_byname(argv[2], attribute, argv[4]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfmhd.c996 unsigned int attribute, need_recal = 1; local
1007 for (attribute = 0; attribute < 3; attribute++) {
1008 while (mingeo[attribute] != maxgeo[attribute]) {
1011 variable = (maxgeo[attribute] + mingeo[attribute]) >> 1;
1031 switch (attribute) {
1053 mingeo[attribute]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c144 struct attribute attr;
152 struct attribute *attr, char *buffer)
163 static ssize_t memctrl_dev_store(struct kobject *kobj, struct attribute *attr,
221 .default_attrs = (struct attribute **) memctrl_attr,
310 struct attribute attr;
317 static ssize_t edac_pci_dev_show(struct kobject *kobj, struct attribute *attr,
329 struct attribute *attr, const char *buffer, size_t count)
385 .default_attrs = (struct attribute **) edac_pci_attr,
616 /* Set of more default csrow<id> attribute show/store functions */
669 /* show function for dynamic chX_ce_count attribute */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dipl.c214 static void make_attrs_ro(struct attribute **attrs)
358 static struct attribute *ipl_fcp_attrs[] = {
389 static struct attribute *ipl_ccw_attrs[] = {
404 static struct attribute *ipl_nss_attrs[] = {
416 static struct attribute *ipl_unknown_attrs[] = {
444 static struct attribute *reipl_fcp_attrs[] = {
511 static struct attribute *reipl_ccw_attrs[] = {
527 static struct attribute *reipl_nss_attrs[] = {
616 static struct attribute *dump_fcp_attrs[] = {
635 static struct attribute *dump_ccw_attr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dad7418.c202 static struct attribute *ad7416_attributes[] = {
209 static struct attribute *ad7417_attributes[] = {
220 static struct attribute *ad7418_attributes[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.h165 byte attribute; member in struct:_diva_man_var_header
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A Dfw-device.h35 struct attribute *attrs[11];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dsys.c35 sysdev_show(struct kobject * kobj, struct attribute * attr, char * buffer)
47 sysdev_store(struct kobject * kobj, struct attribute * attr,
86 static ssize_t sysdev_class_show(struct kobject *kobj, struct attribute *attr,
97 static ssize_t sysdev_class_store(struct kobject *kobj, struct attribute *attr,
H A Dtopology.c84 static struct attribute *default_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dtherm_throt.c58 static struct attribute *thermal_throttle_attrs[] = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dirda.h93 #define IRLMP_IAS_SET 2 /* Set an attribute in local IAS */
94 #define IRLMP_IAS_QUERY 3 /* Query remote IAS for attribute */
99 #define IRLMP_IAS_GET 8 /* Get an attribute from local IAS */
100 #define IRLMP_IAS_DEL 9 /* Remove attribute from local IAS */
159 } attribute; member in struct:irda_ias_set

Completed in 245 milliseconds

12345678910