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()
742 security_compute_av_user(ssid, tsid, tclass, &avd); in sel_write_access()
760 u16 tclass; in sel_write_create() local
786 nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); in sel_write_create()
828 length = security_transition_sid_user(ssid, tsid, tclass, in sel_write_create()
858 u16 tclass; in sel_write_relabel() local
878 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_relabel()
889 length = security_change_sid(ssid, tsid, tclass, &newsid); in sel_write_relabel()
974 u16 tclass; in sel_write_member() local
994 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_member()
1005 length = security_member_sid(ssid, tsid, tclass, &newsid); in sel_write_member()