Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dbzero.c53 bzero(char *sp, int len) in bzero() function
/titanic_41/usr/src/common/util/
H A Dbzero.c50 bzero(void *sp, size_t len) in bzero() function
/titanic_41/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_41/usr/src/stand/lib/sa/
H A Dstrings.c66 bzero(void *p, size_t n) in bzero() function
/titanic_41/usr/src/lib/libpkg/common/
H A Dnhash.c39 #define bzero(a, c) (void) memset(a, '\0', c) macro
/titanic_41/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c55 #define bzero(s, n) memset(s, 0, n) macro
/titanic_41/usr/src/cmd/format/
H A Dmisc.h42 #define bzero(p, n) (void) memset((p), 0, (n)) macro
/titanic_41/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c43 #define bzero(s, n) memset(s, 0, n); macro
/titanic_41/usr/src/lib/libumem/common/
H A Dlinktest_stand.c38 void bzero(void) {} in bzero() function
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat.c80 #define bzero(a,b) memset(a,0,b) macro
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c50 #define bzero(s, n) memset(s, 0, n) macro
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c55 #define bzero(s, n) memset(s, 0, n) macro
/titanic_41/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_41/usr/src/uts/common/sys/
H A Dkobj_impl.h149 #define bzero(p, n) kobj_bzero((p), (n)) macro
/titanic_41/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_41/usr/src/common/crypto/sha1/
H A Dsha1.c57 #define bzero(_m, _l) ((void) memset((_m), 0, (_l))) macro
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c54 #define bzero(s, n) memset(s, 0, n) macro
/titanic_41/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c93 #define bzero(s, n) memset(s, 0, n) macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c1016 bzero(void* b, size_t n) in bzero() function
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c146 bzero(void *addr, size_t count) in bzero() function
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c241 #define bzero(s, n) (void) memset(s, 0, n) macro
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h76 # define bzero(a,b) memset(a,0,b) macro
1174 # define bzero(s,z) memset(s, 0, z) macro
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h64 #define bzero(A, B) memset((A), 0, (B)) macro