Searched defs:memset (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/common/util/ |
H A D | memset.c | 56 memset(void *sp1, int c, size_t n) in memset() function
|
H A D | memstr.c | 54 memset(void *s, int c, size_t n) in memset() function
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 45 void memset(void) {} in memset() function
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 181 memset ( in memset() function
|
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_hash.c | 38 #define memset(a, '\0', c) bzero(a, c) macro
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpi.h | 62 #define memset(s, c, n) bzero(s, n) macro
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 331 #define memset(s, c, n) bzero(s, n) macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 385 #define memset grub_memset macro
|