Searched refs:statlen (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Ddev_sdmmc.c1363 const int statlen = 64; local
1375 ptr = alloc(statlen);
1381 cmd.c_datalen = statlen;
1382 cmd.c_blklen = statlen;
1390 memcpy(status, ptr, statlen);
1395 dealloc(ptr, statlen);
/netbsd-current/sys/dev/sdmmc/
H A Dsdmmc_mem.c1568 const int statlen = 64; local
1581 error = bus_dmamem_alloc(sc->sc_dmat, statlen, PAGE_SIZE, 0, ds,
1585 error = bus_dmamem_map(sc->sc_dmat, ds, 1, statlen, &ptr,
1589 error = bus_dmamap_load(sc->sc_dmat, sc->sc_dmap, ptr, statlen,
1594 bus_dmamap_sync(sc->sc_dmat, sc->sc_dmap, 0, statlen,
1597 ptr = malloc(statlen, M_DEVBUF, M_NOWAIT | M_ZERO);
1604 cmd.c_datalen = statlen;
1605 cmd.c_blklen = statlen;
1616 bus_dmamap_sync(sc->sc_dmat, sc->sc_dmap, 0, statlen,
1619 memcpy(status, ptr, statlen);
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_dataset.c2097 char *statbuf, size_t statlen)
2112 (void) strlcpy(statbuf, source, statlen);
2274 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2587 get_source(zhp, src, source, statbuf, statlen);
2622 zprop_source_t *src, char *statbuf, size_t statlen)
2641 get_source(zhp, src, source, statbuf, statlen);
2096 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, char *statbuf, size_t statlen) argument
2273 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
2621 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, zprop_source_t *src, char *statbuf, size_t statlen) argument

Completed in 219 milliseconds