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

/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.h1611 static int ng_constructor(node_p);
1613 static int ng_constructor(node_p *);
H A Dif_lmc.c4987 static int ng_constructor(node_p node) { return EINVAL; } function
4989 static int ng_constructor(node_p *node) { return EINVAL; } function
5220 .constructor = ng_constructor,
5257 * This is effectively ng_constructor.

Completed in 221 milliseconds