Searched refs:hdev (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/fs/cuse/ |
| HD | cuse.c | 107 TAILQ_HEAD(, cuse_server_dev) hdev; 660 while ((pcsd = TAILQ_FIRST(&pcs->hdev)) != NULL) { in cuse_server_free() 661 TAILQ_REMOVE(&pcs->hdev, pcsd, entry); in cuse_server_free() 700 TAILQ_INIT(&pcs->hdev); in cuse_server_open() 1192 TAILQ_INSERT_TAIL(&pcs->hdev, pcsd, entry); in cuse_server_ioctl() 1207 pcsd = TAILQ_FIRST(&pcs->hdev); in cuse_server_ioctl() 1210 TAILQ_REMOVE(&pcs->hdev, pcsd, entry); in cuse_server_ioctl() 1215 pcsd = TAILQ_FIRST(&pcs->hdev); in cuse_server_ioctl()
|
| /NextBSD/sys/dev/usb/controller/ |
| HD | xhci.c | 1361 struct xhci_hw_dev *hdev; in xhci_set_address() local 1375 hdev = &sc->sc_hw.devs[index]; in xhci_set_address() 1382 switch (hdev->state) { in xhci_set_address() 1386 hdev->state = XHCI_ST_ENABLED; in xhci_set_address() 1432 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address() 1454 usbd_get_page(&hdev->device_pc, 0, &buf_dev); in xhci_set_address() 1456 usb_pc_cpu_invalidate(&hdev->device_pc); in xhci_set_address() 1464 hdev->state = XHCI_ST_ADDRESSED; in xhci_set_address() 1466 hdev->state = XHCI_ST_DEFAULT; in xhci_set_address()
|