Home
last modified time | relevance | path

Searched refs:spaceleft (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/fsck/
HDdir.c228 int spaceleft; in dircheck() local
230 spaceleft = DIRBLKSIZ - (idesc->id_loc % DIRBLKSIZ); in dircheck()
232 dp->d_reclen > spaceleft || in dircheck()
/dragonfly/sys/bus/cam/
HDcam_xpt.c2134 int spaceleft, j; in xptedtbusfunc() local
2136 spaceleft = cdm->match_buf_len - (cdm->num_matches * in xptedtbusfunc()
2144 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtbusfunc()
2265 int spaceleft, j; in xptedtdevicefunc() local
2267 spaceleft = cdm->match_buf_len - (cdm->num_matches * in xptedtdevicefunc()
2275 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtdevicefunc()
2374 int spaceleft, j; in xptedtperiphfunc() local
2376 spaceleft = cdm->match_buf_len - (cdm->num_matches * in xptedtperiphfunc()
2384 if (spaceleft < sizeof(struct dev_match_result)) { in xptedtperiphfunc()
2509 int spaceleft, j; in xptplistperiphfunc() local
[all …]