Home
last modified time | relevance | path

Searched refs:ARG_IN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c2601 { "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 Ddbus_new_helpers.h48 enum dbus_arg_direction { ARG_IN, ARG_OUT }; enumerator
56 #define END_ARGS { NULL, NULL, ARG_IN }
H A Ddbus_new_introspect.c78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : in add_entry()
H A Ddbus_new_helpers.c134 if (arg->dir == ARG_IN) { in is_signature_correct()