Home
last modified time | relevance | path

Searched defs:bzero (Results 1 – 25 of 29) sorted by relevance

12

/titanic_51/usr/src/common/util/
H A Dbzero.c50 bzero(void *sp, size_t len) in bzero() function
/titanic_51/usr/src/ucblib/libucb/port/gen/
H A Dbzero.c53 bzero(char *sp, int len) in bzero() function
/titanic_51/usr/src/boot/sys/boot/common/
H A Dutil.h41 #define bzero(buf, size) memset((buf), 0, (size)) macro
/titanic_51/usr/src/boot/lib/libc/string/
H A Dmemset.c54 bzero(void *dst0, size_t length) in bzero() function
/titanic_51/usr/src/lib/libsocket/inet/
H A Dbindresvport.c47 #define bzero(s, len) (void) memset((s), 0, (len)) macro
H A Drcmd.c70 #define bzero(s, len) (void) memset(s, 0, len) macro
/titanic_51/usr/src/stand/lib/sa/
H A Dstrings.c66 bzero(void *p, size_t n) in bzero() function
/titanic_51/usr/src/lib/libpkg/common/
H A Dnhash.c39 #define bzero(a, c) (void) memset(a, '\0', c) macro
/titanic_51/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c55 #define bzero(s, n) memset(s, 0, n) macro
/titanic_51/usr/src/cmd/format/
H A Dmisc.h42 #define bzero(p, n) (void) memset((p), 0, (n)) macro
/titanic_51/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c43 #define bzero(s, n) memset(s, 0, n); macro
/titanic_51/usr/src/lib/libumem/common/
H A Dlinktest_stand.c38 void bzero(void) {} in bzero() function
/titanic_51/usr/src/cmd/ipf/tools/
H A Dipnat.c80 #define bzero(a,b) memset(a,0,b) macro
/titanic_51/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c55 #define bzero(s, n) memset(s, 0, n) macro
/titanic_51/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c50 #define bzero(s, n) memset(s, 0, n) macro
/titanic_51/usr/src/lib/libldap5/include/ldap/
H A Dportable.h401 #define bzero(a, b) memset( a, 0, b ) macro
422 #define bzero(a, b) memset( a, 0, b ) macro
/titanic_51/usr/src/uts/common/sys/
H A Dkobj_impl.h149 #define bzero(p, n) kobj_bzero((p), (n)) macro
/titanic_51/usr/src/cmd/rexd/
H A Dunix_login.c112 #define bzero(s, n) memset((s), 0, (n)) macro
H A Don.c66 #define bzero(b, len) memset(b, '\0', len) macro
/titanic_51/usr/src/common/crypto/sha1/
H A Dsha1.c57 #define bzero(_m, _l) ((void) memset((_m), 0, (_l))) macro
/titanic_51/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c54 #define bzero(s, n) memset(s, 0, n) macro
/titanic_51/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c93 #define bzero(s, n) memset(s, 0, n) macro
/titanic_51/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c304 bzero(void *b, size_t len) in bzero() function
/titanic_51/usr/src/lib/libast/common/comp/
H A Domitted.c1016 bzero(void* b, size_t n) in bzero() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c1099 bzero(void* b, size_t n) in bzero() function

12