HomeSort by: relevance | last modified time | path
    Searched defs:dksize (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/dev/cgd/
t_cgd_3des.c 823 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
828 RL(dkfd = open_disk(dkpath, imgpath, dksize));
870 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
t_cgd_blowfish.c 2059 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
2064 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2106 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
2111 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2153 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
2158 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2200 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
2205 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2247 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
2252 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2294 const size_t dksize = 4 * SECSIZE; \/* Last blkno is 3. *\/ local in function:ATF_TC_BODY
    [all...]
t_cgd_aes.c 3230 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3277 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3324 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
3329 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3371 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
3376 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3418 const size_t dksize = 4 * SECSIZE; /* Last blkno is 3. */ local in function:ATF_TC_BODY
3423 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3465 const size_t dksize = 4 * SECSIZE; \/* Last blkno is 3. *\/ local in function:ATF_TC_BODY
3511 const size_t dksize = 256 * SECSIZE; \/* Last blkno is 0xff. *\/ local in function:ATF_TC_BODY
3563 const size_t dksize = 65536 * SECSIZE; \/* Last blkno is 0xffff. *\/ local in function:ATF_TC_BODY
    [all...]
  /src/sys/dev/dkwedge/
dk.c 161 static dev_type_size(dksize);
176 .d_psize = dksize,
1866 * dksize: [devsw entry point]
1872 dksize(dev_t dev) function in typeref:typename:int

Completed in 20 milliseconds