/src/tests/dev/cgd/ |
t_cgd_3des.c | 696 open_disk(const char *devpath, const char *imgpath, size_t size) function in typeref:typename:int 828 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
|
t_cgd_blowfish.c | 1932 open_disk(const char *devpath, const char *imgpath, size_t size) function in typeref:typename:int 2064 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 2111 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 2158 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 2205 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 2252 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 2299 RL(dkfd = open_disk(dkpath, imgpath, dksize));
|
t_cgd_aes.c | 3097 open_disk(const char *devpath, const char *imgpath, size_t size) function in typeref:typename:int 3235 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3282 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3329 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3376 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3423 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3470 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3516 RL(dkfd = open_disk(dkpath, imgpath, dksize)); 3568 dkfd = open_disk(dkpath, imgpath, dksize); 3572 ATF_CHECK_MSG(dkfd != -1, "open_disk: %s", strerror(errno)) [all...] |
/src/sbin/fdisk/ |
fdisk.c | 269 static int open_disk(int); 539 if (open_disk(B_flag || a_flag || i_flag || u_flag) < 0) 2486 open_disk(int update) function in typeref:typename:int
|