Home
last modified time | relevance | path

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

/freebsd/sbin/devd/tests/
H A Dclient_test.c50 char destroy_cmd[95]; in create_two_events() local
60 snprintf(destroy_cmd, nitems(destroy_cmd), "mdconfig -d -u %s", mdname); in create_two_events()
61 destroy_stdout = popen(destroy_cmd, "r"); in create_two_events()
/freebsd/sys/contrib/ena-com/
H A Dena_com.c967 struct ena_admin_aq_destroy_sq_cmd destroy_cmd; in ena_com_destroy_io_sq() local
972 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_sq()
979 destroy_cmd.sq.sq_identity |= (direction << in ena_com_destroy_io_sq()
983 destroy_cmd.sq.sq_idx = io_sq->idx; in ena_com_destroy_io_sq()
984 destroy_cmd.aq_common_descriptor.opcode = ENA_ADMIN_DESTROY_SQ; in ena_com_destroy_io_sq()
987 (struct ena_admin_aq_entry *)&destroy_cmd, in ena_com_destroy_io_sq()
988 sizeof(destroy_cmd), in ena_com_destroy_io_sq()
1569 struct ena_admin_aq_destroy_cq_cmd destroy_cmd; in ena_com_destroy_io_cq() local
1573 memset(&destroy_cmd, 0x0, sizeof(destroy_cmd)); in ena_com_destroy_io_cq()
1575 destroy_cmd.cq_idx = io_cq->idx; in ena_com_destroy_io_cq()
[all …]