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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlock_file.c67 int lock_flag = -1; local
79 lock_flag = LOCK_SH;
85 lock_flag = LOCK_EX;
91 lock_flag = LOCK_UN;
95 if (lock_flag == -1)
103 lock_flag |= LOCK_NB;
123 if (flock(fd, lock_flag) == -1)
/illumos-gate/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.c225 int lock_flag = 0; local
288 lock_flag = 1;
396 lock_flag = 1;
719 if (lock_flag) {
1223 int lock_flag = 0; local
1289 lock_flag = 1;
1453 lock_flag = 1;
1746 if (lock_flag) {
H A Dmeta_set_hst.c540 int lock_flag = 0; local
646 lock_flag = 1;
688 lock_flag = 1;
815 if (lock_flag) {
2092 int lock_flag = 0; local
2237 lock_flag = 1;
2265 lock_flag = 1;
2871 if (lock_flag) {
3759 int lock_flag = 0; local
3835 lock_flag
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1357 int lock_flag; local
1412 lock_flag = KRB5_LOCKMODE_SHARED;
1414 lock_flag = KRB5_LOCKMODE_EXCLUSIVE;
1415 if ((retval = krb5_lock_file(context, f, lock_flag))) {

Completed in 61 milliseconds