Searched refs:bsd (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/conf/
H A Dfiles145 bsd/dev/random/randomdev.c standard
146 bsd/dev/random/fips_sha1.c standard
147 bsd/dev/random/YarrowCoreLib/port/smf.c standard
148 bsd/dev/random/YarrowCoreLib/src/comp.c standard
149 bsd/dev/random/YarrowCoreLib/src/prng.c standard
150 bsd/dev/random/YarrowCoreLib/src/sha1mod.c standard
151 bsd/dev/random/YarrowCoreLib/src/yarrowUtils.c standard
153 bsd/dev/memdev.c standard
155 bsd/dev/unix_startup.c standard
157 bsd/de
[all...]
H A DMakefile.template336 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
338 init_sysent.c: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
342 syscalls.c: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
346 audit_kevents.c: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
/darwin-on-arm/xnu/security/
H A Dmac_iokit.c59 #include <bsd/bsm/audit.h>
60 #include <bsd/security/audit/audit.h>
61 #include <bsd/sys/malloc.h>
H A Dmac_audit.c70 #include <bsd/bsm/audit.h>
71 #include <bsd/security/audit/audit.h>
72 #include <bsd/sys/malloc.h>
H A Dmac_net.c75 #include <bsd/bsm/audit.h>
76 #include <bsd/security/audit/audit.h>
H A Dmac_process.c80 #include <bsd/security/audit/audit.h>
H A Dmac_base.c81 #include <bsd/bsm/audit.h>
82 #include <bsd/security/audit/audit.h>
561 /* Call bsd init functions of already loaded policies */
/darwin-on-arm/xnu/
H A DMakefile29 bsd \
64 bsd \
76 bsd
/darwin-on-arm/xnu/config/
H A Dlist_supported.sh32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
/darwin-on-arm/xnu/bsd/sys/
H A DMakefile85 # whose source is outside of the xnu/bsd tree.
144 MAKESYSCALLS = $(SRCROOT)/bsd/kern/makesyscalls.sh
146 syscall.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
147 @echo "Generating bsd/sys/$@ from $<";
150 sysproto.h: $(SRCROOT)/bsd/kern/syscalls.master $(MAKESYSCALLS)
151 @echo "Generating bsd/sys/$@ from $<";
154 MAKE_POSIX_AVAILABILITY = $(SRCROOT)/bsd/sys/make_posix_availability.sh
156 @echo "Generating bsd/sys/$@"
159 MAKE_SYMBOL_ALIASING = $(SRCROOT)/bsd/sys/make_symbol_aliasing.sh
161 @echo "Generating bsd/sy
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dgenassym.c88 #include <../bsd/sys/lockstat.h>
/darwin-on-arm/xnu/osfmk/arm64/
H A Dgenassym.c86 #include <../bsd/sys/lockstat.h>
/darwin-on-arm/xnu/osfmk/i386/
H A Dbsd_i386_native.c69 #include <../bsd/sys/sysent.h>
H A Dbsd_i386.c70 #include <../bsd/sys/sysent.h>
H A Dgenassym.c91 #include <../bsd/sys/lockstat.h>
H A Dlocks_i386.c93 #include <../bsd/sys/lockstat.h>
/darwin-on-arm/xnu/libsyscall/
H A DMakefile178 xcodescripts/create-syscalls.pl $(KERNEL_SOURCE)/bsd/kern/syscalls.master custom/ Platforms/ $(PLATFORM) $(BUILDOBJS)/sys
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c3802 * getkeyplusattr - From id, fetch the key and the bsd attrs for a file/dir (could pass
3983 * getbsdattr - get attributes in bsd format
3990 const struct HFSPlusBSDInfo *bsd = &crp->bsdInfo; local
4000 if ((bsd->fileMode & S_IFMT) == 0) {
4014 attrp->ca_uid = bsd->ownerID;
4015 attrp->ca_gid = bsd->groupID;
4016 attrp->ca_flags = bsd->ownerFlags | (bsd->adminFlags << 16);
4017 attrp->ca_mode = (mode_t)bsd->fileMode;
4021 attrp->ca_rdev = bsd
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.c82 #include <../bsd/sys/lockstat.h>

Completed in 105 milliseconds