Searched refs:ml_temp (Results 1 – 1 of 1) sorted by relevance
841 struct mac_lomac *ml, ml_temp; in lomac_internalize_label() local854 *ml = ml_temp; in lomac_internalize_label()2277 struct mac_lomac ml_temp, *source, *dest; in lomac_vnode_associate_extattr() local2283 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 …]