Searched refs:wl (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/netbsd-current/sys/kern/
H A Dvfs_wapbl.c114 struct mount *wl_mount; /* r: mountpoint wl is associated with */
237 #define WAPBL_USE_FUA(wl) \
238 (wapbl_allow_dpofua && ISSET((wl)->wl_dkcache, DKCACHE_FUA))
239 #define WAPBL_JFLAGS(wl) \
240 (WAPBL_USE_FUA(wl) ? (wl)->wl_jwrite_flags : 0)
241 #define WAPBL_JDATA_FLAGS(wl) \
242 (WAPBL_JFLAGS(wl) & B_MEDIA_DPO) /* only DPO */
257 static int wapbl_write_commit(struct wapbl *wl, off_t head, off_t tail);
258 static int wapbl_write_blocks(struct wapbl *wl, off_
394 wapbl_evcnt_init(struct wapbl *wl) argument
415 wapbl_evcnt_free(struct wapbl *wl) argument
425 wapbl_dkcache_init(struct wapbl *wl) argument
447 wapbl_start_flush_inodes(struct wapbl *wl, struct wapbl_replay *wr) argument
498 struct wapbl *wl; local
697 wapbl_discard(struct wapbl *wl) argument
834 wapbl_stop(struct wapbl *wl, int force) argument
988 wapbl_buffered_write_async(struct wapbl *wl, struct buf *bp) argument
1014 wapbl_buffered_flush(struct wapbl *wl, bool full) argument
1064 wapbl_buffered_write(void *data, size_t len, struct wapbl *wl, daddr_t pbn, int bflags) argument
1146 wapbl_circ_write(struct wapbl *wl, void *data, size_t len, off_t *offp) argument
1193 wapbl_begin(struct wapbl *wl, const char *file, int line) argument
1249 wapbl_end(struct wapbl *wl) argument
1278 wapbl_add_buf(struct wapbl *wl, struct buf * bp) argument
1323 wapbl_remove_buf_locked(struct wapbl * wl, struct buf *bp) argument
1361 wapbl_remove_buf(struct wapbl * wl, struct buf *bp) argument
1370 wapbl_resize_buf(struct wapbl *wl, struct buf *bp, long oldsz, long oldcnt) argument
1521 wapbl_truncate(struct wapbl *wl, size_t minfree) argument
1612 struct wapbl *wl; local
1751 wapbl_flush(struct wapbl *wl, int waitfor) argument
2024 wapbl_jlock_assert(struct wapbl *wl) argument
2031 wapbl_junlock_assert(struct wapbl *wl) argument
2041 wapbl_print(struct wapbl *wl, int full, void (*pr)(const char *, ...)) argument
2162 wapbl_dump(struct wapbl *wl) argument
2177 wapbl_register_deallocation(struct wapbl *wl, daddr_t blk, int len, bool force, void **cookiep) argument
2231 wapbl_deallocation_free(struct wapbl *wl, struct wapbl_dealloc *wd, bool locked) argument
2250 wapbl_unregister_deallocation(struct wapbl *wl, void *cookie) argument
2259 wapbl_inodetrk_init(struct wapbl *wl, u_int size) argument
2270 wapbl_inodetrk_free(struct wapbl *wl) argument
2284 wapbl_inodetrk_get(struct wapbl *wl, ino_t ino) argument
2300 wapbl_register_inode(struct wapbl *wl, ino_t ino, mode_t mode) argument
2324 wapbl_unregister_inode(struct wapbl *wl, ino_t ino, mode_t mode) argument
2353 wapbl_transaction_inodes_len(struct wapbl *wl) argument
2374 wapbl_transaction_len(struct wapbl *wl) argument
2397 wapbl_cache_sync(struct wapbl *wl, const char *msg) argument
2453 wapbl_write_commit(struct wapbl *wl, off_t head, off_t tail) argument
2541 wapbl_write_blocks(struct wapbl *wl, off_t *offp) argument
2635 wapbl_write_revocations(struct wapbl *wl, off_t *offp) argument
2691 wapbl_write_inodes(struct wapbl *wl, off_t *offp) argument
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dalerts.c71 alerts_action_applies(struct winlink *wl, const char *name) argument
81 action = options_get_number(wl->session->options, name);
85 return (wl == wl->session->curw);
87 return (wl != wl->session->curw);
105 struct winlink *wl; local
107 RB_FOREACH(wl, winlinks, &s->windows)
108 alerts_check_all(wl->window);
185 struct winlink *wl; local
223 struct winlink *wl; local
259 struct winlink *wl; local
293 alerts_set_message(struct winlink *wl, const char *type, const char *option) argument
[all...]
H A Dcmd-kill-pane.c49 struct winlink *wl = target->wl; local
53 server_unzoom_window(wl->window);
54 TAILQ_FOREACH_SAFE(loopwp, &wl->window->panes, entry, tmpwp) {
59 window_remove_pane(wl->window, loopwp);
61 server_redraw_window(wl->window);
H A Dcmd-rename-window.c50 struct winlink *wl = target->wl; local
54 window_set_name(wl->window, newname);
55 options_set_number(wl->window->options, "automatic-rename", 0);
57 server_redraw_window_borders(wl->window);
58 server_status_window(wl->window);
H A Dsession.c203 struct winlink *wl; local
225 wl = RB_ROOT(&s->windows);
226 notify_session_window("window-unlinked", s, wl->window);
227 winlink_remove(&s->windows, wl);
338 struct winlink *wl; local
340 if ((wl = winlink_add(&s->windows, idx)) == NULL) {
344 wl->session = s;
345 winlink_set_window(wl, w);
349 return (wl);
354 session_detach(struct session *s, struct winlink *wl) argument
379 struct winlink *wl; local
403 session_next_alert(struct winlink *wl) argument
417 struct winlink *wl; local
434 session_previous_alert(struct winlink *wl) argument
448 struct winlink *wl; local
468 struct winlink *wl; local
478 struct winlink *wl; local
491 session_set_current(struct session *s, struct winlink *wl) argument
653 struct winlink *wl, *wl2; local
708 struct winlink *wl, *wl1, *wl_new; local
[all...]
H A Dcmd-kill-window.c60 struct winlink *wl = target->wl, *loop; local
61 struct window *w = wl->window;
70 server_unlink_window(s, wl);
76 if (RB_PREV(winlinks, &s->windows, wl) == NULL &&
77 RB_NEXT(winlinks, &s->windows, wl) == NULL)
84 if (loop->window != wl->window) {
98 if (loop->window == wl->window)
102 server_kill_window(wl->window, 0);
108 server_kill_window(wl
[all...]
H A Dcmd-kill-session.c51 struct winlink *wl; local
54 RB_FOREACH(wl, winlinks, &s->windows) {
55 wl->window->flags &= ~WINDOW_ALERTFLAGS;
56 wl->flags &= ~WINLINK_ALERTFLAGS;
H A Dcmd-find.c211 struct winlink *wl, *wl_loop; local
215 wl = NULL;
217 wl = fs->s->curw;
221 wl = wl_loop;
226 if (wl == NULL)
228 fs->wl = wl;
229 fs->idx = fs->wl->idx;
310 /* Find window from string. Fills in s, wl, w. */
333 fs->wl
350 struct winlink *wl; local
666 struct winlink *wl; local
737 cmd_find_from_winlink(struct cmd_find_state *fs, struct winlink *wl, int flags) argument
791 cmd_find_from_winlink_pane(struct cmd_find_state *fs, struct winlink *wl, struct window_pane *wp, int flags) argument
[all...]
H A Dcmd-list-panes.c56 struct winlink *wl = target->wl; local
63 cmd_list_panes_window(self, s, wl, item, 0);
81 struct winlink *wl; local
83 RB_FOREACH(wl, winlinks, &s->windows)
84 cmd_list_panes_window(self, s, wl, item, type);
88 cmd_list_panes_window(struct cmd *self, struct session *s, struct winlink *wl, argument
128 TAILQ_FOREACH(wp, &wl->window->panes, entry) {
131 format_defaults(ft, NULL, s, wl, wp);
H A Dcmd-move-window.c68 struct winlink *wl = source->wl; local
95 if (target.wl != NULL)
96 idx = winlink_shuffle_up(dst, target.wl, before);
103 if (server_link_window(src, wl, dst, idx, kflag, !dflag, &cause) != 0) {
109 server_unlink_window(src, wl);
H A Dcmd-switch-client.c58 struct winlink *wl; local
74 wl = target.wl;
119 if (wl != NULL && wp != NULL && wp != wl->window->active) {
120 w = wl->window;
128 if (wl != NULL) {
129 session_set_current(s, wl);
H A Dcmd-break-pane.c56 struct winlink *wl = source->wl; local
60 struct window *w = wl->window;
67 if (target->wl != NULL)
68 idx = winlink_shuffle_up(dst_s, target->wl, before);
77 if (server_link_window(src_s, wl, dst_s, idx, 0,
87 server_unlink_window(src_s, wl);
121 wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
123 session_select(dst_s, wl->idx);
137 cp = format_single(item, template, tc, dst_s, wl, w
[all...]
H A Dcmd-respawn-window.c55 struct winlink *wl = target->wl; local
61 sc.wl = wl;
89 server_redraw_window(wl->window);
H A Dcmd-attach-session.c60 struct winlink *wl; local
89 wl = target.wl;
92 if (wl != NULL) {
95 session_set_current(s, wl);
97 cmd_find_from_winlink_pane(current, wl, wp, 0);
99 cmd_find_from_winlink(current, wl, 0);
103 cwd = format_single(item, cflag, c, s, wl, wp);
/netbsd-current/lib/libcurses/
H A Ddelwin.c54 struct __winlist *wl, *pwl; local
84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
85 if (wl->winp != win)
88 pwl->nextp = wl->nextp;
90 screen->winlistp = wl->nextp;
91 free(wl);
[all...]
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dev_waits.c58 evWaitList *wl = evGetWaitList(ctx, tag, 1); local
65 if (wl->last != NULL)
66 wl->last->next = new;
68 wl->first = new;
69 wl->last = new;
83 evWaitList *wl = evGetWaitList(ctx, tag, 0); local
86 if (!wl) {
91 first = wl->first;
98 ctx->waitDone.last = wl->last;
99 evFreeWaitList(ctx, wl);
111 evWaitList *wl; local
189 evWaitList *wl; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ripemd/asm/
H A Drmd-586.pl42 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
360 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
361 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
362 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
363 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
364 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
365 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
366 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
367 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
368 &RIP1($C,$D,$E,$A,$B,$wl[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ripemd/asm/
H A Drmd-586.pl41 @wl=( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,10,11,12,13,14,15,
359 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
360 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
361 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
362 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
363 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
364 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
365 &RIP1($E,$A,$B,$C,$D,$wl[ 6],$sl[ 6],0);
366 &RIP1($D,$E,$A,$B,$C,$wl[ 7],$sl[ 7],0);
367 &RIP1($C,$D,$E,$A,$B,$wl[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dpr25917.d3 #readelf: -wl
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl
[all...]
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl
[all...]
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dconfig.rpath52 wl=
54 wl='-Wl,'
58 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
80 wl='-Wl,'
83 wl='-Wl,'
86 wl='-Wl,'
89 wl
[all...]
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dconfig.rpath42 wl=
44 wl='-Wl,'
48 wl='-Wl,'
53 wl='-Wl,'
60 wl='-Wl,'
63 wl='-Wl,'
70 wl='-Wl,'
73 wl='-Wl,'
76 wl='-Wl,'
79 wl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/lns/
H A Dlns-duplicate.d1 #readelf: -wl
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/lns/
H A Dlns-duplicate.d2 #readelf: -wl

Completed in 391 milliseconds

1234567891011>>