Searched refs:st (Results 1 – 3 of 3) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | prof.c | 55 int st = 0; in prof_process() local 118 st = write(fd, buf, bufsize); in prof_process() 119 } while (st < 0 && errno == EINTR); in prof_process() 121 if (st < 0 || st != (int)bufsize) in prof_process()
|
A D | tee_supp_fs.c | 81 struct stat st; in do_mkdir() local 83 memset(&st, 0, sizeof(st)); in do_mkdir() 88 if (stat(path, &st) != 0 && !S_ISDIR(st.st_mode)) in do_mkdir() 467 struct stat st; in ree_fs_new_rename() local 469 if (!stat(new_abs_filename, &st)) in ree_fs_new_rename()
|
A D | rpmb.c | 210 int st = 0; in read_cid() local 223 st = read(fd, hex, 2); in read_cid() 224 if (st < 0) { in read_cid() 633 int st = 0; in read_ext_csd() local 643 st = IOCTL(fd, MMC_IOC_CMD, &cmd); in read_ext_csd() 644 if (st < 0) in read_ext_csd() 665 int st = 0; in rpmb_data_req() local 761 st = IOCTL(fd, MMC_IOC_MULTI_CMD, mcmd); in rpmb_data_req() 762 if (st < 0) in rpmb_data_req()
|
Completed in 9 milliseconds