Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dflybsd-src/sys/dev/acpica/acpi_fujitsu/
H A Dacpi_fujitsu.c99 int exists; member
290 if(sc->gmou.exists) { in acpi_fujitsu_resume()
362 int i, exists; in acpi_fujitsu_init() local
390 exists = sc->gmou.exists; in acpi_fujitsu_init()
393 exists = sc->gbll.exists; in acpi_fujitsu_init()
396 exists = sc->gbls.exists; in acpi_fujitsu_init()
400 exists = sc->gvol.exists; in acpi_fujitsu_init()
403 exists = sc->rvol.exists; in acpi_fujitsu_init()
406 exists = sc->rbll.exists; in acpi_fujitsu_init()
410 exists = 1; in acpi_fujitsu_init()
[all …]
/dflybsd-src/test/cocci/
H A Dunlock_return.cocci27 @rcu_ACPI_SERIAL_BEGIN exists@
36 @exists@
47 @rcu_crit_enter exists@
55 @exists@
65 @rcu_get_mplock exists@
73 @exists@
83 @rcu_lockmgr exists@
92 @exists@
103 @rcu_lwkt_gettoken exists@
112 @exists@
[all …]
/dflybsd-src/etc/
H A DMakefile.usr32 .if exists(${.CURDIR}/dports/.git)
35 . if exists(${.CURDIR}/dports)
48 .if exists(${.CURDIR}/src/.git)
54 .if exists(${.CURDIR}/projects/.git)
61 .if exists(${.CURDIR}/src-sys.tar.bz2)
113 .if exists(${.CURDIR}/src-sys.tar.bz2)
130 .if exists(${.CURDIR}/pkg)
140 .if exists(${.CURDIR}/pkg)
152 .if exists(${.CURDIR}/dports)
159 .if exists(${.CURDIR}/pkg)
[all …]
H A DMakefile64 .if exists(${DESTDIR}/etc/upgrade/Makefile_upgrade.inc)
132 .if exists(${DESTDIR}/etc/master.passwd)
188 .if !exists(${DESTDIR}/etc/pam.d)
195 .if !exists(${DESTDIR}/etc/pam.d/${pamconf})
211 .if exists(${DESTDIR}/usr/lib/gcc2)
215 .if exists(${DESTDIR}/usr/lib/${lib})
221 .if exists(${DESTDIR}/boot)
222 .if exists(${DESTDIR}/kernel)
227 .if exists(${DESTDIR}/modules)
231 .if exists(${DESTDIR}/kernel.old)
[all …]
/dflybsd-src/sys/conf/
H A Dkmod.mk148 .if exists(dragonfly)
149 .if exists(dragonfly/../include)
159 exists(${KERNBUILDDIR}/opt_global.h)
170 .if !exists(dragonfly)
253 .if !exists(${.OBJDIR}/${_link})
260 .if !defined(SYSDIR) && exists(${_dir}/kern/)
264 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern)
329 .if defined(KERNBUILDDIR) && exists(${KERNBUILDDIR}/${_src})
366 .if exists(dragonfly)
371 exists(${KERNBUILDDIR}/${_src})
[all …]
/dflybsd-src/contrib/bmake/mk/
H A Dsrctop.mk23 .elif exists(${SB}/src)
51 .if defined(SRCTOP) && exists(${SRCTOP}/.)
57 .if defined(MAKEOBJDIRPREFIX) && exists(${MAKEOBJDIRPREFIX}${SRCTOP})
59 .elif (exists(${SRCTOP}/Makefile) || exists(${SRCTOP}/makefile))
H A Dautoconf.mk31 .if exists(${.OBJDIR}/config.status)
60 .if exists(${AUTOCONF})
67 .if exists(${.CURDIR}/aclocal.m4)
71 .if exists(${.CURDIR}/acconfig.h)
H A Ddpadd.mk215 INCLUDES_${__lib:T:R} ?= -I${exists(${SRC_${__lib:T:R}}/h):?${SRC_${__lib:T:R}}/h:${SRC_${__lib:T:R…
224 .if exists(${SRC_${__lib}}/h)
236 .if ${__lib:T:N*_pic.a:N*.so} == "" || exists(${__lib:R}.so)
238 .elif exists(${__lib:R}_pic.a)
251 .if (make(${PROG}_p) || defined(NEED_GPROF)) && exists(${__lib:R}_p.a)
330 .elif ${.MAKE.MODE:Mmeta*} != "" && exists(${.MAKE.DEPENDFILE})
/dflybsd-src/share/mk/
H A Dbsd.obj.mk71 !(defined(MAKEOBJDIRPREFIX) && exists(${CANONICALOBJDIR}/)) && \
72 !(defined(MAKEOBJDIR) && exists(${MAKEOBJDIR}/))
75 .elif exists(${.CURDIR}/obj.${MACHINE}/) || exists(${.CURDIR}/obj/)
114 .if ${CANONICALOBJDIR} != ${.CURDIR} && exists(${CANONICALOBJDIR}/)
H A Dbsd.kmod.mk5 .if !defined(SYSDIR) && exists(${_dir}/conf/kmod.mk)
9 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern) || !exists(${SYSDIR}/conf/)
H A Dbsd.cpu.mk22 .if exists(/usr/libexec/${_CCVER}/cc) || exists(/usr/libexec/custom/cc)
29 .if exists(/usr/libexec/${_DEFAULT_BINUTILSVER}/elf/as)
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Drename.c140 bfd_boolean exists; in smart_rename() local
144 exists = lstat (to, &s) == 0; in smart_rename()
150 if (exists) in smart_rename()
163 if (! exists in smart_rename()
173 if (exists) in smart_rename()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Drename.c140 bfd_boolean exists; in smart_rename() local
144 exists = lstat (to, &s) == 0; in smart_rename()
150 if (exists) in smart_rename()
163 if (! exists in smart_rename()
173 if (exists) in smart_rename()
/dflybsd-src/usr.bin/compress/
H A Dcompress.c189 int exists, isreg, oreg; in compress() local
192 exists = !stat(out, &sb); in compress()
193 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in compress()
195 isreg = oreg = !exists || S_ISREG(sb.st_mode); in compress()
279 int exists, isreg, oreg; in decompress() local
282 exists = !stat(out, &sb); in decompress()
283 if (!force && exists && S_ISREG(sb.st_mode) && !permission(out)) in decompress()
285 isreg = oreg = !exists || S_ISREG(sb.st_mode); in decompress()
/dflybsd-src/gnu/usr.bin/cvs/
H A DMakefile.inc13 .if exists(${.OBJDIR}/../lib)
21 .if exists(${.OBJDIR}/../libdiff)
29 .if exists(${.CURDIR}/../../Makefile.inc)
/dflybsd-src/usr.sbin/installer/test/test_storage/
H A DMakefile10 .if exists(${.OBJDIR}/../../libaura)
16 .if exists(${.OBJDIR}/../../libdfui)
22 .if exists(${.OBJDIR}/../../libinstaller)
/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A DMakefile12 .if exists(${.OBJDIR}/../libaura)
18 .if exists(${.OBJDIR}/../libdfui)
24 .if exists(${.OBJDIR}/../libinstaller)
/dflybsd-src/usr.sbin/installer/dfuife_curses/
H A DMakefile11 .if exists(${.OBJDIR}/../libaura)
17 .if exists(${.OBJDIR}/../libdfui)
23 .if exists(${.OBJDIR}/../libinstaller)
/dflybsd-src/bin/ln/
H A Dln.c216 int ch, exists, first; in linkit() local
282 exists = !lstat(target, &sb); in linkit()
283 if (exists) { in linkit()
294 if (fflag && exists) { in linkit()
304 } else if (iflag && exists) { in linkit()
/dflybsd-src/bin/cp/
H A Dutils.c227 copy_link(const FTSENT *p, int exists) in copy_link() argument
237 if (exists && unlink(to.p_path)) { in copy_link()
249 copy_fifo(struct stat *from_stat, int exists) in copy_fifo() argument
251 if (exists && unlink(to.p_path)) { in copy_fifo()
263 copy_special(struct stat *from_stat, int exists) in copy_special() argument
265 if (exists && unlink(to.p_path)) { in copy_special()
/dflybsd-src/
H A DMakefile.inc152 .if exists(${.CURDIR}/${_DIR}) & exists(${.CURDIR}/${_DIR}/Makefile)
759 .if exists(${KERNCONFDIR}/${_kernel})
770 .if exists(${KRNLOBJDIR}/${_kernel}/version)
904 .if exists(${KRNLOBJDIR}/${_kernel}/.buildkernel_run)
944 .if exists(${KRNLOBJDIR}/${INSTALLKERNEL}/.buildkernel_run)
1185 .if exists(${.CURDIR}/${_lib})
1270 .if (exists(${DESTDIR}/sbin) && exists(${DESTDIR}/bin) && \
1271 exists(${DESTDIR}/usr/sbin) && exists(${DESTDIR}/usr/bin) && \
1272 exists(${DESTDIR}/usr/lib) && exists(${DESTDIR}/usr/libexec))
1281 .if (exists(${DESTDIR}/sbin) && exists(${DESTDIR}/bin) && \
[all …]
/dflybsd-src/tools/tools/vop_table/
H A Dvop_table.tcl114 if {![info exists op([list $i $j])]} {
121 if {[info exists fnames($t)]} {
124 if {![info exists nop($t)]} {
137 if {![info exists op([list $i $j])]} {
/dflybsd-src/stand/boot/pc32/loader/
H A DMakefile30 .if exists(${.OBJDIR}/../../dloader32/libdloader32.a)
68 .if !exists(${LIBSTAND})
74 .if exists(${.OBJDIR}/../btx)
110 .if !exists(${DESTDIR}/boot/dloader.rc)
/dflybsd-src/stand/boot/pc32/loader_tftp/
H A DMakefile30 .if exists(${.OBJDIR}/../../dloader32/libdloader32.a)
65 .if !exists(${LIBSTAND})
71 .if exists(${.OBJDIR}/../btx)
106 .if !exists(${DESTDIR}/boot/dloader.rc)
/dflybsd-src/contrib/smbfs/
H A DMakefile22 . if !exists(${CONFIG_INT})
28 . if exists(${CONFIG_MK})
61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))

12345678910>>...16