Searched refs:uath_cmd_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h102 struct uath_cmd_lock { struct
209 struct uath_cmd_lock rlock;
210 struct uath_cmd_lock wlock;
H A Duath.c248 static void uath_cmd_lock_init(struct uath_cmd_lock *);
249 static void uath_cmd_lock_destroy(struct uath_cmd_lock *);
250 static int uath_cmd_lock_wait(struct uath_cmd_lock *, clock_t);
251 static void uath_cmd_lock_signal(struct uath_cmd_lock *);
1044 * uath_cmd_lock: a special signal structure that is used for notification
1048 /* Initializes the uath_cmd_lock structure. */
1050 uath_cmd_lock_init(struct uath_cmd_lock *lock)
1060 uath_cmd_lock_destroy(struct uath_cmd_lock *lock)
1072 uath_cmd_lock_wait(struct uath_cmd_lock *lock, clock_t timeout)
1102 uath_cmd_lock_signal(struct uath_cmd_lock *loc
[all...]

Completed in 233 milliseconds