Lines Matching refs:arg
50 static int nl_valid_handler_verbose(struct nl_msg *msg, void *arg) in nl_valid_handler_verbose() argument
52 FILE *ofd = arg ? arg : stdout; in nl_valid_handler_verbose()
61 static int nl_invalid_handler_verbose(struct nl_msg *msg, void *arg) in nl_invalid_handler_verbose() argument
63 FILE *ofd = arg ? arg : stderr; in nl_invalid_handler_verbose()
72 static int nl_overrun_handler_verbose(struct nl_msg *msg, void *arg) in nl_overrun_handler_verbose() argument
74 FILE *ofd = arg ? arg : stderr; in nl_overrun_handler_verbose()
84 struct nlmsgerr *e, void *arg) in nl_error_handler_verbose() argument
86 FILE *ofd = arg ? arg : stderr; in nl_error_handler_verbose()
96 static int nl_valid_handler_debug(struct nl_msg *msg, void *arg) in nl_valid_handler_debug() argument
98 FILE *ofd = arg ? arg : stderr; in nl_valid_handler_debug()
107 static int nl_finish_handler_debug(struct nl_msg *msg, void *arg) in nl_finish_handler_debug() argument
109 FILE *ofd = arg ? arg : stderr; in nl_finish_handler_debug()
118 static int nl_msg_in_handler_debug(struct nl_msg *msg, void *arg) in nl_msg_in_handler_debug() argument
120 FILE *ofd = arg ? arg : stderr; in nl_msg_in_handler_debug()
128 static int nl_msg_out_handler_debug(struct nl_msg *msg, void *arg) in nl_msg_out_handler_debug() argument
130 FILE *ofd = arg ? arg : stderr; in nl_msg_out_handler_debug()
138 static int nl_skipped_handler_debug(struct nl_msg *msg, void *arg) in nl_skipped_handler_debug() argument
140 FILE *ofd = arg ? arg : stderr; in nl_skipped_handler_debug()
149 static int nl_ack_handler_debug(struct nl_msg *msg, void *arg) in nl_ack_handler_debug() argument
151 FILE *ofd = arg ? arg : stderr; in nl_ack_handler_debug()
286 nl_recvmsg_msg_cb_t func, void *arg) in nl_cb_set() argument
296 cb->cb_args[type] = arg; in nl_cb_set()
299 cb->cb_args[type] = arg; in nl_cb_set()
315 nl_recvmsg_msg_cb_t func, void *arg) in nl_cb_set_all() argument
320 err = nl_cb_set(cb, i, kind, func, arg); in nl_cb_set_all()
336 nl_recvmsg_err_cb_t func, void *arg) in nl_cb_err() argument
343 cb->cb_err_arg = arg; in nl_cb_err()
346 cb->cb_err_arg = arg; in nl_cb_err()