Searched refs:shadowfile (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bootp-298/
H A Drc.netboot107 common_start "${NETBOOT_MOUNT}/${LOCAL_NETBOOT_DIR}" shadowfile
/macosx-10.10/emacs-93/emacs/lisp/
H A Dshadowfile.el0 ;;; shadowfile.el --- automatic file copying
60 ;; - It is bad to have two emacses both running shadowfile at the same
64 ;; before shadowfile has had a chance to copy it; otherwise
89 :link '(emacs-commentary-link "shadowfile")
105 "If non-nil, shadowfile won't redefine \\[save-buffers-kill-emacs].
657 Thus restores shadowfile's state from your last Emacs session.
756 Extended by shadowfile to automatically save `shadow-todo-file' and
836 (defun shadowfile-unload-hook ()
842 (add-hook 'shadowfile-unload-hook 'shadowfile
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c640 /* close shadowfile */
656 * the shadowfile is hooked up to the actual file it's a stream for.
661 struct vnode *shadowfile = NULL; local
694 if (VNOP_LOOKUP (shadow_dvp, &shadowfile, &cn, kernelctx) == 0) {
696 if (shadowfile == vp) {
703 vnode_put (shadowfile);
720 * int pointed to by 'creator' is nonzero if we created the shadowfile.
876 /* need the kernel context for accessing the shadowfile */
973 /* kernel context for writing shadowfile */
996 * of the shadowfile b
[all...]

Completed in 123 milliseconds