Home
last modified time | relevance | path

Searched defs:op_name (Results 1 – 8 of 8) sorted by relevance

/linux/tools/net/ynl/pyynl/
H A Dethtool.py16 def args_to_req(ynl, op_name, args, req): argument
76 def doit(ynl, args, op_name): argument
89 def dumpit(ynl, args, op_name, extra = {}): argument
/linux/include/linux/
H A Dgenl_magic_struct.h127 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument
131 #define GENL_op(op_name, op_num, handler, tla_list) \ argument
139 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
142 #define GENL_op(op_name, op_num, handler, attr_list) argument
181 #define GENL_op(op_name, op_num, handler, attr_list) \ argument
185 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument
198 #define GENL_op(op_name, op_num, handler, attr_list) argument
201 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
H A Dgenl_magic_func.h18 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
21 #define GENL_op(op_name, op_num, handler, tla_list) argument
217 #define GENL_op(op_name, op_num, handler, tla_list) \ in CONCATENATE() argument
233 #define GENL_op(op_name, op_num, handler, tla_list) \ argument
245 #define GENL_op(op_name, op_num, handler, tla_list) argument
320 #define GENL_op(op_name, op_num, handler, tla_list) argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverifier_log.c50 char *exp_log, prog_name[16], op_name[32]; in verif_log_subtest() local
274 char *exp_log, op_name[32]; in verif_btf_log_subtest() local
/linux/fs/orangefs/
H A Dwaitqueue.c66 const char *op_name, in service_operation()
/linux/tools/testing/selftests/mm/
H A Dvm_util.h59 static inline void skip_test_dodgy_fs(const char *op_name) in skip_test_dodgy_fs()
/linux/arch/sparc/include/uapi/asm/
H A Dopenpromio.h55 char __user *op_name; /* Pointer to the property name. */ member
/linux/drivers/block/
H A Dxen-blkfront.c426 static const char *op_name(int op) in op_name() function