Home
last modified time | relevance | path

Searched refs:cpylen (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1442 uint32_t cpylen; in dfs_link_decode() local
1466 cpylen = cmntlen = strtoul(lfield[i++], NULL, 10); in dfs_link_decode()
1469 cpylen = sizeof (info->i_comment); in dfs_link_decode()
1471 cpylen = cmntlen + 1; in dfs_link_decode()
1473 (void) strlcpy(info->i_comment, buf, cpylen); in dfs_link_decode()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c4980 int cpylen; in drmach_board_test() local
5004 cpylen = (opts->size > DR_HPOPTLEN ? DR_HPOPTLEN : opts->size); in drmach_board_test()
5005 bcopy(copts, obufp->msgdata.dm_tb.hpost_opts, cpylen); in drmach_board_test()