Home | History | Annotate | Download | only in orig

Lines Matching refs:l2

30707     struct flock l2;
30708 l2 = *p;
30709 osFcntl(fd, F_GETLK, &l2);
30710 if( l2.l_type==F_RDLCK ){
30712 }else if( l2.l_type==F_WRLCK ){
30714 }else if( l2.l_type==F_UNLCK ){
30720 zType, (int)l2.l_start, (int)l2.l_len, (int)l2.l_pid);
119518 ** and AgtB jump to either L2 or to one of EofA or EofB.