Searched refs:scp (Results 1 – 2 of 2) sorted by relevance
310 struct segment_command_64 *scp) in widen_segment_command() argument312 scp->cmd = scp32->cmd; in widen_segment_command()313 scp->cmdsize = scp32->cmdsize; in widen_segment_command()314 bcopy(scp32->segname, scp->segname, sizeof(scp->segname)); in widen_segment_command()315 scp->vmaddr = scp32->vmaddr; in widen_segment_command()316 scp->vmsize = scp32->vmsize; in widen_segment_command()317 scp->fileoff = scp32->fileoff; in widen_segment_command()318 scp->filesize = scp32->filesize; in widen_segment_command()319 scp->maxprot = scp32->maxprot; in widen_segment_command()320 scp->initprot = scp32->initprot; in widen_segment_command()[all …]
42 fsw_netagent_tc2sc(uint32_t tc, uint32_t *scp) in fsw_netagent_tc2sc() argument87 *scp = sc; in fsw_netagent_tc2sc()