Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/drivers/md/
Ddm-flakey.c49 static struct dm_arg _args[] = { in parse_features() local
153 static struct dm_arg _args[] = { in flakey_ctr() local
Ddm-mpath.c514 static struct dm_arg _args[] = { in parse_path_selector() local
614 static struct dm_arg _args[] = { in parse_priority_group() local
690 static struct dm_arg _args[] = { in parse_hw_handler() local
740 static struct dm_arg _args[] = { in parse_features() local
787 static struct dm_arg _args[] = { in multipath_ctr() local
Ddm-crypt.c1583 static struct dm_arg _args[] = { in crypt_ctr() local
Ddm-thin.c1643 static struct dm_arg _args[] = { in parse_pool_features() local
/linux-3.3/drivers/misc/sgi-xp/
Dxpc.h297 #define XPC_UNPACK_ARG1(_args) (((u64)_args) & 0xffffffff) argument
298 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) argument
/linux-3.3/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h1569 #define QLCDB(adapter, lvl, _fmt, _args...) do { \ argument