Home
last modified time | relevance | path

Searched refs:labelto (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/security/mac_lomac/
HDmac_lomac.c444 lomac_copy_range(struct mac_lomac *labelfrom, struct mac_lomac *labelto) in lomac_copy_range() argument
450 labelto->ml_rangelow = labelfrom->ml_rangelow; in lomac_copy_range()
451 labelto->ml_rangehigh = labelfrom->ml_rangehigh; in lomac_copy_range()
452 labelto->ml_flags |= MAC_LOMAC_FLAG_RANGE; in lomac_copy_range()
456 lomac_copy_single(struct mac_lomac *labelfrom, struct mac_lomac *labelto) in lomac_copy_single() argument
462 labelto->ml_single = labelfrom->ml_single; in lomac_copy_single()
463 labelto->ml_flags |= MAC_LOMAC_FLAG_SINGLE; in lomac_copy_single()
467 lomac_copy_auxsingle(struct mac_lomac *labelfrom, struct mac_lomac *labelto) in lomac_copy_auxsingle() argument
473 labelto->ml_auxsingle = labelfrom->ml_auxsingle; in lomac_copy_auxsingle()
474 labelto->ml_flags |= MAC_LOMAC_FLAG_AUX; in lomac_copy_auxsingle()
/NextBSD/sys/security/mac_biba/
HDmac_biba.c461 biba_copy_range(struct mac_biba *labelfrom, struct mac_biba *labelto) in biba_copy_range() argument
467 labelto->mb_rangelow = labelfrom->mb_rangelow; in biba_copy_range()
468 labelto->mb_rangehigh = labelfrom->mb_rangehigh; in biba_copy_range()
469 labelto->mb_flags |= MAC_BIBA_FLAG_RANGE; in biba_copy_range()
473 biba_copy_effective(struct mac_biba *labelfrom, struct mac_biba *labelto) in biba_copy_effective() argument
479 labelto->mb_effective = labelfrom->mb_effective; in biba_copy_effective()
480 labelto->mb_flags |= MAC_BIBA_FLAG_EFFECTIVE; in biba_copy_effective()
/NextBSD/sys/security/mac_mls/
HDmac_mls.c426 mls_copy_range(struct mac_mls *labelfrom, struct mac_mls *labelto) in mls_copy_range() argument
432 labelto->mm_rangelow = labelfrom->mm_rangelow; in mls_copy_range()
433 labelto->mm_rangehigh = labelfrom->mm_rangehigh; in mls_copy_range()
434 labelto->mm_flags |= MAC_MLS_FLAG_RANGE; in mls_copy_range()
438 mls_copy_effective(struct mac_mls *labelfrom, struct mac_mls *labelto) in mls_copy_effective() argument
444 labelto->mm_effective = labelfrom->mm_effective; in mls_copy_effective()
445 labelto->mm_flags |= MAC_MLS_FLAG_EFFECTIVE; in mls_copy_effective()