Searched refs:attrib (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirias_object.c70 /* Locking notes : the attrib spinlock has lower precendence
72 * while holding any attrib spinlock (risk of deadlock). Jean II */
88 * Function irias_delete_attrib (attrib)
93 static void __irias_delete_attrib(struct ias_attrib *attrib) argument
95 IRDA_ASSERT(attrib != NULL, return;);
96 IRDA_ASSERT(attrib->magic == IAS_ATTRIB_MAGIC, return;);
98 kfree(attrib->name);
100 irias_delete_value(attrib->value);
101 attrib->magic = ~IAS_ATTRIB_MAGIC;
103 kfree(attrib);
154 irias_delete_attrib(struct ias_object *obj, struct ias_attrib *attrib, int cleanobject) argument
221 struct ias_attrib *attrib; local
241 irias_add_attrib(struct ias_object *obj, struct ias_attrib *attrib, int owner) argument
266 struct ias_attrib *attrib; local
317 struct ias_attrib *attrib; local
359 struct ias_attrib *attrib; local
401 struct ias_attrib *attrib; local
[all...]
H A Diriap.c640 struct ias_attrib *attrib; local
676 attrib = irias_find_attrib(obj, attr);
677 if (attrib == NULL) {
687 attrib->value);
1015 struct ias_attrib *attrib; local
1023 * All other uses of attrib spinlock are independent of
1028 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
1029 attrib != NULL;
1030 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
1032 IRDA_ASSERT(attrib
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_attr.c69 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
94 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
113 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
122 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value(attrs, i);
128 if (OBJ_obj2nid(attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num(attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
H A Dp12_kiss.c231 ASN1_TYPE *attrib; local
235 if ((attrib = PKCS12_get_attr(bag, NID_friendlyName)))
236 fname = attrib->value.bmpstring;
238 if ((attrib = PKCS12_get_attr(bag, NID_localKeyID)))
239 lkid = attrib->value.octet_string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_attr.c68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
123 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
128 if (OBJ_obj2nid (attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
H A Dp12_kiss.c207 ASN1_TYPE *attrib; local
210 if ((attrib = PKCS12_get_attr (bag, NID_friendlyName)))
211 fname = attrib->value.bmpstring;
213 if ((attrib = PKCS12_get_attr (bag, NID_localKeyID))) {
214 lkey = attrib->value.octet_string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_attr.c69 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
94 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
113 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
122 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value(attrs, i);
128 if (OBJ_obj2nid(attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num(attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
H A Dp12_kiss.c231 ASN1_TYPE *attrib; local
235 if ((attrib = PKCS12_get_attr(bag, NID_friendlyName)))
236 fname = attrib->value.bmpstring;
238 if ((attrib = PKCS12_get_attr(bag, NID_localKeyID)))
239 lkid = attrib->value.octet_string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dkevent.c33 #define _PL_DUMP(attrib) \
34 if (events == attrib) \
35 strcat(&buf[0], " "#attrib);
62 #define PE_DUMP(attrib) \
63 if (evt->portev_source == attrib) \
64 strcat(&buf[0], #attrib);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/
H A Dkevent.c58 #define KEVFFL_DUMP(attrib) \
59 if (kev->fflags & attrib) \
60 strncat(buf, #attrib" ", 64);
94 #define KEVFL_DUMP(attrib) \
95 if (kev->flags & attrib) \
96 strncat(buf, #attrib" ", 64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dswiven.h25 unsigned int execaddr, int attrib);
29 unsigned int *execaddr, int *length, int *attrib);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dswiven.h25 unsigned int execaddr, int attrib);
29 unsigned int *execaddr, int *length, int *attrib);
H A Driscos.h68 int attrib; member in struct:__anon7682
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpidebug.c145 u16 attrib = 0; local
165 attrib = HPI_CTL_ATTR(UNIVERSAL, 1);
167 attrib = phm->u.c.attribute;
174 if (is_control && (attrib & 0xFF00)) {
175 int control_type = (attrib & 0xFF00) >> 8;
176 int attr_index = HPI_CTL_ATTR_INDEX(attrib);
194 index, attrib);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A DMakefile5 ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A DMakefile.am5 attrib.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dkevent.c51 #define KEVFFL_DUMP(attrib) \
52 if (kev->fflags & attrib) \
53 strncat(buf, #attrib" ", 64);
84 #define KEVFL_DUMP(attrib) \
85 if (kev->flags & attrib) \
86 strncat(buf, #attrib" ", 64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddirmgl.cpp163 if ( !(m_flags & wxDIR_FILES) && !(data.attrib & PM_FILE_DIRECTORY) )
168 else if ( !(m_flags & wxDIR_DIRS) && (data.attrib & PM_FILE_DIRECTORY) )
174 matches = m_flags & wxDIR_HIDDEN ? true : !(data.attrib & PM_FILE_HIDDEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_device.c79 struct edac_dev_sysfs_block_attribute *dev_attrib, *attrib_p, *attrib; local
91 * (instance,block,attrib) from the start of an allocated structure.
92 * We want the alignment of each item (instance,block,attrib)
109 * which will become the start of the attrib array, if any.
212 attrib = &attrib_p[attr];
214 /* populate the unique per attrib
217 attrib->attr = attrib_spec[attr].attr;
218 attrib->show = attrib_spec[attr].show;
219 attrib->store = attrib_spec[attr].store;
221 attrib
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A D44x_tlb.c119 static u32 kvmppc_44x_tlb_shadow_attrib(u32 attrib, int usermode) argument
122 attrib &= PPC44x_TLB_PERM_MASK|PPC44x_TLB_UATTR_MASK;
127 attrib &= ~PPC44x_TLB_USER_PERM_MASK;
128 attrib |= (attrib & PPC44x_TLB_SUPER_PERM_MASK) << 3;
132 attrib |= PPC44x_TLB_SX|PPC44x_TLB_SR|PPC44x_TLB_SW;
135 attrib |= PPC44x_TLB_M;
137 return attrib;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dwrapper.c30 u16 attrib; local
38 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB));
39 if (!(attrib & HFSP_WRAP_ATTRIB_SLOCK) ||
40 !(attrib & HFSP_WRAP_ATTRIB_SPARED))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dwrapper.c67 u16 attrib; local
75 attrib = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ATTRIB));
76 if (!(attrib & HFSP_WRAP_ATTRIB_SLOCK) ||
77 !(attrib & HFSP_WRAP_ATTRIB_SPARED))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_stat.c44 *isdirp = fInfo.attrib == _FA_DIR ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirias_object.h84 int irias_delete_attrib(struct ias_object *obj, struct ias_attrib *attrib,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfs/
H A Dmdb.c76 __be16 attrib; local
204 attrib = mdb->drAtrb;
205 if (!(attrib & cpu_to_be16(HFS_SB_ATTRIB_UNMNT))) {
210 if ((attrib & cpu_to_be16(HFS_SB_ATTRIB_SLOCK))) {
216 attrib &= cpu_to_be16(~HFS_SB_ATTRIB_UNMNT);
217 attrib |= cpu_to_be16(HFS_SB_ATTRIB_INCNSTNT);
218 mdb->drAtrb = attrib;

Completed in 263 milliseconds

1234