Symbol: doit
bin/ls/ls.c
172
bool doit;
bin/ls/ls.c
174
doit = false;
bin/ls/ls.c
183
doit = true;
bin/ls/ls.c
185
doit = true;
bin/ls/ls.c
187
return (doit &&
crypto/heimdal/appl/kf/kf.c
339
ret = doit (argv[i], port, service, message, sizeof(message));
crypto/heimdal/appl/kf/kfd.c
306
ret = doit (port, service);
crypto/heimdal/appl/push/push.c
563
return doit (s, host, user, filename, header_str, leavep, verbose, forkp);
crypto/heimdal/appl/rsh/rsh.c
997
ret = doit (host, ai, user, local_user, cmd, cmd_len,
crypto/heimdal/appl/rsh/rshd.c
977
doit ();
crypto/heimdal/appl/telnet/telnetd/telnetd.c
144
static void doit(struct sockaddr*, int);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
462
doit(sa, sa_size);
crypto/heimdal/appl/test/gssapi_server.c
339
return doit (port, service);
crypto/heimdal/appl/test/nt_gss_server.c
243
return doit (port, service);
crypto/heimdal/appl/test/tcp_server.c
167
return doit (port, service);
crypto/heimdal/appl/test/uu_server.c
211
return doit (port, service);
crypto/heimdal/kadmin/load.c
554
return doit(argv[0], mergep);
crypto/heimdal/kpasswd/kpasswdd.c
900
return doit (keytab, port);
crypto/heimdal/lib/asn1/asn1_gen.c
185
return doit (argv[0]);
crypto/heimdal/lib/asn1/asn1_print.c
351
return doit (argv[0]);
crypto/heimdal/lib/roken/getaddrinfo-test.c
144
doit (nodename, argv[i+1]);
crypto/heimdal/lib/roken/getnameinfo.c
105
return doit (AF_INET6, &sin6->sin6_addr, sizeof(sin6->sin6_addr),
crypto/heimdal/lib/roken/getnameinfo.c
115
return doit (AF_INET, &sin4->sin_addr, sizeof(sin4->sin_addr),
crypto/krb5/src/kprop/kpropd.c
147
static void doit(int fd);
crypto/krb5/src/kprop/kpropd.c
313
doit(sock);
crypto/krb5/src/kprop/kpropd.c
444
doit(s);
crypto/openssl/apps/speed.c
1944
static int get_max(const uint8_t doit[], size_t algs_len)
crypto/openssl/apps/speed.c
1950
if (maxcnt < doit[i])
crypto/openssl/apps/speed.c
1951
maxcnt = doit[i];
crypto/openssl/apps/speed.c
1967
uint8_t doit[ALGOR_NUM] = { 0 };
crypto/openssl/apps/speed.c
2135
if (doit[D_EVP]) {
crypto/openssl/apps/speed.c
2152
doit[D_EVP] = 1;
crypto/openssl/apps/speed.c
2161
doit[D_HMAC] = 1;
crypto/openssl/apps/speed.c
2170
doit[D_EVP_CMAC] = 1;
crypto/openssl/apps/speed.c
2386
doit[i] = 1;
crypto/openssl/apps/speed.c
2390
doit[D_CBC_DES] = doit[D_EDE3_DES] = 1;
crypto/openssl/apps/speed.c
2394
doit[D_SHA1] = doit[D_SHA256] = doit[D_SHA512] = 1;
crypto/openssl/apps/speed.c
2436
doit[D_CBC_128_AES] = doit[D_CBC_192_AES] = doit[D_CBC_256_AES] = 1;
crypto/openssl/apps/speed.c
2440
doit[D_CBC_128_CML] = doit[D_CBC_192_CML] = doit[D_CBC_256_CML] = 1;
crypto/openssl/apps/speed.c
2494
doit[D_KMAC128] = doit[D_KMAC256] = 1;
crypto/openssl/apps/speed.c
2498
doit[D_EVP_CMAC] = 1;
crypto/openssl/apps/speed.c
2625
if (argc == 0 && !doit[D_EVP] && !doit[D_HMAC]
crypto/openssl/apps/speed.c
2626
&& !doit[D_EVP_CMAC] && !do_kems && !do_sigs) {
crypto/openssl/apps/speed.c
2627
memset(doit, 1, sizeof(doit));
crypto/openssl/apps/speed.c
2628
doit[D_EVP] = doit[D_EVP_CMAC] = 0;
crypto/openssl/apps/speed.c
2632
doit[i] = 0;
crypto/openssl/apps/speed.c
2636
doit[i] = 0;
crypto/openssl/apps/speed.c
2644
doit[D_GHASH] = 0;
crypto/openssl/apps/speed.c
2652
doit[D_HMAC] = 0;
crypto/openssl/apps/speed.c
2676
if (doit[i])
crypto/openssl/apps/speed.c
2688
if (doit[D_MD2]) {
crypto/openssl/apps/speed.c
2700
if (doit[D_MDC2]) {
crypto/openssl/apps/speed.c
2712
if (doit[D_MD4]) {
crypto/openssl/apps/speed.c
2724
if (doit[D_MD5]) {
crypto/openssl/apps/speed.c
2736
if (doit[D_SHA1]) {
crypto/openssl/apps/speed.c
2748
if (doit[D_SHA256]) {
crypto/openssl/apps/speed.c
2760
if (doit[D_SHA512]) {
crypto/openssl/apps/speed.c
2772
if (doit[D_WHIRLPOOL]) {
crypto/openssl/apps/speed.c
2784
if (doit[D_RMD160]) {
crypto/openssl/apps/speed.c
2796
if (doit[D_HMAC]) {
crypto/openssl/apps/speed.c
2828
if (doit[D_CBC_DES]) {
crypto/openssl/apps/speed.c
2850
if (doit[D_EDE3_DES]) {
crypto/openssl/apps/speed.c
2874
if (doit[algindex]) {
crypto/openssl/apps/speed.c
2900
if (doit[algindex]) {
crypto/openssl/apps/speed.c
2925
if (doit[algindex]) {
crypto/openssl/apps/speed.c
2948
if (doit[D_GHASH]) {
crypto/openssl/apps/speed.c
2980
if (doit[D_RAND]) {
crypto/openssl/apps/speed.c
2996
if (doit[D_EVP]) {
crypto/openssl/apps/speed.c
3197
if (doit[D_EVP_CMAC]) {
crypto/openssl/apps/speed.c
3235
if (doit[D_KMAC128]) {
crypto/openssl/apps/speed.c
3256
if (doit[D_KMAC256]) {
crypto/openssl/apps/speed.c
4540
if (!doit[k])
crypto/openssl/fuzz/ml-dsa.c
573
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/ml-dsa.c
662
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/ml-dsa.c
663
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/fuzz/ml-kem.c
558
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/ml-kem.c
653
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/ml-kem.c
654
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/fuzz/slh-dsa.c
511
void (*doit)(uint8_t **buf, size_t *len, void *in1, void *in2,
crypto/openssl/fuzz/slh-dsa.c
592
if (ops[operation].doit != NULL)
crypto/openssl/fuzz/slh-dsa.c
593
ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2);
crypto/openssl/test/ssl_old_test.c
1803
ret = doit(s_ssl, c_ssl, bytes);
crypto/openssl/test/ssl_old_test.c
626
int doit(SSL *s_ssl, SSL *c_ssl, long bytes);
sbin/fsck_ffs/pass5.c
101
doit);
sbin/fsck_ffs/pass5.c
82
const char *doit = NULL;
sbin/fsck_ffs/pass5.c
85
doit = "CREAT";
sbin/fsck_ffs/pass5.c
88
doit = "EXPAND";
sbin/fsck_ffs/pass5.c
90
if (doit) {
sbin/fsck_ffs/pass5.c
95
pwarn("CANNOT %s CLUSTER MAPS\n", doit);
share/examples/libusb20/bulk.c
239
doit(dev);
share/examples/libusb20/control.c
411
doit(dev);
sys/compat/linuxkpi/common/include/net/cfg80211.h
1045
int (*doit)(struct wiphy *, struct wireless_dev *, const void *, int);
sys/dev/mpt/mpt_cam.c
512
int r, doit = 0;
sys/dev/mpt/mpt_cam.c
533
doit = 0;
sys/dev/mpt/mpt_cam.c
557
doit++;
sys/dev/mpt/mpt_cam.c
563
doit++;
sys/dev/mpt/mpt_cam.c
569
doit++;
sys/dev/mpt/mpt_cam.c
575
doit++;
sys/dev/mpt/mpt_cam.c
584
doit++;
sys/dev/mpt/mpt_cam.c
588
if (doit) {
tools/tools/cxgbtool/cxgbtool.c
1013
if (doit(iff_name, CHELSIO_LOAD_FW, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
1048
if (doit(iff_name, CHELSIO_LOAD_BOOT, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
1067
if (doit(iff_name, CHELSIO_GET_EEPROM, &ee))
tools/tools/cxgbtool/cxgbtool.c
1105
while (doit(iff_name, CHELSIO_GET_QSET_PARAMS, &qp) == 0) {
tools/tools/cxgbtool/cxgbtool.c
1140
if (doit(iff_name, CHELSIO_GET_QSET_NUM, &reg) < 0)
tools/tools/cxgbtool/cxgbtool.c
1276
if (doit(iff_name, CHELSIO_SET_TRACE_FILTER, &trace) < 0)
tools/tools/cxgbtool/cxgbtool.c
1297
if (doit(iff_name, CHELSIO_GET_FILTER, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
1363
if (doit(iff_name, CHELSIO_DEL_FILTER, &op) < 0) {
tools/tools/cxgbtool/cxgbtool.c
1441
if (doit(iff_name, CHELSIO_SET_FILTER, &op) < 0) {
tools/tools/cxgbtool/cxgbtool.c
1500
if (doit(iff_name, CHELSIO_SET_HW_SCHED, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
1541
if (doit(iff_name, CHELSIO_SET_PKTSCHED, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
1554
if (doit(iff_name, CHELSIO_CLEAR_STATS, NULL) < 0)
tools/tools/cxgbtool/cxgbtool.c
1577
if (doit(iff_name, CHELSIO_GET_UP_LA, &la) < 0)
tools/tools/cxgbtool/cxgbtool.c
161
if (doit(iff_name, CHELSIO_GETREG, &reg) < 0)
tools/tools/cxgbtool/cxgbtool.c
1611
if (doit(iff_name, CHELSIO_GET_UP_IOQS, &ioqs) < 0)
tools/tools/cxgbtool/cxgbtool.c
174
if (doit(iff_name, CHELSIO_SETREG, &ch_reg) < 0)
tools/tools/cxgbtool/cxgbtool.c
230
if (doit(iff_name, cmd, &p) < 0)
tools/tools/cxgbtool/cxgbtool.c
500
if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
tools/tools/cxgbtool/cxgbtool.c
619
if (doit(iff_name, CHELSIO_IFCONF_GETREGS, &regs))
tools/tools/cxgbtool/cxgbtool.c
637
if (doit(iff_name, CHELSIO_GETMTUTAB, &m) < 0)
tools/tools/cxgbtool/cxgbtool.c
658
if (doit(iff_name, CHELSIO_SETMTUTAB, &m) < 0)
tools/tools/cxgbtool/cxgbtool.c
756
if (doit(iff_name, CHELSIO_GET_SGE_CONTEXT, &ctx) < 0)
tools/tools/cxgbtool/cxgbtool.c
796
if (doit(iff_name, CHELSIO_GET_SGE_DESC, &desc) < 0)
tools/tools/cxgbtool/cxgbtool.c
840
if (doit(iff_name, CHELSIO_GET_MEM, &mr) < 0)
tools/tools/cxgbtool/cxgbtool.c
884
if (doit(iff_name, CHELSIO_GET_PM, &pm) < 0)
tools/tools/cxgbtool/cxgbtool.c
903
if (doit(iff_name, CHELSIO_SET_PM, &pm) < 0)
tools/tools/cxgbtool/cxgbtool.c
922
if (doit(iff_name, CHELSIO_READ_TCAM_WORD, &op) < 0)
tools/tools/cxgbtool/cxgbtool.c
976
if (doit(iff_name, CHELSIO_GET_MEM, &mem) < 0)
usr.bin/finger/util.c
102
char doit = 0;
usr.bin/finger/util.c
107
doit = 1;
usr.bin/finger/util.c
110
for (; !doit && w != NULL; w = w->next)
usr.bin/finger/util.c
113
doit = 1;
usr.bin/finger/util.c
119
for (w = pn->whead; doit && w != NULL; w = w->next)
usr.bin/finger/util.c
122
doit = 0;
usr.bin/finger/util.c
124
if (ut != NULL && doit) {
usr.sbin/arp/arp.c
770
goto doit;
usr.sbin/arp/arp.c
804
doit:
usr.sbin/cxgbetool/cxgbetool.c
1018
rc = doit(CHELSIO_T4_GET_FILTER, &t);
usr.sbin/cxgbetool/cxgbetool.c
1040
rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
usr.sbin/cxgbetool/cxgbetool.c
1148
return doit(CHELSIO_T4_SET_FILTER_MASK, &mode);
usr.sbin/cxgbetool/cxgbetool.c
1150
return doit(CHELSIO_T4_SET_FILTER_MODE, &mode);
usr.sbin/cxgbetool/cxgbetool.c
1162
return doit(CHELSIO_T4_DEL_FILTER, &t);
usr.sbin/cxgbetool/cxgbetool.c
1427
rc = doit(CHELSIO_T4_SET_FILTER, &t);
usr.sbin/cxgbetool/cxgbetool.c
183
rc = doit(CHELSIO_T4_GETREG, &reg);
usr.sbin/cxgbetool/cxgbetool.c
199
return doit(CHELSIO_T4_SETREG, &reg);
usr.sbin/cxgbetool/cxgbetool.c
2152
rc = doit(CHELSIO_T4_GET_SGE_CTXT, &cntxt);
usr.sbin/cxgbetool/cxgbetool.c
2290
rc = doit(CHELSIO_T4_CUDBG_DUMP, &dump);
usr.sbin/cxgbetool/cxgbetool.c
2323
rc = doit(CHELSIO_T4_GET_MEM, &mr);
usr.sbin/cxgbetool/cxgbetool.c
2525
rc = doit(CHELSIO_T4_GET_I2C, &i2cd);
usr.sbin/cxgbetool/cxgbetool.c
2554
return doit(CHELSIO_T4_CLEAR_STATS, &port);
usr.sbin/cxgbetool/cxgbetool.c
2573
rc = doit(CHELSIO_T4_GET_TRACER, &t);
usr.sbin/cxgbetool/cxgbetool.c
2639
return doit(CHELSIO_T4_SET_TRACER, &t);
usr.sbin/cxgbetool/cxgbetool.c
2717
return doit(CHELSIO_T4_SET_TRACER, &t);
usr.sbin/cxgbetool/cxgbetool.c
2774
rc = doit(CHELSIO_T4_GET_I2C, &i2cd);
usr.sbin/cxgbetool/cxgbetool.c
2836
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2847
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2856
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2865
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2874
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2881
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2892
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2904
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2910
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2916
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
2922
if ((rc = doit(CHELSIO_T4_GET_I2C, &i2cd)) != 0)
usr.sbin/cxgbetool/cxgbetool.c
3182
return doit(CHELSIO_T4_SCHED_CLASS, &op);
usr.sbin/cxgbetool/cxgbetool.c
3227
return doit(CHELSIO_T4_SCHED_QUEUE, &op);
usr.sbin/cxgbetool/cxgbetool.c
3665
return (doit(CHELSIO_T4_SET_OFLD_POLICY, &op));
usr.sbin/cxgbetool/cxgbetool.c
3674
rc = doit(CHELSIO_T4_SET_OFLD_POLICY, &op);
usr.sbin/cxgbetool/cxgbetool.c
3736
rc = doit(CHELSIO_T4_HOLD_CLIP_ADDR, &ca);
usr.sbin/cxgbetool/cxgbetool.c
3738
rc = doit(CHELSIO_T4_RELEASE_CLIP_ADDR, &ca);
usr.sbin/cxgbetool/cxgbetool.c
552
rc = doit(CHELSIO_T4_REGDUMP, &regs);
usr.sbin/cxgbetool/cxgbetool.c
988
rc = doit(CHELSIO_T4_GET_FILTER_MODE, &mode);
usr.sbin/cxgbetool/cxgbetool.c
999
rc = doit(CHELSIO_T4_GET_FILTER, &t);
usr.sbin/lpr/lpd/lpd.c
422
doit();
usr.sbin/lpr/lpd/lpd.c
99
static void doit(void);
usr.sbin/ndp/ndp.c
948
goto doit;
usr.sbin/ndp/ndp.c
972
doit: