Searched defs:who (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/tools/gn/tutorial/
H A Dhello.cc9 void Hello(const char* who) { argument
10 printf("Hello, %s.\n", who);
/external/iproute2/ip/
H A Dipprefix.c36 int print_prefix(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dipmonitor.c37 int accept_msg(const struct sockaddr_nl *who, argument
48 print_route(who, n, arg);
52 ll_remember_index(who, n, NULL);
55 print_linkinfo(who, n, arg);
61 print_addrinfo(who, n, arg);
67 print_addrlabel(who, n, arg);
73 print_neigh(who, n, arg);
79 print_prefix(who, n, arg);
85 print_rule(who, n, arg);
H A Drtmon.c48 static int dump_msg(const struct sockaddr_nl *who, struct nlmsghdr *n, argument
H A Dipaddrlabel.c57 int print_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
193 static int flush_addrlabel(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
H A Dipneigh.c184 int print_neigh(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
/external/iproute2/tc/
H A Dtc_monitor.c38 int accept_tcmsg(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) argument
43 print_filter(who, n, arg);
47 print_class(who, n, arg);
51 print_qdisc(who, n, arg);
56 print_action(who, n, arg);
H A Dtc_class.c151 int print_class(const struct sockaddr_nl *who, argument
H A Dtc_filter.c184 int print_filter(const struct sockaddr_nl *who, argument
H A Dtc_qdisc.c197 int print_qdisc(const struct sockaddr_nl *who, argument
/external/iproute2/genl/
H A Dgenl.c39 static int print_nofopt(const struct sockaddr_nl *who, struct nlmsghdr *n, argument
H A Dctrl.c180 static int print_ctrl(const struct sockaddr_nl *who, struct nlmsghdr *n, argument
/external/libnl/include/netlink/genl/
H A Dmngt.h27 struct sockaddr_nl * who; member in struct:genl_info
/external/libnl/lib/genl/
H A Dmngt.c93 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
120 .who = who,
/external/libnl/lib/netfilter/
H A Dlog_msg.c169 static int log_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqueue_msg.c148 static int queue_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/iproute2/lib/
H A Dll_map.c47 int ll_remember_index(const struct sockaddr_nl *who, argument
/external/libnl/lib/
H A Dhandlers.c83 static int nl_error_handler_verbose(struct sockaddr_nl *who, argument
/external/libnl/lib/route/
H A Dclass.c30 static int class_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dcls.c38 static int cls_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dqdisc.c98 static int qdisc_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Droute.c30 static int route_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/valgrind/main/none/tests/amd64/
H A DredundantRexW.c39 void pp_XMMRegs ( char* who, XMMRegs* regs ) { argument
41 printf ("%s (xmms in order [15..0]) {\n", who );
50 void pp_Mem ( char* who, Mem* mem ) { argument
52 printf ("%s (dqws in order [15 .. 0]) {\n", who );
95 void after_test ( char* who, XMMRegs* regs, Mem* mem ) { argument
102 sprintf(s, "after \"%s\"", who );
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubbies.js238 * @param {*} who Client of the device.
242 Gnubbies.prototype.addClient = function(which, who, cb) {
247 function opened(gnubby, who, cb) {
250 self.removeClient(gnubby, who);
253 gnubby.registerClient(who);
281 this.removeClient(null, who);
302 opened(gnubby, client.who, client.cb);
310 opened(gnubby, who, cb);
312 var opener = {who: who, c
[all...]
/external/fio/
H A Dlibfio.c237 int fio_set_fd_nonblocking(int fd, const char *who) argument
243 log_err("fio: %s failed to get file flags: %s\n", who, strerror(errno));
249 log_err("fio: %s failed to get file flags: %s\n", who, strerror(errno));

Completed in 317 milliseconds

123