Searched refs:ml_temp (Results 1 – 1 of 1) sorted by relevance
848 struct mac_lomac *ml, ml_temp; in lomac_internalize_label() local856 error = lomac_parse(&ml_temp, element_data); in lomac_internalize_label()861 *ml = ml_temp; in lomac_internalize_label()2279 struct mac_lomac ml_temp, *source, *dest; in lomac_vnode_associate_extattr() local2285 buflen = sizeof(ml_temp); in lomac_vnode_associate_extattr()2286 bzero(&ml_temp, buflen); in lomac_vnode_associate_extattr()2289 MAC_LOMAC_EXTATTR_NAME, &buflen, (char *)&ml_temp, curthread); in lomac_vnode_associate_extattr()2297 if (buflen != sizeof(ml_temp)) { in lomac_vnode_associate_extattr()2298 if (buflen != sizeof(ml_temp) - sizeof(ml_temp.ml_auxsingle)) { in lomac_vnode_associate_extattr()2303 bzero(&ml_temp.ml_auxsingle, sizeof(ml_temp.ml_auxsingle)); in lomac_vnode_associate_extattr()[all …]