Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c841 struct mac_lomac *ml, ml_temp; in lomac_internalize_label() local
854 *ml = ml_temp; in lomac_internalize_label()
2277 struct mac_lomac ml_temp, *source, *dest; in lomac_vnode_associate_extattr() local
2283 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()
2284 bzero(&ml_temp, buflen); in lomac_vnode_associate_extattr()
2295 if (buflen != sizeof(ml_temp)) { in lomac_vnode_associate_extattr()
2296 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) { in lomac_vnode_associate_extattr()
2301 bzero(&ml_temp.ml_auxsingle, sizeof(ml_temp.ml_auxsingle)); in lomac_vnode_associate_extattr()
2302 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()
2307 if (lomac_valid(&ml_temp) != 0) { in lomac_vnode_associate_extattr()
[all …]