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

/freebsd-current/sys/dev/proto/
H A Dproto.h32 #define PROTO_RES_UNUSED 0 macro
H A Dproto_core.c53 CTASSERT(SYS_RES_IRQ != PROTO_RES_UNUSED &&
54 SYS_RES_DRQ != PROTO_RES_UNUSED &&
55 SYS_RES_MEMORY != PROTO_RES_UNUSED &&
56 SYS_RES_IOPORT != PROTO_RES_UNUSED);
95 if (type == PROTO_RES_UNUSED)
265 r->r_type = PROTO_RES_UNUSED;

Completed in 108 milliseconds