/freebsd/usr.sbin/bsdconfig/ |
H A D | bsdconfig | 75 local cmd_list # Calculated below 84 cmd_list=$( 109 cmd_list=$( printf "%s\n%s\n" \ 110 "$cmd_list" "$alt_cmd_list" | sort -u ) 117 longest_cmd=$( echo "$cmd_list" | f_longest_line_length ) 144 cmd_list=$( eval "$( echo "$cmd_list" |
|
/freebsd/usr.sbin/apmd/ |
H A D | apmdparse.y | 71 %type <evcmd> cmd_list 92 : APMEVENT event_list BEGINBLOCK cmd_list ENDBLOCK 123 BEGINBLOCK cmd_list ENDBLOCK 144 cmd_list 149 | cmd_list cmd
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_list.cpp | 133 cli::cmd_list::cmd_list(void) : in cmd_list() function in cli::cmd_list 151 cli::cmd_list::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, in run()
|
H A D | cmd_list.hpp | 53 class cmd_list : public cli_command class 56 cmd_list(void);
|
H A D | Makefile.am.inc | 45 libcli_a_SOURCES += cli/cmd_list.cpp 46 libcli_a_SOURCES += cli/cmd_list.hpp
|
H A D | main.cpp | 193 commands.insert(new cli::cmd_list(), "Workspace"); in safe_main()
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_misc.h | 67 TAILQ_INSERT_TAIL(&(con)->cmd_list, (cmd), next); \ 73 TAILQ_REMOVE(&((cmd)->con->cmd_list), (cmd), next); \
|
H A D | ng_l2cap_misc.c | 142 TAILQ_INIT(&con->cmd_list); in ng_l2cap_new_con() 274 while (!TAILQ_EMPTY(&con->cmd_list)) { in ng_l2cap_free_con() 275 ng_l2cap_cmd_p cmd = TAILQ_FIRST(&con->cmd_list); in ng_l2cap_free_con() 426 f = TAILQ_FIRST(&ch->con->cmd_list); in ng_l2cap_free_chan() 487 TAILQ_FOREACH(cmd, &con->cmd_list, next) { in ng_l2cap_cmd_by_ident()
|
H A D | ng_l2cap_cmds.c | 72 TAILQ_FOREACH(cmd, &con->cmd_list, next) { in ng_l2cap_con_wakeup() 256 while (!TAILQ_EMPTY(&con->cmd_list)) { in ng_l2cap_con_fail() 257 cmd = TAILQ_FIRST(&con->cmd_list); in ng_l2cap_con_fail()
|
H A D | ng_l2cap_var.h | 125 TAILQ_HEAD(, ng_l2cap_cmd) cmd_list; /* pending L2CAP cmds */
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | acpyacc.y | 124 : cmd_list 138 cmd_list 140 | cmd_list rawcmd
|
/freebsd/usr.bin/ar/ |
H A D | acpyacc.y | 121 : cmd_list 135 cmd_list 137 | cmd_list rawcmd
|
/freebsd/usr.sbin/certctl/ |
H A D | certctl.sh | 248 cmd_list() function 347 list) cmd_list ;;
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 125 %start cmd_list 129 cmd_list 131 | cmd_list cmd 136 | cmd_list rcmd
|
/freebsd/libexec/ftpd/ |
H A D | ftpcmd.y | 116 %start cmd_list 120 cmd_list 122 | cmd_list cmd 129 | cmd_list rcmd
|
/freebsd/sys/dev/mpi3mr/ |
H A D | mpi3mr.c | 4553 cm = sc->cmd_list[host_tag]; in mpi3mr_process_op_reply_desc() 4987 sc->cmd_list = malloc(sizeof(struct mpi3mr_cmd *) * sc->max_host_ios, in mpi3mr_alloc_requests() 4990 if (!sc->cmd_list) { in mpi3mr_alloc_requests() 4996 sc->cmd_list[i] = malloc(sizeof(struct mpi3mr_cmd), in mpi3mr_alloc_requests() 4998 if (!sc->cmd_list[i]) { in mpi3mr_alloc_requests() 5000 free(sc->cmd_list[j], M_MPI3MR); in mpi3mr_alloc_requests() 5001 free(sc->cmd_list, M_MPI3MR); in mpi3mr_alloc_requests() 5002 sc->cmd_list = NULL; in mpi3mr_alloc_requests() 5008 cmd = sc->cmd_list[i]; in mpi3mr_alloc_requests() 5318 if (sc->cmd_list) { in mpi3mr_free_mem() [all …]
|
H A D | mpi3mr.h | 569 struct mpi3mr_cmd **cmd_list; member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.h | 52 osal_list_t cmd_list; member
|
H A D | ecore_mcp.c | 158 OSAL_LIST_PUSH_HEAD(&p_cmd_elem->list, &p_hwfn->mcp_info->cmd_list); in ecore_mcp_cmd_add_elem() 167 OSAL_LIST_REMOVE_ENTRY(&p_cmd_elem->list, &p_hwfn->mcp_info->cmd_list); in ecore_mcp_cmd_del_elem() 177 OSAL_LIST_FOR_EACH_ENTRY(p_cmd_elem, &p_hwfn->mcp_info->cmd_list, list, in ecore_mcp_cmd_get_elem() 196 &p_hwfn->mcp_info->cmd_list, list, in ecore_mcp_free() 324 OSAL_LIST_INIT(&p_info->cmd_list); in ecore_mcp_cmd_init() 423 if (!OSAL_LIST_IS_EMPTY(&p_hwfn->mcp_info->cmd_list)) { in ecore_mcp_has_pending_cmd() 424 p_cmd_elem = OSAL_LIST_FIRST_ENTRY(&p_hwfn->mcp_info->cmd_list, in ecore_mcp_has_pending_cmd()
|