HomeSort by relevance Sort by last modified time
    Searched refs:sg_all_zeros (Results 1 - 3 of 3) sorted by null

  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_common.c 98 have_nguid = ! sg_all_zeros(nvme_id_ns_p + 104, 16);
99 have_eui64 = ! sg_all_zeros(nvme_id_ns_p + 120, 8);
sg_lib.c 2902 sg_all_zeros(const uint8_t * bp, int b_len) function
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_lib.h 509 * all zeros (for sg_all_zeros()) or all 0xff_s (for sg_all_ffs());
511 bool sg_all_zeros(const uint8_t * bp, int b_len);

Completed in 124 milliseconds