HomeSort by: relevance | last modified time | path
    Searched defs:fake (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sparc/stand/bootblk/
Makefile 51 fake: bootblk bootblk.text target
  /src/sbin/umount/
umount.c 79 static int dflag, fake, verbose; variable in typeref:typename:int
129 fake = 1;
286 name, fake ? "fake " : "", mntpt);
287 /* put this before the test of FAKE */
290 if (fake) {
296 (fake && OK < 0) ? ": would fail" : "");
299 if (fake)
  /src/lib/libpuffs/
puffs_priv.h 178 } fake; member in union:puffs_cc::__anon1ff2b957010a
191 #define pcc_func pcc_u.fake.func
192 #define pcc_farg pcc_u.fake.farg
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 431 # (i.e. when calling for pkg_create args, and for fake-pkg)
536 # Fake installation of package so that user can pkg_delete it later.
541 register: fake-pkg
544 .if !target(fake-pkg)
545 fake-pkg: ${PLIST}
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 1339 struct i915_vma fake = { local in function:capture_object
1346 return i915_vma_coredump_create(gt, &fake, name, compress);
  /src/libexec/ld.elf_so/
rtld.c 104 /* Initialize a fake symbol for resolving undefined weak references. */
1281 Needed_Entry fake; local in function:do_dlsym
1285 fake.next = NULL;
1286 fake.obj = __UNCONST(obj);
1287 fake.name = 0;
1290 def = _rtld_symlook_needed(name, &hash, &fake, &defobj,
  /src/lib/libc/stdio/
vfwprintf.c 163 FILE fake; local in function:__sbprintf
170 _FILEEXT_SETUP(&fake, &fakeext);
171 memset(WCIO_GET(&fake), 0, sizeof(struct wchar_io_data));
174 fake._flags = fp->_flags & ~__SNBF;
175 fake._file = fp->_file;
176 fake._cookie = fp->_cookie;
177 fake._write = fp->_write;
178 fake._flush = fp->_flush;
181 fake._bf._base = fake._p = buf
    [all...]

Completed in 18 milliseconds