Searched refs:ui (Results 26 - 50 of 83) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/engines/
H A De_chil.c67 #include <openssl/ui.h>
1236 UI *ui = UI_new_method(ui_method); local
1237 if (ui) {
1239 char *prompt = UI_construct_prompt(ui,
1242 ok = UI_add_input_string(ui, prompt,
1245 UI_add_user_data(ui, callback_data);
1246 UI_ctrl(ui, UI_CTRL_PRINT_ERRORS, 1, 0, 0);
1250 ok = UI_process(ui);
1252 while (ok < 0 && UI_ctrl(ui, UI_CTRL_IS_REDOABLE, 0, 0, 0));
1257 UI_free(ui);
1274 UI *ui; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c1096 struct udpiphdr *ui; local
1384 ui = mtod(m, struct udpiphdr *);
1385 bzero(ui->ui_x1, sizeof(ui->ui_x1)); /* XXX still needed? */
1386 ui->ui_v = IPVERSION << 4;
1387 ui->ui_pr = pr;
1388 ui->ui_src = laddr;
1389 ui->ui_dst = faddr;
1390 ui->ui_sport = lport;
1391 ui
[all...]
H A Dtcp_usrreq.c1577 u_int ui; local
1744 error = sooptcopyin(sopt, &ui, sizeof(ui), sizeof(ui));
1748 if (ui > (UINT_MAX / hz)) {
1752 ui *= hz;
1757 tp->t_keepidle = ui;
1768 tp->t_keepintvl = ui;
1775 tp->t_keepinit = ui;
1786 error = sooptcopyin(sopt, &ui, sizeo
[all...]
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man223 MAN+= ui.3
1240 MLINKS+= ui.3 ERR_load_UI_strings.3
1241 MLINKS+= ui.3 UI_OpenSSL.3
1242 MLINKS+= ui.3 UI_add_error_string.3
1243 MLINKS+= ui.3 UI_add_info_string.3
1244 MLINKS+= ui.3 UI_add_input_boolean.3
1245 MLINKS+= ui.3 UI_add_input_string.3
1246 MLINKS+= ui.3 UI_add_user_data.3
1247 MLINKS+= ui.3 UI_add_verify_string.3
1248 MLINKS+= ui
[all...]
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile87 mdc2_one.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
94 mdc2dgst.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr_all.c97 #include <openssl/ui.h>
H A DMakefile103 err_all.o: ../../include/openssl/ts.h ../../include/openssl/ui.h
/freebsd-11-stable/contrib/gcc/
H A Dalias.c2422 unsigned int ui;
2572 for (ui = 0; ui < maxreg; ui++)
2574 if (new_reg_base_value[ui]
2575 && new_reg_base_value[ui] != VEC_index (rtx, reg_base_value, ui)
2576 && ! rtx_equal_p (new_reg_base_value[ui],
2577 VEC_index (rtx, reg_base_value, ui)))
2579 VEC_replace (rtx, reg_base_value, ui, new_reg_base_valu
2418 unsigned int ui; local
[all...]
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_qp.c146 _QP_TTOQ(ui, i, u_int, -1, u_int, u.a[0])
153 _QP_QTOT(ui, i, u_int)
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_state.c1233 OUT_RING(depth_boxes[i].ui[CLEAR_X1]);
1234 OUT_RING(depth_boxes[i].ui[CLEAR_Y1]);
1235 OUT_RING(depth_boxes[i].ui[CLEAR_DEPTH]);
1237 OUT_RING(depth_boxes[i].ui[CLEAR_X1]);
1238 OUT_RING(depth_boxes[i].ui[CLEAR_Y2]);
1239 OUT_RING(depth_boxes[i].ui[CLEAR_DEPTH]);
1241 OUT_RING(depth_boxes[i].ui[CLEAR_X2]);
1242 OUT_RING(depth_boxes[i].ui[CLEAR_Y2]);
1243 OUT_RING(depth_boxes[i].ui[CLEAR_DEPTH]);
1310 OUT_RING(depth_boxes[i].ui[CLEAR_X
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.c81 uint16_t ui; member in union:__anon12
86 tmpval.ui = value;
91 return retval.ui;
100 uint32_t ui; member in union:__anon13
105 tmpval.ui = value;
112 return retval.ui;
121 uint64_t ui; member in union:__anon14
126 tmpval.ui = value;
137 return retval.ui;
/freebsd-11-stable/sys/sys/
H A Dbus_dma.h217 struct uio *ui,
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq.c654 pdq_unsolicited_info_t *ui = &pdq->pdq_unsolicited_info;
662 while (cbp->pdqcb_unsolicited_event != ui->ui_completion) {
664 event = &ui->ui_events[ui->ui_completion & (PDQ_NUM_UNSOLICITED_EVENTS-1)];
705 PDQ_ADVANCE(ui->ui_completion, 1, PDQ_RING_MASK(dbp->pdqdb_unsolicited_events));
706 ui->ui_free++;
712 PDQ_ADVANCE(ui->ui_producer, ui->ui_free, PDQ_RING_MASK(dbp->pdqdb_unsolicited_events));
713 ui->ui_free = 0;
716 ui
647 pdq_unsolicited_info_t *ui = &pdq->pdq_unsolicited_info; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_nist.c375 unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) / member in union:__anon6203
414 const unsigned int *bp = (const unsigned int *)buf.ui;
516 unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) / member in union:__anon6204
569 const unsigned int *bp = (const unsigned int *)buf.ui;
697 unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) / member in union:__anon6206
740 const unsigned int *bp = (const unsigned int *)buf.ui;
943 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / member in union:__anon6208
986 const unsigned int *bp = (const unsigned int *)buf.ui;
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile55 ui-file.c ui-out.c user-regs.c utils.c \
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.c1014 int i, ui, uj; local
1019 for (ui = 0; ui < (int)princ->realm.length; ui++)
1020 putchar(princ->realm.data[ui]);
2050 unsigned int ui; local
2054 for (ui = 0; ui < authentp->length; ui++)
2055 fprintf(stderr, "%02x ", p[ui]);
[all...]
H A Dt1_enc.c865 unsigned long ui; local
878 for (ui = 0; ui < l; ui++)
879 fprintf(stderr, " %02x", rec->input[ui]);
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c3432 u_int ui; local
3450 ui = 0;
3459 if (1 == sscanf(tag, addr_fmt, &ui) &&
3465 if (1 == sscanf(tag, bcast_fmt, &ui) &&
3472 if (1 == sscanf(tag, en_fmt, &ui) &&
3478 if (1 == sscanf(tag, flags_fmt, &ui) &&
3484 if (1 == sscanf(tag, mc_fmt, &ui) &&
3490 if (1 == sscanf(tag, name_fmt, &ui)) {
3504 if (1 == sscanf(tag, pc_fmt, &ui) &&
3510 if (1 == sscanf(tag, rx_fmt, &ui)
3645 u_int ui; local
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c443 int ui = 0; local
448 ui++;
457 ui++;
464 switch (ui) {
483 switch (ui) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.c1463 } ui;
1470 memcpy(ui.ch, bp, sizeof(ui.ch));
1472 uo.u32[0] = ntohl(ui.u32[1]);
1474 uo.u32[1] = ntohl(ui.u32[0]);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c3431 t3_register_uld(struct uld_info *ui) argument
3438 if (u->uld_id == ui->uld_id) {
3444 SLIST_INSERT_HEAD(&t3_uld_list, ui, link);
3445 ui->refcount = 0;
3452 t3_unregister_uld(struct uld_info *ui) argument
3460 if (u == ui) {
3461 if (ui->refcount > 0) {
3466 SLIST_REMOVE(&t3_uld_list, ui, uld_info, link);
3480 struct uld_info *ui; local
3484 SLIST_FOREACH(ui,
3502 struct uld_info *ui; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_raw.c267 clnt_raw_control(CLIENT *cl, u_int ui, void *str) argument
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c52 #include <ui-out.h>
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.c251 unsigned short ans_cnt, ui; local
300 ui = 0;
301 while (p < data + len && ui < ans_cnt)
308 ++ui;
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1255 if (ui.quota > 0)
1264 ui.mailspool, sm_errstring(errno));
1268 if (dsb.st_size + sb.st_size + 1 > ui.quota)
1273 ui.mailspool);

Completed in 453 milliseconds

1234