Searched refs:resource (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/unix03/
H A Dgetrlimit.c30 #include <sys/resource.h>
32 extern int __getrlimit(int resource, struct rlimit *rlp);
40 getrlimit(int resource, struct rlimit *rlp) argument
42 resource |= _RLIMIT_POSIX_FLAG;
43 return(__getrlimit(resource, rlp));
H A Dsetrlimit.c30 #include <sys/resource.h>
32 extern int __setrlimit(int resource, const struct rlimit *rlp);
40 setrlimit(int resource, const struct rlimit *rlp) argument
42 resource |= _RLIMIT_POSIX_FLAG;
43 return(__setrlimit(resource, rlp));
/darwin-on-arm/xnu/bsd/arm/
H A Dvmparam.h4 #include <sys/resource.h>
/darwin-on-arm/xnu/bsd/i386/
H A Dvmparam.h32 #include <sys/resource.h>
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dgetrusage.c39 #include <sys/resource.h>
H A Dlibmicro.c52 #include <sys/resource.h>
/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h118 #include <sys/resource.h>
H A Dwait.h101 * [XSI] The rusage structure shall be defined as described in <sys/resource.h>
103 * symbols from <signal.h> and <sys/resource.h>
106 * inclusion of <sys/signal.h> and <sys/resource.h>, below.
117 #include <sys/resource.h> /* [XSI] for struct rusage */
H A Duser.h72 #include <sys/resource.h>
H A DMakefile27 proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
73 proc.h queue.h random.h resource.h \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.h36 #include <sys/resource.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c79 #include <sys/resource.h>
104 * The second timer does resource utilization estimation statistically
110 * approximate measure of resource utilization.
H A Dkern_exit.c88 #include <sys/resource.h>
813 * us to not add the resource usage to the parent process -
820 * Add child resource usage to parent before giving
1016 * us to not add the resource usage to the parent process -
H A Dtty.c115 #include <sys/resource.h> /* averunnable */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c125 static void promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *file, int resource, struct cat_fork * forkp);
214 /* Convert the resource fork. */
767 /* Convert the resource fork. */
2219 /* For directory hard links, create alias in resource fork */
2267 * have the same resource fork content except for the three uniquely
2268 * identifying values that are updated in the resource fork data when the alias
2269 * is created. The following array is the constant resource fork data used
2306 /* Size of resource fork data array for directory hard link alias */
4132 int resource, struct cat_fork * forkp)
4139 if (resource) {
4131 promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *filep, int resource, struct cat_fork * forkp) argument
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c83 #include <sys/resource.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c36 #include <sys/resource.h>
1485 /* used to apply resource limit related actions */
1663 /* called by ledger unit to enforce action due to resource usage criteria being met */

Completed in 182 milliseconds