Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/mac_lomac/
H A Dmac_lomac.c849 struct mac_lomac *ml, ml_temp; in lomac_internalize_label() local
862 *ml = ml_temp; in lomac_internalize_label()
2280 struct mac_lomac ml_temp, *source, *dest; in lomac_vnode_associate_extattr() local
2286 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()
2287 bzero(&ml_temp, buflen); in lomac_vnode_associate_extattr()
2298 if (buflen != sizeof(ml_temp)) { in lomac_vnode_associate_extattr()
2299 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) { in lomac_vnode_associate_extattr()
2304 bzero(&ml_temp.ml_auxsingle, sizeof(ml_temp.ml_auxsingle)); in lomac_vnode_associate_extattr()
2305 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()
2310 if (lomac_valid(&ml_temp) != 0) { in lomac_vnode_associate_extattr()
[all …]