Searched refs:remmap (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/usr.bin/cmp/ |
| H A D | regular.c | 54 static u_char *remmap(u_char *, int, off_t); 94 if ((m1 = remmap(NULL, fd1, off1)) == NULL) { in c_regular() 99 if ((m2 = remmap(NULL, fd2, off2)) == NULL) { in c_regular() 129 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) { in c_regular() 137 if ((p2 = m2 = remmap(m2, fd2, off2)) == NULL) { in c_regular() 157 remmap(u_char *mem, int fd, off_t offset) in remmap() function
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | activemap.c | 489 bitstr_t *remmap = __DECONST(bitstr_t *, buf); in activemap_merge() local 495 bit_ffs(remmap, amp->am_nextents, &ext); in activemap_merge() 510 if (!bit_test(remmap, ext)) in activemap_merge()
|