Home
last modified time | relevance | path

Searched refs:style (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/bsd/man/man9/
H A DMakefile23 style.9 \
/xnu-8019.80.24/bsd/dev/arm/
H A Dmunge.c83 style_t style = SS_TO_STYLE(ss); in marshal_no_pad() local
85 if (style == kIndirect) { in marshal_no_pad()
/xnu-8019.80.24/osfmk/tests/
H A DREADME.md90 …itions and report test case SUCCESS/FAILURE. See xnupost.h for `XT_RET* ` style return values. The…
/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c4022 int style, in nfs_advlock_setlock() argument
4053 newnflp->nfl_flags |= style; in nfs_advlock_setlock()
4056 if ((style == NFS_FILE_LOCK_STYLE_FLOCK) && (type == F_WRLCK)) { in nfs_advlock_setlock()
4421 if ((style == NFS_FILE_LOCK_STYLE_POSIX) && (nofp->nof_flags & NFS_OPEN_FILE_POSIXLOCK)) { in nfs_advlock_setlock()
4503 int style, in nfs_advlock_unlock() argument
4548 if ((nflp->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) != style) { in nfs_advlock_unlock()
4587 if ((style == NFS_FILE_LOCK_STYLE_POSIX) && in nfs_advlock_unlock()
4592 if ((style == NFS_FILE_LOCK_STYLE_FLOCK) && in nfs_advlock_unlock()
4643 if ((nflp->nfl_flags & NFS_FILE_LOCK_STYLE_MASK) != style) { in nfs_advlock_unlock()
4784 int error = 0, modified, style; in nfs_vnop_advlock() local
[all …]
/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c3143 int style = (0 == (2 & vc_progress_withmeter)); in vc_draw_progress_meter() local
3149 endCapPos = ((style && onoff) ? pos : barWidth); in vc_draw_progress_meter()
3277 int style = (0 == (2 & vc_progress_withmeter)); in internal_set_progressmeter() local
3287 capRedraw = (style ? (kProgressBarCapWidth * vc_uiscale) : 0); in internal_set_progressmeter()
/xnu-8019.80.24/osfmk/mach/
H A Dthread_act.defs138 * Backward compatible old-style thread routines.
/xnu-8019.80.24/makedefs/
H A DMakeInc.rule56 # $(2) is "1" if it's a "GEN"-style rule that looks locally, or else $(SOURCE)
H A DMakeInc.top46 # Accept either explicit ARCH_CONFIGS or XBS-style RC_ARCHS
H A DMakeInc.def214 -Wno-old-style-cast
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c108 #error This is not supported for old-style page tables