Lines Matching refs:tclass
712 u16 tclass; in sel_write_access() local
731 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access()
744 security_compute_av_user(ssid, tsid, tclass, &avd); in sel_write_access()
762 u16 tclass; in sel_write_create() local
788 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create()
832 length = security_transition_sid_user(ssid, tsid, tclass, in sel_write_create()
862 u16 tclass; in sel_write_relabel() local
882 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_relabel()
895 length = security_change_sid(ssid, tsid, tclass, &newsid); in sel_write_relabel()
980 u16 tclass; in sel_write_member() local
1000 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_member()
1013 length = security_member_sid(ssid, tsid, tclass, &newsid); in sel_write_member()