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

  /src/sbin/fdisk/
fdisk.c 252 static int is_all_zero(const unsigned char *, size_t);
940 is_all_zero(const unsigned char *p, size_t size) function in typeref:typename:int
1032 if (! is_all_zero(pboot.mbr_oemname, sizeof(pboot.mbr_oemname))) {
fdisk.c 252 static int is_all_zero(const unsigned char *, size_t);
940 is_all_zero(const unsigned char *p, size_t size) function in typeref:typename:int
1032 if (! is_all_zero(pboot.mbr_oemname, sizeof(pboot.mbr_oemname))) {
fdisk.c 252 static int is_all_zero(const unsigned char *, size_t);
940 is_all_zero(const unsigned char *p, size_t size) function in typeref:typename:int
1032 if (! is_all_zero(pboot.mbr_oemname, sizeof(pboot.mbr_oemname))) {

Completed in 68 milliseconds