Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/xen/privcmd/
H A Dprivcmd.c79 static d_open_t privcmd_open; variable
86 .d_open = privcmd_open,
546 privcmd_open(struct cdev *dev, int flag, int otyp, struct thread *td) in privcmd_open() function