Searched refs:memcchr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/libkern/ |
| HD | memcchr.c | 58 memcchr(const void *begin, int c, size_t n) in memcchr() function
|
| /freebsd-11-stable/sys/fs/ext2fs/ |
| HD | ext2_alloc.c | 1134 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg() 1138 loc = memcchr(&ibp[start], 0xff, len); in ext2_nodealloccg() 1284 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch() 1288 loc = memcchr(&bbp[start], 0xff, len); in ext2_mapsearch()
|
| /freebsd-11-stable/sys/sys/ |
| HD | libkern.h | 132 void *memcchr(const void *s, int c, size_t n);
|
| /freebsd-11-stable/sys/ufs/ffs/ |
| HD | ffs_alloc.c | 2041 loc = memcchr(&inosused[start], 0xff, len); 2045 loc = memcchr(&inosused[start], 0xff, len);
|
| /freebsd-11-stable/share/man/man9/ |
| HD | Makefile | 188 memcchr.9 \
|
| /freebsd-11-stable/sys/conf/ |
| HD | files | 3862 libkern/memcchr.c standard
|