Home
last modified time | relevance | path

Searched refs:done (Results 101 – 125 of 2271) sorted by relevance

12345678910>>...91

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c2907 goto done; in hci_commands2str()
2922 done: in hci_commands2str()
3022 goto done; in hci_features2str()
3036 done: in hci_features2str()
3136 goto done; in hci_le_features2str()
3150 done: in hci_le_features2str()
3341 goto done; in hci_le_chanmap2str()
3364 done: in hci_le_chanmap2str()
/freebsd/sbin/ipf/libipf/
H A Dload_http.c62 goto done; in load_http()
89 goto done; in load_http()
97 goto done; in load_http()
105 goto done; in load_http()
110 goto done; in load_http()
201 done: in load_http()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-prngd.c101 goto done; in get_random_bytes_prngd()
112 goto done; in get_random_bytes_prngd()
127 goto done; in get_random_bytes_prngd()
138 goto done; in get_random_bytes_prngd()
142 done: in get_random_bytes_prngd()
/freebsd/sys/dev/hptmv/
H A Draid5n.h47 #define dataxfer_exec(handle, done, tag) done(_VBUS_P tag, 0) argument
69 #define xor_exec(handle, done, tag) done(_VBUS_P tag, 0) argument
82 extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dmain.c60 static int32_t done; variable
135 for (done = 0; !done; ) { in main()
137 done ++; in main()
216 s, ++ done); in sighandler()
/freebsd/usr.sbin/cpucontrol/
H A Damd10h.c114 goto done; in amd10h_update()
122 goto done; in amd10h_update()
140 goto done; in amd10h_update()
149 goto done; in amd10h_update()
155 done: in amd10h_update()
/freebsd/contrib/expat/examples/
H A Delements.c80 int done; in main() local
107 done = feof(stdin); in main()
109 if (XML_ParseBuffer(parser, (int)len, done) == XML_STATUS_ERROR) { in main()
117 } while (! done); in main()
H A Doutline.c83 int done; in main() local
110 done = feof(stdin); in main()
112 if (XML_ParseBuffer(parser, (int)len, done) == XML_STATUS_ERROR) { in main()
120 } while (! done); in main()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diag_cnt.c60 goto done; in mlx5_sysctl_counter_id()
65 goto done; in mlx5_sysctl_counter_id()
79 done: in mlx5_sysctl_counter_id()
113 goto done; in mlx5_sysctl_params()
117 goto done; in mlx5_sysctl_params()
125 goto done; in mlx5_sysctl_params()
128 goto done; in mlx5_sysctl_params()
131 goto done; in mlx5_sysctl_params()
134 goto done; in mlx5_sysctl_params()
145 done: in mlx5_sysctl_params()
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_asid.c297 goto done; in ASIdentifierChoice_is_canonical()
305 goto done; in ASIdentifierChoice_is_canonical()
314 goto done; in ASIdentifierChoice_is_canonical()
321 goto done; in ASIdentifierChoice_is_canonical()
328 goto done; in ASIdentifierChoice_is_canonical()
347 done: in ASIdentifierChoice_is_canonical()
405 goto done; in ASIdentifierChoice_canonize()
411 goto done; in ASIdentifierChoice_canonize()
497 goto done; in ASIdentifierChoice_canonize()
501 done: in ASIdentifierChoice_canonize()
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dps2mouse.c426 SNAPSHOT_VAR_OR_LEAVE(sc->status, meta, ret, done); in ps2mouse_snapshot()
427 SNAPSHOT_VAR_OR_LEAVE(sc->resolution, meta, ret, done); in ps2mouse_snapshot()
428 SNAPSHOT_VAR_OR_LEAVE(sc->sampling_rate, meta, ret, done); in ps2mouse_snapshot()
429 SNAPSHOT_VAR_OR_LEAVE(sc->ctrlenable, meta, ret, done); in ps2mouse_snapshot()
430 SNAPSHOT_VAR_OR_LEAVE(sc->curcmd, meta, ret, done); in ps2mouse_snapshot()
431 SNAPSHOT_VAR_OR_LEAVE(sc->cur_x, meta, ret, done); in ps2mouse_snapshot()
432 SNAPSHOT_VAR_OR_LEAVE(sc->cur_y, meta, ret, done); in ps2mouse_snapshot()
433 SNAPSHOT_VAR_OR_LEAVE(sc->delta_x, meta, ret, done); in ps2mouse_snapshot()
434 SNAPSHOT_VAR_OR_LEAVE(sc->delta_y, meta, ret, done); in ps2mouse_snapshot()
436 done: in ps2mouse_snapshot()
/freebsd/contrib/libdiff/test/
H A Dexpect019.diff43 goto done;
52 + goto done;
58 + goto done;
65 + goto done;
71 + goto done;
78 goto done;
137 goto done;
143 done:
181 done:
198 goto done;
/freebsd/contrib/ncurses/ncurses/trace/
H A Dvarargs.c79 int done = FALSE; in _nc_varargs() local
86 while (*++fmt != '\0' && !done) { in _nc_varargs()
93 done = TRUE; in _nc_varargs()
98 done = FALSE; in _nc_varargs()
142 done = TRUE; in _nc_varargs()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c189 goto done; in evbuffer_launch_write_()
193 goto done; in evbuffer_launch_write_()
234 goto done; in evbuffer_launch_write_()
240 done: in evbuffer_launch_write_()
263 goto done; in evbuffer_launch_read_()
270 goto done; in evbuffer_launch_read_()
300 goto done; in evbuffer_launch_read_()
306 done: in evbuffer_launch_read_()
/freebsd/contrib/libevent/
H A Dbuffer_iocp.c189 goto done; in evbuffer_launch_write_()
193 goto done; in evbuffer_launch_write_()
234 goto done; in evbuffer_launch_write_()
240 done: in evbuffer_launch_write_()
263 goto done; in evbuffer_launch_read_()
270 goto done; in evbuffer_launch_read_()
300 goto done; in evbuffer_launch_read_()
306 done: in evbuffer_launch_read_()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Diter_cred.c51 goto done; in _gss_ntlm_iter_creds_f()
55 goto done; in _gss_ntlm_iter_creds_f()
60 goto done; in _gss_ntlm_iter_creds_f()
94 done: in _gss_ntlm_iter_creds_f()
/freebsd/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c79 int done; in dtrace_getpcstack() local
81 done = unwind_stack_one(&state, 1); in dtrace_getpcstack()
94 if (done) in dtrace_getpcstack()
137 int done = 0; in dtrace_getstackdepth() local
148 done = unwind_stack_one(&state, 1); in dtrace_getstackdepth()
150 } while (!done); in dtrace_getstackdepth()
/freebsd/lib/libc/rpc/
H A Dsvc_auth_unix.c84 goto done; in _svcauth_unix()
95 goto done; in _svcauth_unix()
109 goto done; in _svcauth_unix()
115 goto done; in _svcauth_unix()
131 done: in _svcauth_unix()
/freebsd/sbin/ggate/shared/
H A Dggate.c238 ssize_t done = 0, done2; in g_gate_send() local
250 done = -1; in g_gate_send()
253 done += done2; in g_gate_send()
257 return (done); in g_gate_send()
263 ssize_t done; in g_gate_recv() local
266 done = recv(s, buf, len, flags); in g_gate_recv()
267 } while (done == -1 && errno == EAGAIN); in g_gate_recv()
268 return (done); in g_gate_recv()
/freebsd/sbin/restore/
H A Dtape.c141 done(1); in setinput()
165 done(1); in setinput()
170 done(1); in setinput()
187 done(1); in newtapebuf()
224 done(1); in setup()
233 done(1); in setup()
252 done(1); in setup()
266 done(1); in setup()
275 done(1); in setup()
287 done(1); in setup()
[all …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_lzop.c44 goto done; in DEFINE_TEST()
48 goto done; in DEFINE_TEST()
55 done: in DEFINE_TEST()
H A Dtest_option_z.c44 goto done; in DEFINE_TEST()
48 goto done; in DEFINE_TEST()
55 done: in DEFINE_TEST()
H A Dtest_option_j.c44 goto done; in DEFINE_TEST()
48 goto done; in DEFINE_TEST()
56 done: in DEFINE_TEST()
H A Dtest_option_xz.c46 goto done; in DEFINE_TEST()
50 goto done; in DEFINE_TEST()
57 done: in DEFINE_TEST()
/freebsd/usr.bin/patch/
H A Dmkpath.c52 int done = 0; in mkpath() local
56 while (!done) { in mkpath()
60 done = (*slash == '\0'); in mkpath()

12345678910>>...91