Searched defs:lock_flag (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlock_file.c68 int lock_flag = -1; local
80 lock_flag = LOCK_SH;
86 lock_flag = LOCK_EX;
92 lock_flag = LOCK_UN;
96 if (lock_flag == -1)
104 lock_flag |= LOCK_NB;
124 if (flock(fd, lock_flag) == -1)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_med.c167 int lock_flag = 0; local
267 lock_flag = 1;
430 lock_flag = 1;
548 if (lock_flag) {
684 if (lock_flag) {
748 int lock_flag = 0; local
900 lock_flag = 1;
935 lock_flag = 1;
1077 if (lock_flag) {
H A Dmeta_set_drv.c222 int lock_flag = 0; local
285 lock_flag = 1;
393 lock_flag = 1;
716 if (lock_flag) {
1247 int lock_flag = 0; local
1313 lock_flag = 1;
1477 lock_flag = 1;
1770 if (lock_flag) {
H A Dmeta_set_hst.c539 int lock_flag = 0; local
645 lock_flag = 1;
687 lock_flag = 1;
814 if (lock_flag) {
2091 int lock_flag = 0; local
2236 lock_flag = 1;
2264 lock_flag = 1;
2870 if (lock_flag) {
3758 int lock_flag = 0; local
3834 lock_flag
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1353 int lock_flag; local
1410 lock_flag = KRB5_LOCKMODE_SHARED;
1412 lock_flag = KRB5_LOCKMODE_EXCLUSIVE;
1413 if ((retval = krb5_lock_file(context, f, lock_flag))) {

Completed in 43 milliseconds