Searched refs:cpylen (Results 1 – 2 of 2) sorted by relevance
1442 uint32_t cpylen; in dfs_link_decode() local1466 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()
4980 int cpylen; in drmach_board_test() local5004 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()