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

  /src/sys/lib/libsa/
ufs.c 317 char *ent_in_buf; local in function:find_inode_sector
332 rc = buf_read_file(f, &ent_in_buf, &buf_after_ent);
339 *isp = FSBTODB(fs, lfs_if_getdaddr(fs, (IFILE *)ent_in_buf));
ufs.c 317 char *ent_in_buf; local in function:find_inode_sector
332 rc = buf_read_file(f, &ent_in_buf, &buf_after_ent);
339 *isp = FSBTODB(fs, lfs_if_getdaddr(fs, (IFILE *)ent_in_buf));

Completed in 38 milliseconds