Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/privcmd/
H A Dprivcmd.c78 static d_open_t privcmd_open; variable
85 .d_open = privcmd_open,
545 privcmd_open(struct cdev *dev, int flag, int otyp, struct thread *td) in privcmd_open() function