Searched refs:UI (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dui.h69 /* The UI type is a holder for a specific user interface session. It can
74 typedef struct ui_st UI; typedef in typeref:struct:ui_st
76 /* All instances of UI have a reference to a method structure, which is a
89 UI *UI_new(void);
90 UI *UI_new_method(const UI_METHOD *method);
91 void UI_free(UI *ui);
117 All of the functions in this group take a UI and a prompt string.
136 int UI_add_input_string(UI *ui, const char *prompt, int flags,
138 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
140 int UI_add_verify_string(UI *u
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dui.h73 /* typedef struct ui_st UI; */
83 UI *UI_new(void);
84 UI *UI_new_method(const UI_METHOD *method);
85 void UI_free(UI *ui);
111 All of the functions in this group take a UI and a prompt string.
130 int UI_add_input_string(UI *ui, const char *prompt, int flags,
132 int UI_dup_input_string(UI *ui, const char *prompt, int flags,
134 int UI_add_verify_string(UI *ui, const char *prompt, int flags,
136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags,
138 int UI_add_input_boolean(UI *u
[all...]
H A Dossl_typ.h149 typedef struct ui_st UI; typedef in typeref:struct:ui_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Disdnl2.h16 #define UI 0x03 macro
H A Dtei.c116 bp[2] = UI;
329 } else if ((skb->data[2] & 0xef) != UI) {
H A Disdnl2.c230 return ((data[0] & 0xef) == UI);
610 header[i++] = UI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dppc-opc.c387 /* The UI field in a D form instruction. */
388 #define UI (59)
1310 { "cmplwi", OPL(10,0), OPL_MASK, PPC, { OBF, RA, UI } },
1311 { "cmpldi", OPL(10,1), OPL_MASK, PPC|B64, { OBF, RA, UI } },
1312 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
1313 { "cmpli", OP(10), OP_MASK, POWER, { BF, RA, UI } },
1925 { "ori", OP(24), OP_MASK, PPC, { RA, RS, UI } },
1926 { "oril", OP(24), OP_MASK, POWER, { RA, RS, UI } },
1928 { "oris", OP(25), OP_MASK, PPC, { RA, RS, UI } },
1929 { "oriu", OP(25), OP_MASK, POWER, { RA, RS, UI } },
386 #define UI macro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dppc-opc.c384 /* The UI field in a D form instruction. */
385 #define UI (59)
1307 { "cmplwi", OPL(10,0), OPL_MASK, PPC, { OBF, RA, UI } },
1308 { "cmpldi", OPL(10,1), OPL_MASK, PPC|B64, { OBF, RA, UI } },
1309 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
1310 { "cmpli", OP(10), OP_MASK, POWER, { BF, RA, UI } },
1922 { "ori", OP(24), OP_MASK, PPC, { RA, RS, UI } },
1923 { "oril", OP(24), OP_MASK, POWER, { RA, RS, UI } },
1925 { "oris", OP(25), OP_MASK, PPC, { RA, RS, UI } },
1926 { "oriu", OP(25), OP_MASK, POWER, { RA, RS, UI } },
383 #define UI macro
[all...]

Completed in 174 milliseconds