Searched refs:open_disk (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/stand/common/
H A Ddisk.c44 struct open_disk { struct
84 struct open_disk *od;
87 od = (struct open_disk *)dev->dd.d_opendata;
108 struct open_disk *od;
116 od = (struct open_disk *)pa->dev->dd.d_opendata;
165 struct open_disk *od;
169 od = (struct open_disk *)dev->dd.d_opendata;
179 struct open_disk *od;
182 od = (struct open_disk *)dev->dd.d_opendata;
192 struct open_disk *o
[all...]
/freebsd-current/sbin/fdisk/
H A Dfdisk.c248 static int open_disk(int flag);
329 if (open_disk(u_flag) < 0)
719 open_disk(int flag) function
/freebsd-current/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_3des.c696 open_disk(const char *devpath, const char *imgpath, size_t size) function
828 RL(dkfd = open_disk(dkpath, imgpath, dksize));
875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
H A Dt_cgd_blowfish.c1932 open_disk(const char *devpath, const char *imgpath, size_t size) function
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));
H A Dt_cgd_aes.c3097 open_disk(const char *devpath, const char *imgpath, size_t size) function
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 RL(dkfd = open_disk(dkpath, imgpath, dksize));

Completed in 97 milliseconds