Home
last modified time | relevance | path

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

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