Home
last modified time | relevance | path

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

/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c220 static d_open_t agtiapi_open; variable
232 .d_open = agtiapi_open,
247 int agtiapi_open( struct cdev *dev, int oflags, int devtype, struct thread *td ) in agtiapi_open() function