Searched refs:devclose (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/kern/
H A Dspec_vnops.c461 int (*devclose)(dev_t, int, int, struct proc *);
496 devclose = cdevsw[major(dev)].d_close;
526 devclose = bdevsw[major(dev)].d_close;
538 error = (*devclose)(dev, ap->a_fflag, mode, p);
/openbsd-current/sys/arch/macppc/stand/
H A Dofdev.c118 devclose(struct open_file *of) function
137 devclose,
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c168 devclose(struct open_file *of) function
192 devclose,

Completed in 127 milliseconds