Searched refs:com (Results 1 - 25 of 25) sorted by relevance

/darwin-on-arm/xnu/config/
H A Dlist_supported.sh12 # http://www.opensource.apple.com/apsl/ and read it before using this
32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.Aix36 include ../Makefile.com
H A DMakefile.Linux43 include ../Makefile.com
H A DMakefile.SunOS54 include ../Makefile.com
H A DMakefile.Darwin84 include ../Makefile.com.Darwin
H A Dod_account_create.sh121 dseditgroup -q -o create -r "libMicro ACL" com.apple.access_libMicro
124 dseditgroup -q -o edit -a ${PREFIX}${i} -t user com.apple.access_libMicro
H A Dod_account_delete.sh76 result=`dseditgroup -q -o delete com.apple.access_libMicro 2>&1 /dev/null`
H A DMakefile43 Makefile.com \
/darwin-on-arm/xnu/osfmk/conf/
H A DMASTER.arm25 pseudo-device com 2
H A DMASTER.arm6425 pseudo-device com 2
H A DMASTER.i38625 pseudo-device com 2
H A DMASTER.x86_6424 pseudo-device com 2
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_compat.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
181 * u_long *com A pointer to the terminal input/output
189 * modified based on *com and *data.
211 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) argument
213 switch (*com) {
246 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA;
267 *com = TIOCSETA;
286 *com = TIOCSETA;
307 if (*com
361 ttcompat(struct tty *tp, u_long com, caddr_t data, int flag, struct proc *p) argument
[all...]
H A Dsubr_log.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
293 logioctl(__unused dev_t dev, u_long com, caddr_t data, __unused int flag, __unused struct proc *p) argument
298 switch (com) {
H A Dsys_generic.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
745 u_long com; local
762 AUDIT_ARG(value64, uap->com);
764 AUDIT_ARG(cmd, CAST_DOWN_EXPLICIT(int, uap->com));
784 error = mac_file_check_ioctl(context.vc_ucred, fp->f_fglob, uap->com);
795 if (appletalk_inited && ((uap->com & 0x0000FFFF) == 0xff99)) {
812 switch (com = uap->com) {
827 size = IOCPARM_LEN(com);
844 if (com
[all...]
H A Dposix_sem.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
173 static int psem_ioctl (struct fileproc *fp, u_long com,
1094 psem_ioctl(__unused struct fileproc *fp, __unused u_long com, argument
H A Dposix_shm.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
178 static int pshm_ioctl (struct fileproc *fp, u_long com,
1224 pshm_ioctl(__unused struct fileproc *fp, __unused u_long com, argument
H A Dkern_event.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
118 static int kqueue_ioctl(struct fileproc *fp, u_long com, caddr_t data,
604 * author: Matt Jacobson [matthew_jacobson@apple.com]
2165 __unused u_long com,
2164 kqueue_ioctl(__unused struct fileproc *fp, __unused u_long com, __unused caddr_t data, __unused vfs_context_t ctx) argument
H A Dkern_descrip.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
5254 * com ioctl command
5270 fo_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) argument
5275 error = (*fp->f_ops->fo_ioctl)(fp, com, data, ctx);
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile.Darwin85 include ../Makefile.com.Darwin
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
292 int ttioctl_locked(struct tty *tp, u_long com, caddr_t data, int flag,
295 int ttcompat(struct tty *tp, u_long com, caddr_t data, int flag,
304 int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
H A Dmake_posix_availability.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
54 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dfile_internal.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
155 int (*fo_ioctl) (struct fileproc *fp, u_long com,
186 int fo_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx);
H A Dmake_symbol_aliasing.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
58 * http://www.opensource.apple.com/apsl/ and read it before using this file.
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
120 static int vn_ioctl(struct fileproc *fp, u_long com, caddr_t data,
1278 vn_ioctl(struct fileproc *fp, u_long com, caddr_t data, vfs_context_t ctx) argument
1292 error = mac_vnode_check_ioctl(ctx, vp, com);
1300 if (com == FIONREAD) {
1306 if (com == FIONBIO || com == FIOASYNC) { /* XXX */
1320 if (com == DKIOCSETBLOCKSIZE) {
1325 if (com == FIODTYPE) {
1345 error = VNOP_IOCTL(vp, com, dat
[all...]

Completed in 140 milliseconds