| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | debugfs.h | 68 #define MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 73 argtype *arg = file->private_data; \ 83 #define _MVM_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 84 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 92 #define _MVM_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument 93 MVM_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 67 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument 69 argtype *arg; \ 117 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument 118 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 127 #define FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ argument 132 argtype *arg = \ 143 #define _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name, buflen, argtype) \ argument 144 FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ 145 FWRT_DEBUGFS_WRITE_WRAPPER(name, buflen, argtype) \ 155 #define _FWRT_DEBUGFS_WRITE_FILE_OPS(name, buflen, argtype) \ argument [all …]
|
| /OK3568_Linux_fs/buildroot/package/fakeroot/ |
| H A D | 0001-fix-prototype-generation.patch | 22 argtype=$3; 46 print "extern " ret " (*NEXT_" MACRO "_NOARG)" argtype ";" > headerfile; 47 print ret " (*NEXT_" MACRO "_NOARG)" argtype "=TMP_" MACRO ";"> deffile;
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 556 .p_encode = nlm4_xdr_enc_##argtype, \ 558 .p_arglen = NLM4_##argtype##_sz, \
|
| H A D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xdmcp.c | 1336 get_addr_by_name(const char *argtype, in get_addr_by_name() argument 1377 argtype, namestr); in get_addr_by_name() 1386 FatalError("Xserver: %s: %s %s\n", gai_strerror(gaierr), argtype, in get_addr_by_name() 1399 FatalError("Xserver: %s unknown host: %s\n", argtype, namestr); in get_addr_by_name() 1408 FatalError("Xserver: %s host on strange network %s\n", argtype, in get_addr_by_name()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs2xdr.c | 1121 #define PROC(proc, argtype, restype, timer) \ argument 1124 .p_encode = nfs2_xdr_enc_##argtype, \ 1126 .p_arglen = NFS_##argtype##_sz, \
|
| H A D | nfs3xdr.c | 2503 #define PROC(proc, argtype, restype, timer) \ argument 2506 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2508 .p_arglen = NFS3_##argtype##args_sz, \
|
| H A D | nfs4xdr.c | 7520 #define PROC(proc, argtype, restype) \ argument 7523 .p_encode = nfs4_xdr_##argtype, \ 7525 .p_arglen = NFS4_##argtype##_sz, \ 7537 #define PROC41(proc, argtype, restype) \ argument 7538 PROC(proc, argtype, restype) 7540 #define PROC41(proc, argtype, restype) \ argument 7545 #define PROC42(proc, argtype, restype) \ argument 7546 PROC(proc, argtype, restype) 7548 #define PROC42(proc, argtype, restype) \ argument
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4callback.c | 768 #define PROC(proc, call, argtype, restype) \ argument 771 .p_encode = nfs4_xdr_enc_##argtype, \ 773 .p_arglen = NFS4_enc_##argtype##_sz, \
|