Home
last modified time | relevance | path

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

/freebsd/sys/dev/proto/
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) in proto_add_resource()
265 r->r_type = PROTO_RES_UNUSED; in proto_detach()
H A Dproto.h32 #define PROTO_RES_UNUSED 0 macro