Searched refs:remmap (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/cmp/
H A Dregular.c46 static u_char *remmap(u_char *, int, off_t);
83 if ((m1 = remmap(NULL, fd1, off1)) == NULL) {
88 if ((m2 = remmap(NULL, fd2, off2)) == NULL) {
142 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) {
144 err(ERR_EXIT, "remmap %s", file1);
150 if ((p2 = m2 = remmap(m2, fd2, off2)) == NULL) {
152 err(ERR_EXIT, "remmap %s", file2);
170 remmap(u_char *mem, int fd, off_t offset) function
/freebsd-current/sbin/hastd/
H A Dactivemap.c486 bitstr_t *remmap = __DECONST(bitstr_t *, buf); local
492 bit_ffs(remmap, amp->am_nextents, &ext);
507 if (!bit_test(remmap, ext))

Completed in 83 milliseconds