Searched refs:ARG_IN (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2601 { "args", "a{sv}", ARG_IN }, 2609 { "path", "o", ARG_IN }, 2616 { "ifname", "s", ARG_IN }, 3304 { "args", "a{sv}", ARG_IN }, 3324 { "args", "a{sv}", ARG_IN }, 3350 { "path", "o", ARG_IN }, 3363 { "path", "o", ARG_IN }, 3370 { "path", "o", ARG_IN }, 3371 { "field", "s", ARG_IN }, 3372 { "value", "s", ARG_IN }, [all …]
|
H A D | dbus_new_helpers.h | 48 enum dbus_arg_direction { ARG_IN, ARG_OUT }; enumerator 56 #define END_ARGS { NULL, NULL, ARG_IN }
|
H A D | dbus_new_introspect.c | 78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : in add_entry()
|
H A D | dbus_new_helpers.c | 134 if (arg->dir == ARG_IN) { in is_signature_correct()
|