Searched refs:destroy_cmd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sbin/devd/tests/ |
| H A D | client_test.c | 53 char destroy_cmd[95]; in create_two_events() local 63 snprintf(destroy_cmd, nitems(destroy_cmd), "mdconfig -d -u %s", mdname); in create_two_events() 64 destroy_stdout = popen(destroy_cmd, "r"); in create_two_events()
|
| /freebsd-13.1/sys/contrib/ena-com/ |
| H A D | ena_com.c | 940 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local 945 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq() 952 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq() 956 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq() 960 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq() 961 sizeof(destroy_cmd), in ena_com_destroy_io_sq() 1550 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local 1554 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq() 1556 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq() 1560 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_cq() [all …]
|