Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c33 struct zchdr { struct
44 size_t nbytes = sizeof (struct zchdr) + items * size; in zcalloc() argument
45 struct zchdr *z = kobj_zalloc(nbytes, KM_NOWAIT|KM_TMP); in zcalloc()
60 struct zchdr *z = ((struct zchdr *)ptr) - 1; in zcfree()