Searched refs:tmprc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dix.h | 96 int tmprc = dixLookupDrawable(&(pDraw), drawID, client, M_ANY, mode);\ 97 if (tmprc != Success)\ 98 return tmprc;\ 99 tmprc = dixLookupGC(&(pGC), stuff->gc, client, DixUseAccess);\ 100 if (tmprc != Success)\ 101 return tmprc;\
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | inode.c | 407 int tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr, local 409 if (tmprc) 410 cifs_dbg(FYI, "check_mf_symlink: %d\n", tmprc); 935 int tmprc = 0; local 1041 tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid); 1042 if (tmprc) 1043 cifs_dbg(FYI, "cifs_sfu_type failed: %d\n", tmprc); 1075 tmprc = check_mf_symlink(xid, tcon, cifs_sb, &fattr, 1077 if (tmprc) 1078 cifs_dbg(FYI, "check_mf_symlink: %d\n", tmprc); [all …]
|
| H A D | smb2inode.c | 641 int tmprc; in smb2_mkdir_setinfo() local 648 tmprc = smb2_compound_op(xid, tcon, cifs_sb, name, in smb2_mkdir_setinfo() 652 if (tmprc == 0) in smb2_mkdir_setinfo()
|
| H A D | smb1ops.c | 561 int tmprc; in cifs_query_path_info() local 576 tmprc = CIFS_open(xid, &oparms, &oplock, NULL); in cifs_query_path_info() 577 if (tmprc == -EOPNOTSUPP) in cifs_query_path_info() 579 else if (tmprc == 0) in cifs_query_path_info()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picturestr.h | 364 int tmprc = dixLookupResourceByType((void *)&(pPicture), pid,\ 366 if (tmprc != Success)\ 367 return tmprc;\
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | avc.c | 983 int rc = 0, tmprc; in avc_ss_reset() local 989 tmprc = c->callback(AVC_CALLBACK_RESET); in avc_ss_reset() 993 rc = tmprc; in avc_ss_reset()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 131 int tmprc; \ 132 tmprc = dixLookupResourceByType((void **)&(shmdesc), shmseg, ShmSegType, \ 134 if (tmprc != Success) \ 135 return tmprc; \
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkb.c | 60 int tmprc = lf(&(dev), id, client, access_mode, &why);\ 61 if (tmprc != Success) {\ 63 return tmprc;\
|