Searched refs:PROC (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvc4proc.c477 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
491 PROC(null, void, void, void, void, 1),
492 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
493 PROC(lock, lockargs, res, args, res, Ck+St),
494 PROC(cancel, cancargs, res, args, res, Ck+St),
495 PROC(unlock, unlockargs, res, args, res, Ck+St),
496 PROC(granted, testargs, res, args, res, Ck+St),
497 PROC(test_msg, testargs, norep, args, void, 1),
498 PROC(lock_msg, lockargs, norep, args, void, 1),
499 PROC(cancel_ms
[all...]
H A Dsvcproc.c508 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
524 PROC(null, void, void, void, void, 1),
525 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
526 PROC(lock, lockargs, res, args, res, Ck+St),
527 PROC(cancel, cancargs, res, args, res, Ck+St),
528 PROC(unlock, unlockargs, res, args, res, Ck+St),
529 PROC(granted, testargs, res, args, res, Ck+St),
530 PROC(test_msg, testargs, norep, args, void, 1),
531 PROC(lock_msg, lockargs, norep, args, void, 1),
532 PROC(cancel_ms
[all...]
H A Dxdr.c542 #define PROC(proc, argtype, restype) \ macro
554 PROC(TEST, testargs, testres),
555 PROC(LOCK, lockargs, res),
556 PROC(CANCEL, cancargs, res),
557 PROC(UNLOCK, unlockargs, res),
558 PROC(GRANTED, testargs, res),
559 PROC(TEST_MSG, testargs, norep),
560 PROC(LOCK_MSG, lockargs, norep),
561 PROC(CANCEL_MSG, cancargs, norep),
562 PROC(UNLOCK_MS
[all...]
H A Dxdr4.c554 #define PROC(proc, argtype, restype) \ macro
566 PROC(TEST, testargs, testres),
567 PROC(LOCK, lockargs, res),
568 PROC(CANCEL, cancargs, res),
569 PROC(UNLOCK, unlockargs, res),
570 PROC(GRANTED, testargs, res),
571 PROC(TEST_MSG, testargs, norep),
572 PROC(LOCK_MSG, lockargs, norep),
573 PROC(CANCEL_MSG, cancargs, norep),
574 PROC(UNLOCK_MS
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dx86_64cpuid.pl11 OPENSSL_rdtsc PROC
20 OPENSSL_atomic_add PROC
32 OPENSSL_wipe_cpu PROC
49 OPENSSL_ia32_cpuid PROC
62 EXTRN OPENSSL_cpuid_setup:PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsproc.c536 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
553 PROC(null, void, void, none, RC_NOCACHE, ST),
554 PROC(getattr, fhandle, attrstat, fhandle, RC_NOCACHE, ST+AT),
555 PROC(setattr, sattrargs, attrstat, fhandle, RC_REPLBUFF, ST+AT),
556 PROC(none, void, void, none, RC_NOCACHE, ST),
557 PROC(lookup, diropargs, diropres, fhandle, RC_NOCACHE, ST+FH+AT),
558 PROC(readlink, readlinkargs, readlinkres, none, RC_NOCACHE, ST+1+NFS_MAXPATHLEN/4),
559 PROC(read, readargs, readres, fhandle, RC_NOCACHE, ST+AT+1+NFSSVC_MAXBLKSIZE_V2/4),
560 PROC(none, void, void, none, RC_NOCACHE, ST),
561 PROC(writ
[all...]
H A Dnfs3proc.c666 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
685 PROC(null, void, void, void, RC_NOCACHE, ST),
686 PROC(getattr, fhandle, attrstat, fhandle, RC_NOCACHE, ST+AT),
687 PROC(setattr, sattr, wccstat, fhandle, RC_REPLBUFF, ST+WC),
688 PROC(lookup, dirop, dirop, fhandle2, RC_NOCACHE, ST+FH+pAT+pAT),
689 PROC(access, access, access, fhandle, RC_NOCACHE, ST+pAT+1),
690 PROC(readlink, readlink, readlink, fhandle, RC_NOCACHE, ST+pAT+1+NFS3_MAXPATHLEN/4),
691 PROC(read, read, read, fhandle, RC_NOCACHE, ST+pAT+4+NFSSVC_MAXBLKSIZE/4),
692 PROC(write, write, write, fhandle, RC_REPLBUFF, ST+WC+4),
693 PROC(creat
[all...]
H A Dnfs2acl.c312 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
330 PROC(null, void, void, void, RC_NOCACHE, ST),
331 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
332 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
333 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
334 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
H A Dnfs3acl.c237 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
255 PROC(null, void, void, void, RC_NOCACHE, ST),
256 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
257 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
H A Dnfs4callback.c319 #define PROC(proc, call, argtype, restype) \ macro
331 PROC(CB_NULL, NULL, enc_cb_null, dec_cb_null),
332 PROC(CB_RECALL, COMPOUND, enc_cb_recall, dec_cb_recall),
H A Dnfs4proc.c1040 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
1063 PROC(null, void, void, void, RC_NOCACHE, 1),
1064 PROC(compound, compound, compound, compound, RC_NOCACHE, NFSD_BUFSIZE/4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Drpcb_clnt.c511 #define PROC(proc, argtype, restype) \ macro
528 PROC(SET, mapping, set),
529 PROC(UNSET, mapping, set),
530 PROC(GETADDR, mapping, getport),
534 PROC(SET, mapping, set),
535 PROC(UNSET, mapping, set),
536 PROC(GETADDR, getaddr, getaddr),
540 PROC(SET, mapping, set),
541 PROC(UNSET, mapping, set),
542 PROC(GETVERSADD
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3xdr.c1105 #define PROC(proc, argtype, restype, timer) \ macro
1118 PROC(GETATTR, fhandle, attrstat, 1),
1119 PROC(SETATTR, sattrargs, wccstat, 0),
1120 PROC(LOOKUP, diropargs, lookupres, 2),
1121 PROC(ACCESS, accessargs, accessres, 1),
1122 PROC(READLINK, readlinkargs, readlinkres, 3),
1123 PROC(READ, readargs, readres, 3),
1124 PROC(WRITE, writeargs, writeres, 4),
1125 PROC(CREATE, createargs, createres, 0),
1126 PROC(MKDI
[all...]
H A Dnfs2xdr.c689 #define PROC(proc, argtype, restype, timer) \ macro
701 PROC(GETATTR, fhandle, attrstat, 1),
702 PROC(SETATTR, sattrargs, attrstat, 0),
703 PROC(LOOKUP, diropargs, diropres, 2),
704 PROC(READLINK, readlinkargs, readlinkres, 3),
705 PROC(READ, readargs, readres, 3),
706 PROC(WRITE, writeargs, writeres, 4),
707 PROC(CREATE, createargs, diropres, 0),
708 PROC(REMOVE, diropargs, stat, 0),
709 PROC(RENAM
[all...]
H A Dnfs4xdr.c4548 #define PROC(proc, argtype, restype) \ macro
4560 PROC(READ, enc_read, dec_read),
4561 PROC(WRITE, enc_write, dec_write),
4562 PROC(COMMIT, enc_commit, dec_commit),
4563 PROC(OPEN, enc_open, dec_open),
4564 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
4565 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
4566 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
4567 PROC(CLOSE, enc_close, dec_close),
4568 PROC(SETATT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.pl82 \$lazy$i PROC NEAR
176 EXTERN OPENSSL_Uplink:PROC
181 \$lazy$i PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86ms.pl232 _$func PROC NEAR
250 _$func PROC NEAR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl272 _$func PROC NEAR
289 _$func PROC NEAR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c104 ipath_cdbg(PROC,
210 ipath_cdbg(PROC, "port %u flags %x %llx %llx %llx\n",
601 ipath_cdbg(PROC, "p%u tries to set key 0, not allowed\n",
688 ipath_cdbg(PROC, "p%u set key %x in #%d, "
722 ipath_cdbg(PROC, "%sabling rcv for unit %u port %u:%u\n",
1515 ipath_cdbg(PROC, "%s[%u] opened unit:port %u:%u\n",
1598 ipath_cdbg(PROC, "%s[%u] affinity set for "
1607 ipath_cdbg(PROC,"%s[%u] %d chips, %d cpus, "
1651 ipath_cdbg(PROC,
1706 ipath_cdbg(PROC,
[all...]
H A Dipath_iba6120.c1295 ipath_cdbg(PROC, "Intel processor, forcing WC order\n");
1298 ipath_cdbg(PROC, "Not Intel processor, WC ordered\n");
1306 ipath_cdbg(PROC, "IBA6120 Rev2, allow multiple PBC write\n");
1308 ipath_cdbg(PROC, "IBA6120 Rev2, allow loose DMA alignment\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-amd64.pl87 RC4 PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm92 _match_init PROC
103 _longest_match PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm92 _match_init PROC
103 _longest_match PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc.s16 .PROC
224 .PROC
416 .PROC
575 .PROC
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm40 longest_match PROC
508 match_init PROC

Completed in 149 milliseconds

12