FreeBSD kernel pms device code
smmisc.c File Reference
Include dependency graph for smmisc.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
FORCEINLINE void * sm_memset (void *s, int c, bit32 n)
 
FORCEINLINE void * sm_memcpy (void *dst, const void *src, bit32 count)
 
osGLOBAL char * sm_strncpy (char *dst, const char *src, bit32 len)
 
osGLOBAL void smhexdump (const char *ptitle, bit8 *pbuf, size_t len)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ sm_memcpy()

◆ sm_memset()

◆ sm_strncpy()

osGLOBAL char * sm_strncpy ( char *  dst,
const char *  src,
bit32  len 
)

Definition at line 76 of file smmisc.c.

Referenced by smsatInquiryPage83(), smsatInquiryPage89(), and smsatInquiryStandard().

Here is the caller graph for this function:

◆ smhexdump()

osGLOBAL void smhexdump ( const char *  ptitle,
bit8 pbuf,
size_t  len 
)