Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_misc.c133 os_create_semaphore(const char *name, int value, struct sema *sema) in os_create_semaphore() function
H A Dsmartpqi_prototypes.h285 int os_create_semaphore(const char *, int,struct sema *);
H A Dsmartpqi_init.c800 ret = os_create_semaphore("scan_lock", 1, &softs->scan_lock); in pqisrc_init()