Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Dmach_loader.c310 struct segment_command_64 *scp) in widen_segment_command() argument
312 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 …]
/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c42 fsw_netagent_tc2sc(uint32_t tc, uint32_t *scp) in fsw_netagent_tc2sc() argument
87 *scp = sc; in fsw_netagent_tc2sc()