Home | History | Annotate | Download | only in src

Lines Matching defs:userid

527 	uid_t userid;
532 userid = uid / AID_USER;
551 if (appid >= CAT_MAPPING_MAX_ID || userid >= CAT_MAPPING_MAX_ID)
635 512 + (userid & 0xff),
636 768 + (userid>>8 & 0xff));
642 512 + (userid & 0xff),
643 768 + (userid>>8 & 0xff));