OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_zero
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/installboot/arch/
i386.c
225
is_zero
(const uint8_t *p, unsigned int len)
function
293
if (!
is_zero
((char *)&bp + bplen, sizeof bp - bplen)) {
383
if (!
is_zero
(bootstrap.b + 512-2-64, 64)) {
387
if (!
is_zero
(bootstrap.b + 512, 512)) {
434
* it will cause overflow and call
is_zero
() with enormous size.
441
!
is_zero
(disk_buf.b + 3 + 8, disk_buf.b[1] - 1 - 8)) {
454
if (!
is_zero
(disk_buf.b + 2 + bootstrap.b[1],
/src/usr.sbin/intrctl/
intrctl.c
190
bool
is_zero
= true;
local
195
is_zero
= false;
199
if (
is_zero
)
/src/sbin/newfs_udf/
udf_core.h
278
extern int
is_zero
(void *blob, int size);
udf_core.c
4145
if (
is_zero
(dst, sector_size)) {
4226
if (
is_zero
(dst, sector_size)) {
4298
is_zero
(void *blob, int size) {
function
/src/usr.bin/xlint/lint1/
lint1.h
679
is_zero
(const tnode_t *tn)
function
func.c
725
bool body_reached = !
is_zero
(tn);
812
set_reached(!
is_zero
(tn2));
/src/sbin/fsck_udf/
main.c
1960
if (!
is_zero
(&dscr->efe.streamdir_icb, sizeof(struct long_ad))) {
1965
if (!
is_zero
(&dscr->efe.ex_attr_icb, sizeof(struct long_ad))) {
2746
if (
is_zero
(dscr, sector_size))
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026