Searched refs:ex (Results 101 - 125 of 398) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddlmglue.c752 "Lockres %s has %u ex holders\n",
1614 int ex,
1617 int level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
1893 int ocfs2_file_lock(struct file *file, int ex, int trylock) argument
1895 int ret, level = ex ? DLM_LOCK_EX : DLM_LOCK_PR;
1984 mlog(0, "Lock: \"%s\" ex: %d, trylock: %d, returns: %d\n",
1985 lockres->l_name, ex, trylock, ret);
2357 int ex,
2373 ex ? "EXMODE" : "PRMODE");
2380 if (ex)
1612 ocfs2_create_new_lock(struct ocfs2_super *osb, struct ocfs2_lock_res *lockres, int ex, int local) argument
2355 ocfs2_inode_lock_full_nested(struct inode *inode, struct buffer_head **ret_bh, int ex, int arg_flags, int subclass) argument
2488 ocfs2_inode_lock_with_page(struct inode *inode, struct buffer_head **ret_bh, int ex, struct page *page) argument
2544 ocfs2_inode_unlock(struct inode *inode, int ex) argument
2605 ocfs2_super_lock(struct ocfs2_super *osb, int ex) argument
2649 ocfs2_super_unlock(struct ocfs2_super *osb, int ex) argument
2685 ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex) argument
2704 ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex) argument
2713 ocfs2_dentry_lock(struct dentry *dentry, int ex) argument
2735 ocfs2_dentry_unlock(struct dentry *dentry, int ex) argument
3834 ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
3891 ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
3926 ocfs2_refcount_lock(struct ocfs2_refcount_tree *ref_tree, int ex) argument
3947 ocfs2_refcount_unlock(struct ocfs2_refcount_tree *ref_tree, int ex) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_purp.c273 int X509_supported_extension(X509_EXTENSION *ex) argument
299 ex_nid = OBJ_obj2nid(X509_EXTENSION_get_object(ex));
319 X509_EXTENSION *ex; local
425 ex = X509_get_ext(x, i);
426 if (!X509_EXTENSION_get_critical(ex))
428 if (!X509_supported_extension(ex))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h297 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
298 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
300 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
301 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
726 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
728 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
H A Dx509.h601 #define X509_EXTENSION_dup(ex) (X509_EXTENSION *)ASN1_dup( \
603 (char *(*)())d2i_X509_EXTENSION,(char *)ex)
861 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1129 X509_EXTENSION *ex, int loc); variable
1137 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
1148 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
1159 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
1164 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
1166 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
1168 int X509_EXTENSION_set_object(X509_EXTENSION *ex,ASN1_OBJEC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1t.h297 #define ASN1_IMP_EX(stname, field, type, tag, ex) \
298 ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type)
300 #define ASN1_EXP_EX(stname, field, type, tag, ex) \
301 ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type)
726 #define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \
728 ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_ud.c97 wc.ex.imm_data = swqe->wr.ex.imm_data;
336 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
473 wc.ex.imm_data = *(__be32 *) data;
476 wc.ex.imm_data = ohdr->u.ud.imm_data;
480 wc.ex.imm_data = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_uc.c119 ohdr->u.imm_data = wqe->wr.ex.imm_data;
148 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data;
177 ohdr->u.imm_data = wqe->wr.ex.imm_data;
202 ohdr->u.imm_data = wqe->wr.ex.imm_data;
389 wc.ex.imm_data = ohdr->u.imm_data;
474 wc.ex.imm_data = ohdr->u.imm_data;
H A Dqib_ud.c128 wc.ex.imm_data = swqe->wr.ex.imm_data;
333 ohdr->u.ud.imm_data = wqe->wr.ex.imm_data;
513 wc.ex.imm_data = ohdr->u.ud.imm_data;
517 wc.ex.imm_data = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_att.c88 X509_ATTRIBUTE *ex; local
97 ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
98 if (OBJ_cmp(ex->object, obj) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_att.c88 X509_ATTRIBUTE *ex; local
97 ex=sk_X509_ATTRIBUTE_value(sk,lastpos);
98 if (OBJ_cmp(ex->object,obj) == 0)
H A Dx509.h601 #define X509_EXTENSION_dup(ex) (X509_EXTENSION *)ASN1_dup( \
603 (char *(*)())d2i_X509_EXTENSION,(char *)ex)
861 X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex);
1129 X509_EXTENSION *ex, int loc); variable
1137 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
1148 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc);
1159 int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc);
1164 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
1166 X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex,
1168 int X509_EXTENSION_set_object(X509_EXTENSION *ex,ASN1_OBJEC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_att.c88 X509_ATTRIBUTE *ex; local
97 ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
98 if (OBJ_cmp(ex->object, obj) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Delf.h146 #define SET_PERSONALITY(ex) set_personality(PER_LINUX)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dbinfmt_elf32.c88 #define SET_PERSONALITY(ex) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/asm/
H A Delf.h118 #define SET_PERSONALITY(ex) do ; while(0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Delf.h192 #define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpoll.h87 unsigned long *in, *out, *ex; member in struct:__anon18024
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Delf.h140 #define SET_PERSONALITY(ex) set_personality(PER_LINUX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_utils.c388 int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc) argument
390 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c337 #define FDS_EX(fds, n) (fds->ex + n)
429 inp = fds->in; outp = fds->out; exp = fds->ex;
433 unsigned long in, out, ex, all_bits, bit = 1, mask, j; local
438 in = *inp++; out = *outp++; ex = *exp++;
439 all_bits = in | out | ex;
470 if ((mask & POLLEX_SET) && (ex & bit)) {
548 * We need 6 bitmaps (in/out/ex for both incoming and outgoing),
563 fds.ex = bits + 2*size;
570 (ret = get_fd_set(n, exp, fds.ex)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_utils.c388 int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc) argument
390 return X509v3_add_ext(&a->extensions, ex, loc) != NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhw_breakpoint.c372 unsigned long ex = lookup_exception_vector(); local
375 notify_die(DIE_BREAKPOINT, "breakpoint", regs, 0, ex, SIGTRAP);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes.c370 int num=0,j,k,l,rem,ll,len,last,ex=0; local
490 ex=1;
567 ex=1;
570 if (ex) {
575 ex=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes.c357 int num = 0, j, k, l, rem, ll, len, last, ex = 0; local
463 ex = 1;
526 ex = 1;
528 if (ex) {
533 ex = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes.c357 int num = 0, j, k, l, rem, ll, len, last, ex = 0; local
463 ex = 1;
526 ex = 1;
528 if (ex) {
533 ex = 0;

Completed in 183 milliseconds

1234567891011>>