Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/ndbootd/ | |
ndbootd.c | 163 void *buffer1; local in function:ndbootd_memdup 164 buffer1 = ndbootd_malloc(1, size); 165 memcpy(buffer1, buffer0, size); 166 return (buffer1); |
ndbootd.c | 163 void *buffer1; local in function:ndbootd_memdup 164 buffer1 = ndbootd_malloc(1, size); 165 memcpy(buffer1, buffer0, size); 166 return (buffer1); |