Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.h68 #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 Ddebugfs.c67 #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 D0001-fix-prototype-generation.patch22 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 Dclnt4xdr.c553 #define PROC(proc, argtype, restype) \ argument
556 .p_encode = nlm4_xdr_enc_##argtype, \
558 .p_arglen = NLM4_##argtype##_sz, \
H A Dclntxdr.c551 #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 Dxdmcp.c1336 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 Dnfs2xdr.c1121 #define PROC(proc, argtype, restype, timer) \ argument
1124 .p_encode = nfs2_xdr_enc_##argtype, \
1126 .p_arglen = NFS_##argtype##_sz, \
H A Dnfs3xdr.c2503 #define PROC(proc, argtype, restype, timer) \ argument
2506 .p_encode = nfs3_xdr_enc_##argtype##3args, \
2508 .p_arglen = NFS3_##argtype##args_sz, \
H A Dnfs4xdr.c7520 #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 Dnfs4callback.c768 #define PROC(proc, call, argtype, restype) \ argument
771 .p_encode = nfs4_xdr_enc_##argtype, \
773 .p_arglen = NFS4_enc_##argtype##_sz, \