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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvc4proc.c455 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
469 PROC(null, void, void, void, void, 1),
470 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
471 PROC(lock, lockargs, res, args, res, Ck+St),
472 PROC(cancel, cancargs, res, args, res, Ck+St),
473 PROC(unlock, unlockargs, res, args, res, Ck+St),
474 PROC(granted, testargs, res, args, res, Ck+St),
475 PROC(test_msg, testargs, norep, args, void, 1),
476 PROC(lock_msg, lockargs, norep, args, void, 1),
477 PROC(cancel_ms
[all...]
H A Dsvcproc.c486 #define PROC(name, xargt, xrest, argt, rest, respsize) \ macro
502 PROC(null, void, void, void, void, 1),
503 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
504 PROC(lock, lockargs, res, args, res, Ck+St),
505 PROC(cancel, cancargs, res, args, res, Ck+St),
506 PROC(unlock, unlockargs, res, args, res, Ck+St),
507 PROC(granted, testargs, res, args, res, Ck+St),
508 PROC(test_msg, testargs, norep, args, void, 1),
509 PROC(lock_msg, lockargs, norep, args, void, 1),
510 PROC(cancel_ms
[all...]
H A Dxdr.c538 #define PROC(proc, argtype, restype) \ macro
550 PROC(TEST, testargs, testres),
551 PROC(LOCK, lockargs, res),
552 PROC(CANCEL, cancargs, res),
553 PROC(UNLOCK, unlockargs, res),
554 PROC(GRANTED, testargs, res),
555 PROC(TEST_MSG, testargs, norep),
556 PROC(LOCK_MSG, lockargs, norep),
557 PROC(CANCEL_MSG, cancargs, norep),
558 PROC(UNLOCK_MS
[all...]
H A Dxdr4.c550 #define PROC(proc, argtype, restype) \ macro
562 PROC(TEST, testargs, testres),
563 PROC(LOCK, lockargs, res),
564 PROC(CANCEL, cancargs, res),
565 PROC(UNLOCK, unlockargs, res),
566 PROC(GRANTED, testargs, res),
567 PROC(TEST_MSG, testargs, norep),
568 PROC(LOCK_MSG, lockargs, norep),
569 PROC(CANCEL_MSG, cancargs, norep),
570 PROC(UNLOCK_MS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dpariscid.pl29 .PROC
40 .PROC
52 .PROC
97 .PROC
142 .PROC
175 .PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dpariscid.pl29 .PROC
40 .PROC
52 .PROC
97 .PROC
142 .PROC
175 .PROC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs2acl.c323 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
341 PROC(null, void, void, void, RC_NOCACHE, ST),
342 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
343 PROC(setacl, setacl, attrstat, attrstat, RC_NOCACHE, ST+AT),
344 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
345 PROC(access, access, access, access, RC_NOCACHE, ST+AT+1),
H A Dnfs3acl.c235 #define PROC(name, argt, rest, relt, cache, respsize) \ macro
253 PROC(null, void, void, void, RC_NOCACHE, ST),
254 PROC(getacl, getacl, getacl, getacl, RC_NOCACHE, ST+1+2*(1+ACL)),
255 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
H A Dnfs4callback.c418 #define PROC(proc, call, argtype, restype) \ macro
430 PROC(CB_NULL, NULL, enc_cb_null, dec_cb_null),
431 PROC(CB_RECALL, COMPOUND, enc_cb_recall, dec_cb_recall),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs3xdr.c1138 #define PROC(proc, argtype, restype, timer) \ macro
1151 PROC(GETATTR, fhandle, attrstat, 1),
1152 PROC(SETATTR, sattrargs, wccstat, 0),
1153 PROC(LOOKUP, diropargs, lookupres, 2),
1154 PROC(ACCESS, accessargs, accessres, 1),
1155 PROC(READLINK, readlinkargs, readlinkres, 3),
1156 PROC(READ, readargs, readres, 3),
1157 PROC(WRITE, writeargs, writeres, 4),
1158 PROC(CREATE, createargs, createres, 0),
1159 PROC(MKDI
[all...]
H A Dnfs2xdr.c723 #define PROC(proc, argtype, restype, timer) \ macro
735 PROC(GETATTR, fhandle, attrstat, 1),
736 PROC(SETATTR, sattrargs, attrstat, 0),
737 PROC(LOOKUP, diropargs, diropres, 2),
738 PROC(READLINK, readlinkargs, readlinkres, 3),
739 PROC(READ, readargs, readres, 3),
740 PROC(WRITE, writeargs, writeres, 4),
741 PROC(CREATE, createargs, diropres, 0),
742 PROC(REMOVE, removeargs, stat, 0),
743 PROC(RENAM
[all...]
H A Dnfs4xdr.c5881 #define PROC(proc, argtype, restype) \ macro
5893 PROC(READ, enc_read, dec_read),
5894 PROC(WRITE, enc_write, dec_write),
5895 PROC(COMMIT, enc_commit, dec_commit),
5896 PROC(OPEN, enc_open, dec_open),
5897 PROC(OPEN_CONFIRM, enc_open_confirm, dec_open_confirm),
5898 PROC(OPEN_NOATTR, enc_open_noattr, dec_open_noattr),
5899 PROC(OPEN_DOWNGRADE, enc_open_downgrade, dec_open_downgrade),
5900 PROC(CLOSE, enc_close, dec_close),
5901 PROC(SETATT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink.pl82 \$lazy$i PROC NEAR
176 EXTERN OPENSSL_Uplink:PROC
181 \$lazy$i PROC
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink.pl82 \$lazy$i PROC NEAR
176 EXTERN OPENSSL_Uplink:PROC
181 \$lazy$i PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86ms.pl272 _$func PROC NEAR
289 _$func PROC NEAR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-parisc.pl145 .PROC
249 .PROC
293 .PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl145 .PROC
249 .PROC
293 .PROC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c113 ipath_cdbg(PROC,
220 ipath_cdbg(PROC, "port %u flags %x %llx %llx %llx\n",
625 ipath_cdbg(PROC, "p%u tries to set key 0, not allowed\n",
712 ipath_cdbg(PROC, "p%u set key %x in #%d, "
746 ipath_cdbg(PROC, "%sabling rcv for unit %u port %u:%u\n",
1614 ipath_cdbg(PROC, "%s[%u] opened unit:port %u:%u\n",
1697 ipath_cdbg(PROC, "%s[%u] affinity set for "
1706 ipath_cdbg(PROC,"%s[%u] %d chips, %d cpus, "
1750 ipath_cdbg(PROC,
1807 ipath_cdbg(PROC,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm92 _match_init PROC
103 _longest_match PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm92 _match_init PROC
103 _longest_match PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-parisc.pl154 .PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm40 longest_match PROC
508 match_init PROC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl154 .PROC

Completed in 186 milliseconds

123