Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 99) sorted by relevance

1234

/dflybsd-src/sys/dev/drm/
H A Ddrm_atomic_helper.c1105 funcs->commit(crtc); in drm_atomic_helper_commit_modeset_enables()
1135 else if (funcs->commit) in drm_atomic_helper_commit_modeset_enables()
1136 funcs->commit(encoder); in drm_atomic_helper_commit_modeset_enables()
1279 struct drm_crtc_commit *commit = new_crtc_state->commit; in drm_atomic_helper_wait_for_flip_done() local
1282 if (!commit) in drm_atomic_helper_wait_for_flip_done()
1285 ret = wait_for_completion_timeout(&commit->flip_done, 10 * HZ); in drm_atomic_helper_wait_for_flip_done()
1432 if (old_plane_state->commit && in drm_atomic_helper_async_check()
1433 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in drm_atomic_helper_async_check()
1604 struct drm_crtc_commit *commit, *stall_commit = NULL; in stall_checks() local
1611 list_for_each_entry(commit, &crtc->commit_list, commit_entry) { in stall_checks()
[all …]
/dflybsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/dflybsd-src/contrib/cvs-1.12/src/
H A Dwatch.c99 add_commit_pending = what->adding && what->commit; in watch_modify_watchers()
102 remove_commit_pending = !what->adding && what->commit; in watch_modify_watchers()
260 the_args.commit = 0; in watch_addremove()
285 the_args.commit = 1; in watch_addremove()
290 the_args.commit = 1; in watch_addremove()
296 the_args.commit = 0; in watch_addremove()
333 the_args.commit = 1; in watch_addremove()
350 if (the_args.commit) in watch_addremove()
352 if (!the_args.edit && !the_args.unedit && !the_args.commit) in watch_addremove()
H A Dwatch.h23 int commit; member
/dflybsd-src/lib/libc/stdio/
H A Dvfwscanf.c795 wchar_t *commit, *p; in parsefloat() local
819 commit = buf - 1; in parsefloat()
836 commit = p; in parsefloat()
857 commit = p; /* inf or infinity */ in parsefloat()
870 commit = p; in parsefloat()
878 commit = p; in parsefloat()
906 commit = p; in parsefloat()
916 commit = p; in parsefloat()
929 commit = p; in parsefloat()
943 while (commit < --p) in parsefloat()
[all …]
H A Dvfscanf.c931 char *commit, *p; in parsefloat() local
950 commit = buf - 1; in parsefloat()
965 commit = p; in parsefloat()
986 commit = p; /* inf or infinity */ in parsefloat()
999 commit = p; in parsefloat()
1007 commit = p; in parsefloat()
1029 commit = p; in parsefloat()
1041 commit = p; in parsefloat()
1063 commit = p; in parsefloat()
1076 commit = p; in parsefloat()
[all …]
/dflybsd-src/test/test/
H A DREADME33 commit bit is straight set
72 test commit
76 Ich hasse Spass. Ich hoffe, den werd ich mir dem commit-bit haben. Vielen
89 Test commit.
91 Test commit.[2]
/dflybsd-src/contrib/cvs-1.12/contrib/
H A Dintro.doc26 the files, you can 'commit' them into the central repository.
27 (When you do a commit, if you haven't updated to the most
30 the commit.)
68 Use the command 'cvs commit'.
83 You still have to do a commit after these commands. You may make
89 To see the commit messages for files, and who made them, use:
H A Dcvs_acls.in195 Added logging of restricted commit attempts.
327 $ cvs commit -m 'Added cvsacl for use with cvs_acls.' cvsacl checkoutlist
345 commit-denial message. This gives you a chance to print any site-specific
347 a commit is denied.
351 The 'cvsacl' file determines whether you may commit files. It contains lines
710 # --------------------------------------- determine final 'commit' disposition
713 $exit_val = 1; # don't commit
H A DREADME38 messages of a multi-directory "commit" into a
52 "cvs commit" command.
82 $CVSROOT/CVSROOT/loginfo file for logging commit
H A Drcs-5.7-commitid.patch53 +being a part of the same logical commit.
54 +This token must uniquely identify the commit
203 +being a part of the same logical commit.
204 +This token must uniquely identify the commit
/dflybsd-src/contrib/file/magic/Magdir/
H A Dgit12 0 string commit\040
13 >7 regex [0-9a-f]+ Git commit %s
H A Dsereal17 # See https://github.com/Sereal/Sereal/commit/35372ae01d in the
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_atomic.h279 static inline struct drm_crtc_commit *drm_crtc_commit_get(struct drm_crtc_commit *commit) in drm_crtc_commit_get() argument
281 kref_get(&commit->ref); in drm_crtc_commit_get()
282 return commit; in drm_crtc_commit_get()
292 static inline void drm_crtc_commit_put(struct drm_crtc_commit *commit) in drm_crtc_commit_put() argument
294 kref_put(&commit->ref, __drm_crtc_commit_free); in drm_crtc_commit_put()
H A Ddrm_modeset_helper_vtables.h106 void (*commit)(struct drm_crtc *crtc); member
591 void (*commit)(struct drm_encoder *encoder); member
/dflybsd-src/tools/
H A Dgittemplate5 # Approved-by: Fill this in if you needed approval for this commit.
/dflybsd-src/usr.bin/localedef/
H A DREADME11 https://github.com/Nexenta/illumos-nexenta/commit/cf17542a37fc83d0ae093777e30d480423858c29
/dflybsd-src/sys/dev/drm/i915/
H A Ddvo.h88 void (*commit)(struct intel_dvo_device *dvo); member
/dflybsd-src/games/fortune/datfiles/
H A Ddragonfly-funny60 < GeekGod> speak now or forever hold your commit
68 > I'm just joking. But I may hand a commit bit to anyone who
130 <@buggs> And took away his commit bit
/dflybsd-src/libexec/dma/
H A DREADME.DRAGONFLY9 Synced commit May 23 2020: 14ea7d7d5b8e0819d462c9265dafd1b222d994c1
/dflybsd-src/contrib/cvs-1.12/
H A DREADME.DRAGONFLY21 src/commit.c
/dflybsd-src/contrib/wpa_supplicant/
H A DREADME.DRAGONFLY28 (as of commit 13b53940+)
/dflybsd-src/tools/regression/p1003_1b/
H A DREADME13 of patches I'm waiting for approval to commit.
/dflybsd-src/contrib/dhcpcd/
H A DREADME.md53 # Rapid commit support.
95 [commit log](https://github.com/NetworkConfiguration/dhcpcd/commits) and
/dflybsd-src/
H A D.gitignore22 # of avoiding an accidental commit of a binary is quickly offset by the

1234