Searched refs:rtp2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_resource.c418 struct rtprio rtp2; local
423 pri_to_rtp(tdp, &rtp2);
424 if (rtp2.type < rtp.type ||
425 (rtp2.type == rtp.type &&
426 rtp2.prio < rtp.prio)) {
427 rtp.type = rtp2.type;
428 rtp.prio = rtp2.prio;
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c190 int rtp2; member in struct:isp_pcisoftc
512 pcs->rtp2 = SYS_RES_MEMORY;
514 pcs->regs2 = bus_alloc_resource_any(dev, pcs->rtp2, &pcs->rgd2,
649 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2);
686 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2);

Completed in 171 milliseconds