Home
last modified time | relevance | path

Searched refs:csb (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/fstyp/
H A Dapfs.c84 struct nx_superblock *csb; in fstyp_apfs() local
88 csb = read_buf(fp, 0, sizeof(*csb)); in fstyp_apfs()
89 if (csb == NULL) in fstyp_apfs()
93 if (strncmp(csb->nx_magic, "NXSB", 4) != 0 || in fstyp_apfs()
94 csb->nx_o.o_oid != OID_NX_SUPERBLOCK || in fstyp_apfs()
95 (csb->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK) in fstyp_apfs()
105 free(csb); in fstyp_apfs()
/freebsd/sys/net/
H A Dparavirt.h151 void paravirt_configure_csb(struct paravirt_csb** csb, uint32_t csbbal,
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h2473 #define CSB_READ(csb, field, r) (get_user(r, &csb->field)) argument
2474 #define CSB_WRITE(csb, field, v) (put_user(v, &csb->field)) argument
2476 #define CSB_READ(csb, field, r) do { \ argument
2479 v = fuword32(&csb->field); \
2483 #define CSB_WRITE(csb, field, v) do { \ argument
2486 error = suword32(&csb->field, v); \
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c168 void *csb; /* CSB entries (atok and ktoa) */ member
1274 if (ctx->csb) { in push_csb_option()
1275 free(ctx->csb); in push_csb_option()
1277 ret = posix_memalign(&ctx->csb, sizeof(struct nm_csb_atok), csb_size); in push_csb_option()
1285 opt->csb_atok = (uintptr_t)ctx->csb; in push_csb_option()
1286 opt->csb_ktoa = (uintptr_t)(((uint8_t *)ctx->csb) + in push_csb_option()
2114 if (ctx->csb) { in context_cleanup()
2115 free(ctx->csb); in context_cleanup()
2116 ctx->csb = NULL; in context_cleanup()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc5125twr.dts39 timebase-frequency = <49500000>;// 49.5 MHz (csb/4)
40 bus-frequency = <198000000>; // 198 MHz csb bus
H A Dac14xx.dts26 timebase-frequency = <40000000>; /* 40 MHz (csb/4) */
27 bus-frequency = <160000000>; /* 160 MHz csb bus */
H A Dmpc5121.dtsi35 timebase-frequency = <49500000>;/* 49.5 MHz (csb/4) */
36 bus-frequency = <198000000>; /* 198 MHz csb bus */
/freebsd/share/misc/
H A Diso639139 csb csb Kashubian
/freebsd/contrib/tcsh/
H A DFixes1001 <rwgk@laplace.csb.yale.edu>