Home
last modified time | relevance | path

Searched refs:destroy_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sbin/devd/tests/
H A Dclient_test.c53 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-12.1/sys/contrib/ena-com/
H A Dena_com.c797 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local
802 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq()
809 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq()
813 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq()
817 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq()
818 sizeof(destroy_cmd), in ena_com_destroy_io_sq()
1407 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local
1411 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq()
1413 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq()
1417 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_cq()
[all …]