Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/mac_lomac/
HDmac_lomac.c838 struct mac_lomac *ml, ml_temp; in lomac_internalize_label() local
846 error = lomac_parse(&ml_temp, element_data); in lomac_internalize_label()
851 *ml = ml_temp; in lomac_internalize_label()
2276 struct mac_lomac ml_temp, *source, *dest; in lomac_vnode_associate_extattr() local
2282 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()
2283 bzero(&ml_temp, buflen); in lomac_vnode_associate_extattr()
2286 MAC_LOMAC_EXTATTR_NAME, &buflen, (char *)&ml_temp, curthread); in lomac_vnode_associate_extattr()
2294 if (buflen != sizeof(ml_temp)) { in lomac_vnode_associate_extattr()
2295 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) { in lomac_vnode_associate_extattr()
2300 bzero(&ml_temp.ml_auxsingle, sizeof(ml_temp.ml_auxsingle)); in lomac_vnode_associate_extattr()
[all …]