Home
last modified time | relevance | path

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

/freebsd/sys/geom/virstor/
H A Dg_virstor.c139 static void invalid_call(void);
775 gp->start = (void *)invalid_call; /* XXX: hacked up so the */ in g_virstor_taste()
776 gp->access = (void *)invalid_call; /* compiler doesn't complain. */ in g_virstor_taste()
777 gp->orphan = (void *)invalid_call; /* I really want these to fail. */ in g_virstor_taste()
1868 invalid_call(void) in invalid_call() function