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