Searched refs:scp (Results 1 – 3 of 3) sorted by relevance
300 struct segment_command_64 *scp) in widen_segment_command() argument302 scp->cmd = scp32->cmd; in widen_segment_command()303 scp->cmdsize = scp32->cmdsize; in widen_segment_command()304 bcopy(scp32->segname, scp->segname, sizeof(scp->segname)); in widen_segment_command()305 scp->vmaddr = scp32->vmaddr; in widen_segment_command()306 scp->vmsize = scp32->vmsize; in widen_segment_command()307 scp->fileoff = scp32->fileoff; in widen_segment_command()308 scp->filesize = scp32->filesize; in widen_segment_command()309 scp->maxprot = scp32->maxprot; in widen_segment_command()310 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()
2417 nfs_gss_clnt_ctx_copy(struct nfs_gss_clnt_ctx *scp, struct nfs_gss_clnt_ctx **dcpp) in nfs_gss_clnt_ctx_copy() argument2424 dcp->gss_clnt_cred = scp->gss_clnt_cred; in nfs_gss_clnt_ctx_copy()2426 dcp->gss_clnt_prinlen = scp->gss_clnt_prinlen; in nfs_gss_clnt_ctx_copy()2427 dcp->gss_clnt_prinnt = scp->gss_clnt_prinnt; in nfs_gss_clnt_ctx_copy()2428 if (scp->gss_clnt_principal) { in nfs_gss_clnt_ctx_copy()2434 bcopy(scp->gss_clnt_principal, dcp->gss_clnt_principal, dcp->gss_clnt_prinlen); in nfs_gss_clnt_ctx_copy()2437 dcp->gss_clnt_service = scp->gss_clnt_service; in nfs_gss_clnt_ctx_copy()2438 dcp->gss_clnt_mport = host_copy_special_port(scp->gss_clnt_mport); in nfs_gss_clnt_ctx_copy()2440 dcp->gss_clnt_gssd_flags = scp->gss_clnt_gssd_flags; in nfs_gss_clnt_ctx_copy()2441 dcp->gss_clnt_major = scp->gss_clnt_major; in nfs_gss_clnt_ctx_copy()[all …]