Searched refs:pd_list (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_device.h228 LIST_HEAD(,usb_fs_privdata) pd_list; member in struct:usb_device
H A Dusb_device.c1883 LIST_INIT(&udev->pd_list);
2210 KASSERT(LIST_FIRST(&udev->pd_list) == NULL, ("stale cdev entries"));
2257 LIST_INSERT_HEAD(&udev->pd_list, pd, pd_next);
2268 while ((pd = LIST_FIRST(&udev->pd_list)) != NULL) {
2361 KASSERT(LIST_FIRST(&udev->pd_list) == NULL, ("leaked cdev entries"));
/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h291 struct worklist pd_list; /* page buffer */ member in struct:pagedep
292 # define pd_state pd_list.wk_state /* check for multiple I/O starts */
H A Dffs_softdep.c2257 WORKLIST_INSERT(&bp->b_dep, &(*pagedeppp)->pd_list);
2265 workitem_alloc(&pagedep->pd_list, D_PAGEDEP, mp);
2283 WORKLIST_INSERT(&bp->b_dep, &pagedep->pd_list);
9104 if (inodedep_lookup(pagedep->pd_list.wk_mp, dap->da_newinum,
12308 WORKLIST_REMOVE(&pagedep->pd_list);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_cam.c288 sc->pd_list[device_id].driveState != MR_PD_STATE_SYSTEM) {
1219 sc->pd_list[device_id].driveType == 0x00) {
H A Dmrsas.c2467 memset(sc->pd_list, 0,
4642 * Use mutext/spinlock if pd_list component size increase more than
4645 memcpy(sc->pd_list, sc->local_pd_list, sizeof(sc->local_pd_list));
H A Dmrsas.h3584 struct mrsas_pd_list pd_list[MRSAS_MAX_PD]; member in struct:mrsas_softc

Completed in 293 milliseconds