Home
last modified time | relevance | path

Searched refs:hidx (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dcmd-show-prompt-history.c58 u_int tidx, hidx; in cmd_show_prompt_history_exec() local
85 for (hidx = 0; hidx < status_prompt_hsize[tidx]; in cmd_show_prompt_history_exec()
86 hidx++) { in cmd_show_prompt_history_exec()
87 cmdq_print(item, "%d: %s", hidx + 1, in cmd_show_prompt_history_exec()
88 status_prompt_hlist[tidx][hidx]); in cmd_show_prompt_history_exec()
100 for (hidx = 0; hidx < status_prompt_hsize[type]; hidx++) { in cmd_show_prompt_history_exec()
101 cmdq_print(item, "%d: %s", hidx + 1, in cmd_show_prompt_history_exec()
102 status_prompt_hlist[type][hidx]); in cmd_show_prompt_history_exec()
/netbsd/src/sys/dev/sbus/
Disp_sbus.c494 uint32_t nsegs, hidx; in isp_sbus_dmasetup() local
497 hidx = isp_handle_index(isp, rq->req_handle); in isp_sbus_dmasetup()
498 if (hidx == ISP_BAD_HANDLE_INDEX) { in isp_sbus_dmasetup()
502 dmap = sbc->sbus_dmamap[hidx]; in isp_sbus_dmasetup()
548 uint32_t hidx; in isp_sbus_dmateardown() local
550 hidx = isp_handle_index(isp, handle); in isp_sbus_dmateardown()
551 if (hidx == ISP_BAD_HANDLE_INDEX) { in isp_sbus_dmateardown()
555 dmap = sbc->sbus_dmamap[hidx]; in isp_sbus_dmateardown()
/netbsd/src/sys/dev/pci/
Disp_pci.c1329 uint32_t nsegs, hidx; in isp_pci_dmasetup() local
1332 hidx = isp_handle_index(isp, rq->req_handle); in isp_pci_dmasetup()
1333 if (hidx == ISP_BAD_HANDLE_INDEX) { in isp_pci_dmasetup()
1337 dmap = pcs->pci_xfer_dmap[hidx]; in isp_pci_dmasetup()
1414 uint32_t hidx; in isp_pci_dmateardown() local
1417 hidx = isp_handle_index(isp, handle); in isp_pci_dmateardown()
1418 if (hidx == ISP_BAD_HANDLE_INDEX) { in isp_pci_dmateardown()
1422 dmap = pcs->pci_xfer_dmap[hidx]; in isp_pci_dmateardown()
Dif_vtereg.h297 uint16_t hidx; member