Searched refs:send_cmd (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/tpm2/ |
| A D | tpm2.py | 381 def send_cmd(self, cmd): member in Client 421 rsp = self.send_cmd(cmd) 455 self.send_cmd(cmd) 512 self.send_cmd(cmd) 522 self.send_cmd(cmd) 542 self.send_cmd(cmd) 625 rsp = self.send_cmd(cmd) 666 rsp = self.send_cmd(cmd) 687 self.send_cmd(cmd) 699 rsp = self.send_cmd(cmd)[10:] [all …]
|
| A D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /tools/accounting/ |
| A D | getdelays.c | 118 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 175 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 465 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 490 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 505 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 607 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| A D | procacct.c | 125 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 182 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 339 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 397 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| A D | delaytop.c | 280 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 339 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 485 if (send_cmd(nl_sd, family_id, getpid(), TASKSTATS_CMD_GET, in fetch_and_fill_task_info() 637 if (send_cmd(nl_sd, family_id, getpid(), CGROUPSTATS_CMD_GET, in get_container_stats()
|
| /tools/perf/ |
| A D | builtin-daemon.c | 1360 static int send_cmd(struct daemon *daemon, union cmd *cmd) in send_cmd() function 1412 return send_cmd(daemon, &cmd); in send_cmd_list() 1441 return send_cmd(daemon, &cmd); in __cmd_signal() 1464 return send_cmd(daemon, &cmd); in __cmd_stop() 1491 return send_cmd(daemon, &cmd); in __cmd_ping()
|
Completed in 15 milliseconds