Searched defs:SQLOCK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h145 #define SQLOCK (const char *)"/var/spool/locks/LCK.SQ" macro
153 #define SQLOCK (const char *)"/var/spool/uucp/LCK.SQ" macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h233 #define SQLOCK "/var/spool/locks/LCK.SQ" macro
240 #define SQLOCK "/var/spool/uucp/LCK.SQ" macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h188 #define SQLOCK "/var/spool/locks/LCK.SQ" macro
195 #define SQLOCK "/var/spool/uucp/LCK.SQ" macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h370 * Per perimeter SQLOCK/sq_count in putnext/put may be replaced by per cpu
375 * SQLOCK) and figure out the count value as the sum of sq_count and all of
383 * Note regular SQLOCK and sq_count are still used in many routines
403 * mutex_enter(SQLOCK(sq));
406 * cv_wait(&sq->sq_wait, SQLOCK(sq));
408 * mutex_exit(SQLOCK(sq));
412 * mutex_enter(SQLOCK(sq));
419 * cv_wait(&sq->sq_wait, SQLOCK(sq));
425 * mutex_exit(SQLOCK(sq));
430 * sq_putlocks are treated as the extension of SQLOCK fo
816 #define SQLOCK macro
[all...]

Completed in 70 milliseconds