Home
last modified time | relevance | path

Searched refs:ibcs2_ulimit_args (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_proto.h222 struct ibcs2_ulimit_args { struct
320 int ibcs2_ulimit(struct thread *, struct ibcs2_ulimit_args *);
Dibcs2_sysent.c82 …{ AS(ibcs2_ulimit_args), (sy_call_t *)ibcs2_ulimit, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6…
Dibcs2_misc.c98 ibcs2_ulimit(struct thread *td, struct ibcs2_ulimit_args *uap) in ibcs2_ulimit()