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

/xnu-2422.115.4/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));
/xnu-2422.115.4/bsd/i386/
H A Dvmparam.h32 #include <sys/resource.h>
/xnu-2422.115.4/libsyscall/wrappers/
H A Dgetiopolicy_np.c24 #include <sys/resource.h>
/xnu-2422.115.4/tools/tests/libMicro/
H A Dgetrusage.c39 #include <sys/resource.h>
H A Dlibmicro.c52 #include <sys/resource.h>
/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dlibproc.h31 #include <sys/resource.h>
104 * Return resource usage information for the given pid, which can be a live process or a zombie.
H A Dlibproc.c31 #include <sys/resource.h>
/xnu-2422.115.4/bsd/sys/
H A Dparam.h115 #include <sys/resource.h>
H A Dwait.h94 * [XSI] The rusage structure shall be defined as described in <sys/resource.h>
96 * symbols from <signal.h> and <sys/resource.h>
99 * inclusion of <sys/signal.h> and <sys/resource.h>, below.
110 #include <sys/resource.h> /* [XSI] for struct rusage */
H A Duser.h72 #include <sys/resource.h>
H A DMakefile29 proc.h proc_info.h ptrace.h queue.h quota.h random.h reboot.h resource.h resourcevar.h \
76 proc.h queue.h random.h resource.h \
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.h36 #include <sys/resource.h>
/xnu-2422.115.4/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_resource.c111 #include <sys/resource.h>
859 * systemwide resource. If we are expecting POSIX behavior,
895 * systemwide resource; all others are limited to
H A Dkern_exit.c88 #include <sys/resource.h>
405 * Before this process becomes a zombie, stash resource usage
865 * us to not add the resource usage to the parent process -
872 * Add child resource usage to parent before giving
1071 * us to not add the resource usage to the parent process -
H A Dtty.c115 #include <sys/resource.h> /* averunnable */
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c46 #include <sys/resource.h>
H A Dtask.c134 #include <sys/resource.h>
207 int disable_exc_resource; /* Global override to supress EXC_RESOURCE for resource monitor violations. */
3172 * be filling up the disk; and ignore the core size resource limit for this
H A Dtask_policy.c36 #include <sys/resource.h>
1942 * Reverse-map from CPU resource limit scopes back to policies (see comment below).
2094 /* used to apply resource limit related actions */
2396 /* called by ledger unit to enforce action due to resource usage criteria being met */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.c127 static void promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *file, int resource, struct cat_fork * forkp);
417 /* Convert the resource fork. */
1023 /* Convert the resource fork. */
2553 /* For directory hard links, create alias in resource fork */
2601 * have the same resource fork content except for the three uniquely
2602 * identifying values that are updated in the resource fork data when the alias
2603 * is created. The following array is the constant resource fork data used
2640 /* Size of resource fork data array for directory hard link alias */
4485 int resource, struct cat_fork * forkp)
4492 if (resource) {
4484 promotefork(struct hfsmount *hfsmp, const struct HFSCatalogFile *filep, int resource, struct cat_fork * forkp) argument
[all...]
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c83 #include <sys/resource.h>

Completed in 269 milliseconds