Searched refs:args (Results 101 - 125 of 2507) sorted by relevance

1234567891011>>

/linux-master/fs/nfs/
H A Dcallback_proc.c31 struct cb_getattrargs *args = argp; local
46 inode = nfs_delegation_find_inode(cps->clp, &args->fh);
50 trace_nfs4_cb_getattr(cps->clp, &args->fh, NULL,
65 args->bitmap[0];
67 args->bitmap[1];
71 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status));
81 struct cb_recallargs *args = argp; local
93 inode = nfs_delegation_find_inode(cps->clp, &args->fh);
97 trace_nfs4_cb_recall(cps->clp, &args->fh, NULL,
98 &args
245 initiate_file_draining(struct nfs_client *clp, struct cb_layoutrecallargs *args, struct cb_process_state *cps) argument
316 initiate_bulk_draining(struct nfs_client *clp, struct cb_layoutrecallargs *args) argument
330 do_callback_layoutrecall(struct nfs_client *clp, struct cb_layoutrecallargs *args, struct cb_process_state *cps) argument
342 struct cb_layoutrecallargs *args = argp; local
353 struct cb_layoutrecallargs args; local
365 struct cb_devicenotifyargs *args = argp; local
406 validate_seqid(const struct nfs4_slot_table *tbl, const struct nfs4_slot *slot, const struct cb_sequenceargs * args) argument
497 struct cb_sequenceargs *args = argp; local
604 struct cb_recallanyargs *args = argp; local
651 struct cb_recallslotargs *args = argp; local
677 struct cb_notify_lock_args *args = argp; local
693 nfs4_copy_cb_args(struct nfs4_copy_state *cp_state, struct cb_offloadargs *args) argument
709 struct cb_offloadargs *args = data; local
[all...]
/linux-master/arch/alpha/lib/
H A Dsrm_printk.c13 va_list args; local
17 va_start(args, fmt);
18 len = vsprintf(buf, fmt, args);
19 va_end(args);
/linux-master/drivers/usb/host/
H A Dxhci-dbg.c26 va_list args; local
28 va_start(args, fmt);
30 vaf.va = &args;
33 va_end(args);
/linux-master/drivers/media/usb/dvb-usb/
H A Ddtt200u.h17 #define deb_info(args...) dprintk(dvb_usb_dtt200u_debug,0x01,args)
18 #define deb_xfer(args...) dprintk(dvb_usb_dtt200u_debug,0x02,args)
/linux-master/drivers/crypto/cavium/zip/
H A Dcommon.h173 #define zip_err(fmt, args...) pr_err("ZIP ERR:%s():%d: " \
174 fmt "\n", __func__, __LINE__, ## args)
178 #define zip_msg(fmt, args...) pr_info("ZIP_MSG:" fmt "\n", ## args)
180 #define zip_msg(fmt, args...)
192 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
193 fmt "\n", FILE_NAME, __func__, __LINE__, ## args)
197 #define zip_dbg(fmt, args...) pr_info("ZIP DBG: %s: %s() : %d: " \
198 fmt "\n", FILE_NAME, __func__, __LINE__, ## args)
202 #define zip_dbg(fmt, args
[all...]
/linux-master/drivers/s390/cio/
H A Dcio_debug.h16 #define CIO_MSG_EVENT(imp, args...) do { \
17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \
20 #define CIO_CRW_EVENT(imp, args...) do { \
21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.h15 struct drm_mode_create_dumb *args);
/linux-master/tools/verification/dot2/
H A Ddot2c24 args = parser.parse_args()
25 d = dot2c.Dot2c(args.dot_file)
/linux-master/tools/include/tools/
H A Ddis-asm-compat.h22 va_list args; local
27 va_start(args, fmt);
28 r = vfprintf(out, fmt, args);
29 va_end(args);
/linux-master/kernel/printk/
H A Dprintk_safe.c29 asmlinkage int vprintk(const char *fmt, va_list args) argument
34 return vkdb_printf(KDB_MSGSRC_PRINTK, fmt, args);
42 return vprintk_deferred(fmt, args);
45 return vprintk_default(fmt, args);
/linux-master/arch/x86/xen/
H A Dmulticalls.h13 void *args; member in struct:multicall_space
16 /* Allocate room for a multicall and its args */
17 struct multicall_space __xen_mc_entry(size_t args);
33 static inline struct multicall_space xen_mc_entry(size_t args) argument
36 return __xen_mc_entry(args);
64 * command on success, or NULL on failure, and args pointing to the
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h48 void xfs_attr_shortform_create(struct xfs_da_args *args);
49 void xfs_attr_shortform_add(struct xfs_da_args *args, int forkoff);
50 int xfs_attr_shortform_getvalue(struct xfs_da_args *args);
51 int xfs_attr_shortform_to_leaf(struct xfs_da_args *args);
52 int xfs_attr_sf_removename(struct xfs_da_args *args);
53 struct xfs_attr_sf_entry *xfs_attr_sf_findname(struct xfs_da_args *args);
63 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
65 struct xfs_da_args *args, int forkoff);
66 int xfs_attr3_leaf_clearflag(struct xfs_da_args *args);
67 int xfs_attr3_leaf_setflag(struct xfs_da_args *args);
[all...]
/linux-master/security/apparmor/include/
H A Dprocattr.h15 int aa_setprocattr_changehat(char *args, size_t size, int flags);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebug.c16 va_list args; local
18 va_start(args, fmt);
19 vaf.va = &args;
22 va_end(args);
31 va_list args; local
33 va_start(args, fmt);
34 vaf.va = &args;
37 va_end(args);
46 va_list args; local
48 va_start(args, fm
62 va_list args; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_i2c.c42 PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION args; local
48 memset(&args, 0, sizeof(args));
62 args.ucRegIndex = 0;
64 args.ucRegIndex = buf[0];
69 args.lpI2CDataOut = cpu_to_le16(out);
71 args.ucRegIndex = 0;
72 args.lpI2CDataOut = 0;
75 args.ucFlag = flags;
76 args
[all...]
/linux-master/arch/x86/include/asm/
H A Dsyscall.h83 unsigned long *args)
85 memcpy(args, &regs->bx, 6 * sizeof(args[0]));
97 unsigned long *args)
101 *args++ = regs->bx;
102 *args++ = regs->cx;
103 *args++ = regs->dx;
104 *args++ = regs->si;
105 *args++ = regs->di;
106 *args
81 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
95 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
[all...]
/linux-master/drivers/scsi/esas2r/
H A Desas2r_log.h81 #define esas2r_debug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args)
82 #define esas2r_hdebug(f, args ...) esas2r_log(ESAS2R_LOG_DEBG, f, ## args)
84 #define esas2r_debug(f, args ...)
85 #define esas2r_hdebug(f, args ...)
108 #define esas2r_trace(f, args ...) esas2r_log(ESAS2R_LOG_TRCE, "(%s:%s:%d): " \
110 ## args)
115 #define esas2r_trace(f, args ...)
/linux-master/arch/s390/include/asm/
H A Dkvm_para.h70 #define GENERATE_KVM_HYPERCALL_FUNC(args) \
72 long __kvm_hypercall##args(unsigned long nr HYPERCALL_PARM_##args) \
76 HYPERCALL_REGS_##args; \
81 : "d" (__nr) HYPERCALL_FMT_##args \
87 long kvm_hypercall##args(unsigned long nr HYPERCALL_PARM_##args) \
90 return __kvm_hypercall##args(nr HYPERCALL_ARGS_##args); \
/linux-master/drivers/platform/x86/
H A Dmxm-wmi.c26 u32 args; member in struct:mxds_args
32 struct mxds_args args = { local
34 .args = 0,
37 struct acpi_buffer input = { (acpi_size)sizeof(args), &args };
55 struct mxds_args args = { local
57 .args = 0,
60 struct acpi_buffer input = { (acpi_size)sizeof(args), &args };
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A Dthread_loop.c19 struct args { struct
27 struct args *a = arg;
60 struct args args[256]; local
79 args[i].loops = len;
80 args[i].th = new_thr(thrfn, &(args[i]));
83 pthread_join(args[i].th, &(args[i].ret));
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.sh31 local -r args="$@ -v 10000 -V 60000 -t 8000 -S 80000"
33 ./txtimestamp ${args} -4 -L 127.0.0.1
34 ./txtimestamp ${args} -6 -L ::1
38 local -r args=$@
40 run_test_v4v6 ${args} # tcp
41 run_test_v4v6 ${args} -u # udp
42 run_test_v4v6 ${args} -r # raw
43 run_test_v4v6 ${args} -R # raw (IPPROTO_RAW)
44 run_test_v4v6 ${args} -P # pf_packet
61 echo "Usage: $0 [ -r | --run ] <txtimestamp args> | [
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest.h157 va_list args; local
159 va_start(args, msg);
162 vprintf(msg, args);
163 va_end(args);
182 va_list args; local
186 va_start(args, msg);
189 vprintf(msg, args);
190 va_end(args);
196 va_list args; local
200 va_start(args, ms
222 va_list args; local
236 va_list args; local
251 va_list args; local
269 va_list args; local
344 va_list args; local
371 va_list args; local
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h637 #define ___bpf_ctx_cast2(x, args...) ___bpf_ctx_cast1(args), (void *)ctx[1]
638 #define ___bpf_ctx_cast3(x, args...) ___bpf_ctx_cast2(args), (void *)ctx[2]
639 #define ___bpf_ctx_cast4(x, args...) ___bpf_ctx_cast3(args), (void *)ctx[3]
640 #define ___bpf_ctx_cast5(x, args...) ___bpf_ctx_cast4(args), (void *)ctx[4]
641 #define ___bpf_ctx_cast6(x, args...) ___bpf_ctx_cast5(args), (voi
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.h156 /* NOTE: extra space before comma in 'fmt , ## args' is required for
158 #define CX18_DEBUG(x, type, fmt, args...) \
161 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
163 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args)
164 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args)
165 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args)
166 #define CX18_DEBUG_DMA(fmt, args
[all...]
/linux-master/fs/cachefiles/
H A Ddaemon.c61 int (*handler)(struct cachefiles_cache *cache, char *args);
284 char *data, *args, *cp; local
317 for (args = data; *args; args++)
318 if (isspace(*args))
320 if (*args) {
321 if (args == data)
323 *args = '\0';
324 args
392 cachefiles_daemon_range_error(struct cachefiles_cache *cache, char *args) argument
404 cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) argument
428 cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) argument
452 cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) argument
476 cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) argument
500 cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) argument
524 cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) argument
548 cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) argument
576 cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) argument
604 cachefiles_daemon_tag(struct cachefiles_cache *cache, char *args) argument
630 cachefiles_daemon_cull(struct cachefiles_cache *cache, char *args) argument
678 cachefiles_daemon_debug(struct cachefiles_cache *cache, char *args) argument
701 cachefiles_daemon_inuse(struct cachefiles_cache *cache, char *args) argument
748 cachefiles_daemon_bind(struct cachefiles_cache *cache, char *args) argument
[all...]

Completed in 253 milliseconds

1234567891011>>