Searched refs:uidinfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dresourcevar.h95 struct uidinfo { struct
96 LIST_ENTRY(uidinfo) ui_hash; /* (c) hash chain of uidinfos */
118 int chgproccnt(struct uidinfo *uip, int diff, rlim_t maxval);
119 int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
121 int chgptscnt(struct uidinfo *uip, int diff, rlim_t maxval);
144 struct uidinfo
146 void uifree(struct uidinfo *uip);
148 void uihold(struct uidinfo *uip);
H A Ducred.h56 struct uidinfo *cr_uidinfo; /* per euid resource consumption */
57 struct uidinfo *cr_ruidinfo; /* per ruid resource consumption */
99 void change_euid(struct ucred *newcred, struct uidinfo *euip);
101 void change_ruid(struct ucred *newcred, struct uidinfo *ruip);
H A Drctl.h45 struct uidinfo;
58 * appropriate struct uidinfo, and to all the processes of that user.
71 struct uidinfo *rs_uip;
/freebsd-10-stable/sys/kern/
H A Dkern_resource.c71 static MALLOC_DEFINE(M_UIDINFO, "uidinfo", "uidinfo structures");
74 static LIST_HEAD(uihashhead, uidinfo) *uihashtbl;
80 static struct uidinfo *uilookup(uid_t uid);
1241 rw_init(&uihashtbl_lock, "uidinfo hash");
1245 * Look up a uidinfo struct for the parameter uid.
1248 static struct uidinfo *
1253 struct uidinfo *uip;
1265 * Find or allocate a struct uidinfo for a particular uid.
1266 * Increase refcount on uidinfo struc
[all...]
H A Dkern_prot.c499 struct uidinfo *uip;
613 struct uidinfo *euip;
887 struct uidinfo *euip, *ruip;
1022 struct uidinfo *euip, *ruip;
1851 * allocate a uidinfo structure.
2187 change_euid(struct ucred *newcred, struct uidinfo *euip)
2218 change_ruid(struct ucred *newcred, struct uidinfo *ruip)
H A Dkern_rctl.c84 * with uidinfo for user X, and to each process of that user.
854 * over all the uidinfo structures in the system,
1035 struct uidinfo *uip;
1345 struct uidinfo *uip;
1675 struct uidinfo *newuip;
H A Dkern_racct.c1039 struct uidinfo *olduip, *newuip;
H A Dkern_exec.c364 struct uidinfo *euip = NULL;
/freebsd-10-stable/share/man/man9/
H A DMakefile273 uidinfo.9 \
1421 MLINKS+=uidinfo.9 uifind.9 \
1422 uidinfo.9 uifree.9 \
1423 uidinfo.9 uihashinit.9 \
1424 uidinfo.9 uihold.9
/freebsd-10-stable/sys/vm/
H A Dswap_pager.c191 struct uidinfo *uip;
260 struct uidinfo *uip;
294 struct uidinfo *uip;
/freebsd-10-stable/sys/fs/unionfs/
H A Dunion_subr.c756 struct uidinfo *rootinfo;

Completed in 173 milliseconds