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

  /src/usr.sbin/fstyp/
apfs.c 86 struct nx_superblock *csb; local in function:fstyp_apfs
90 csb = read_buf(fp, 0, sizeof(*csb));
91 if (csb == NULL)
95 if (strncmp(csb->nx_magic, "NXSB", 4) != 0 ||
96 csb->nx_o.o_oid != OID_NX_SUPERBLOCK ||
97 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK)
105 free(csb);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_user.c 29 const struct intel_engine_cs *csb = vb; local in function:compare_engines
31 if (csa->uabi_class < csb->uabi_class)
33 if (csa->uabi_class > csb->uabi_class)
35 if (csa->uabi_instance < csb->uabi_instance)
37 if (csa->uabi_instance > csb->uabi_instance)

Completed in 13 milliseconds