Searched refs:attributes (Results 101 - 125 of 366) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dhfsplus_raw.h96 __be32 attributes; member in struct:hfsplus_vh
129 /* HFS+ volume attributes */
170 __be32 attributes; member in struct:hfs_btree_header_rec
174 /* BTree attributes */
H A Dbrec.c39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) {
152 if (tree->attributes & HFS_TREE_VARIDXKEYS)
366 if (tree->attributes & HFS_TREE_VARIDXKEYS)
487 tree->attributes & HFS_TREE_VARIDXKEYS)
493 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/Documentation/
H A Dasciidoc.conf13 [attributes]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c259 pthread_mutexattr_t attributes; local
261 if (pthread_mutexattr_init (&attributes) != 0)
263 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)
265 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0)
267 if (pthread_mutexattr_destroy (&attributes) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c258 pthread_mutexattr_t attributes; local
260 if (pthread_mutexattr_init (&attributes) != 0)
262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)
264 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0)
266 if (pthread_mutexattr_destroy (&attributes) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c258 pthread_mutexattr_t attributes; local
260 if (pthread_mutexattr_init (&attributes) != 0)
262 if (pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE) != 0)
264 if (pthread_mutex_init (&lock->recmutex, &attributes) != 0)
266 if (pthread_mutexattr_destroy (&attributes) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Ddir.c188 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT);
198 info.attributes = old_nwattr;
225 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT);
231 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT);
246 do not set attributes on old file - it no longer exists
247 copy attributes from old file to new */
254 info.attributes = old_nwattr;
259 info.attributes = new_nwattr;
879 dev_t rdev, __le32 attributes)
907 attributes |
878 ncp_create_new(struct inode *dir, struct dentry *dentry, int mode, dev_t rdev, __le32 attributes) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextctrl.tex341 Clears the list style from the given range, clearing list-related attributes and applying any named paragraph style associated with each paragraph.
712 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
716 of combining base style, paragraph style and character style attributes. To get the character
736 Gets the attributes common to the specified range. Attributes that differ in value within the range will
763 Gets the attributes at the given position. The wxRichTextAttr version is generally more efficient
766 This function gets the {\it uncombined style} - that is, the attributes associated with the
767 paragraph or character content, and not necessarily the combined attributes you see on the
768 screen. To get the combined attributes, use \helpref{GetStyle}{wxrichtextctrlgetstyle}.
771 the paragraph attributes. Otherwise, it will return the character attributes
[all...]
H A Drichtextattr.tex3 wxRichTextAttr represents the character and paragraph attributes, or style,
12 wxRichTextAttr stores attributes without a wxFont object, so is a more
46 what attributes will be considered when setting the attributes
162 Applies the attributes in {\it style} to the original object, but not those attributes from {\it style} that are the same as those in {\it compareWith} (if passed).
170 Combines 'this' with {\it style}, but not applying attributes from {\it style} that are the same as those in {\it compareWith} (if passed).
179 Creates a font from the font attributes.
199 Only valid for attributes with wxTEXT\_ATTR\_BULLET\_SYMBOL.
248 Returns flags indicating which attributes ar
[all...]
H A Dtextattrex.tex3 wxTextAttrEx is an extended version of wxTextAttr with more paragraph attributes.
8 cross-platform API for text controls that support attributes.
49 what attributes will be considered when setting the attributes
166 Only valid for attributes with wxTEXT\_ATTR\_BULLET\_SYMBOL.
370 Returns \false if we have any attributes set, \true otherwise.
385 Only valid for attributes with wxTEXT\_ATTR\_BULLET\_SYMBOL.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c60 struct attribute **attributes; local
70 /* Initialize sysfs attributes */
83 /* Create array of pointers to the attributes */
84 attributes = kzalloc(sizeof(struct attribute *) * (NUM_ATTRIBUTES + 1),
86 attributes[0] = &vendor_attribute->dev_attr.attr;
90 attr_group->attrs = attributes;
96 struct attribute **attributes = ftl->disk_attributes->attrs; local
99 for (i = 0; attributes[i] ; i++) {
101 struct device_attribute *dev_attr = container_of(attributes[i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-glade.c417 const char **attributes)
441 const char **attp = attributes;
456 const char **attp = attributes;
416 start_element_handler(void *userData, const char *name, const char **attributes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_lib.c326 ret->attributes=NULL;
467 if (x->attributes)
468 sk_X509_ATTRIBUTE_pop_free(x->attributes, X509_ATTRIBUTE_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DSAX2.h119 const xmlChar **attributes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DSAX2.h119 const xmlChar **attributes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp53 desc.attributes = aa ? DFFA_NONE : DFFA_MONOCHROME;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dbefs_fs_types.h185 befs_disk_inode_addr attributes; member in struct:__anon16495
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.in.h119 const xmlChar **attributes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX2.h119 const xmlChar **attributes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dheader.S91 # Kernel attributes; used by setup. This is part 1 of the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.in.h119 const xmlChar **attributes);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c32 chtype attributes[] = { variable
166 /* Setup color attributes */
168 attributes[i] = C_ATTR(color_table[i][2], i + 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dutil.c35 chtype attributes[] = variable
175 /* Setup color attributes */
177 attributes[i] = C_ATTR (color_table[i][2], i + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks-table.h287 .attributes = 0,
304 .attributes = UAC_EP_CS_ATTR_FILL_MAX,
588 .attributes = 0,
605 .attributes = 0,
801 .attributes = 0,
818 .attributes = 0,
2284 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c231 data->attributes.operation = private->attrib.operation;
238 data->attributes.operation = private->attrib.operation;
243 data->attributes.operation = DASD_BYPASS_CACHE;
251 data->attributes.operation = DASD_BYPASS_CACHE;
260 data->attributes.mode = 0x3; /* ECKD */
275 if (data->attributes.operation == DASD_SEQ_PRESTAGE ||
276 data->attributes.operation == DASD_SEQ_ACCESS) {
477 dedata->attributes.operation = basepriv->attrib.operation;
481 dedata->attributes.operation = basepriv->attrib.operation;
489 dedata->attributes
[all...]

Completed in 424 milliseconds

1234567891011>>