Searched refs:getid (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_chksum.c | 282 id_save = sha256->getid(); in chksum_benchmark() 300 id_save = sha512->getid(); in chksum_benchmark() 318 id_save = blake3->getid(); in chksum_benchmark()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_impl.h | 43 uint32_t (*getid)(void); member
|
/freebsd/usr.bin/xinstall/ |
H A D | Makefile | 7 SRCS= xinstall.c getid.c
|
/freebsd/contrib/mtree/ |
H A D | Makefile | 11 verify.c getid.c pack_dev.c only.c
|
/freebsd/usr.sbin/nmtree/ |
H A D | Makefile | 9 SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
|
/freebsd/usr.sbin/makefs/ |
H A D | Makefile | 38 SRCS+= getid.c misc.c spec.c
|
/freebsd/sys/contrib/openzfs/module/icp/include/ |
H A D | generic_impl.c | 201 .getid = generic_impl_getid,
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 4851 getid(if_ctx *ctx, int ix, void *data, size_t len, int *plen, int mesh) in getid() function 4895 if (getid(ctx, -1, data, sizeof(data), &len, 0) < 0) { in ieee80211_status() 4913 getid(ctx, 0, data, sizeof(data), &len, 1); in ieee80211_status() 4921 if (getid(ctx, i, data, sizeof(data), &len, 0) >= 0 && len > 0) { in ieee80211_status()
|