Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 40) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dnconf.c307 function_key key; member
391 static void handle_f1(int *key, struct menu *current_item) in handle_f1()
399 static void handle_f2(int *key, struct menu *current_item) in handle_f2()
406 static void handle_f3(int *key, struct menu *current_item) in handle_f3()
415 static void handle_f4(int *key, struct menu *current_item) in handle_f4()
431 static void handle_f5(int *key, struct menu *current_item) in handle_f5()
438 static void handle_f6(int *key, struct menu *current_item) in handle_f6()
445 static void handle_f7(int *key, struct menu *current_item) in handle_f7()
452 static void handle_f8(int *key, struct menu *current_item) in handle_f8()
459 static void handle_f9(int *key, struct menu *current_item) in handle_f9()
[all …]
H A Dzconf.hash.c229 register int key = kconf_id_hash (str, len); in kconf_id_lookup() local
H A Dqconf.cc74 Q3ValueList<int> ConfigSettings::readSizes(const QString& key, bool *ok) in readSizes()
89 bool ConfigSettings::writeSizes(const QString& key, const Q3ValueList<int>& value) in writeSizes()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_str.c40 MS_U32 UtopiaStrSetData(char *key, char *value) in UtopiaStrSetData()
58 MS_U32 UtopiaStrGetData(char *key, char *value) in UtopiaStrGetData()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dagpgart.h92 int key; /* tag of allocation */ member
102 int key; /* tag of allocation */ member
107 int key; /* tag of allocation */ member
H A Dreiserfs_fs.h576 const struct reiserfs_key *key) in le_key_k_offset()
588 static __inline__ loff_t le_key_k_type(int version, const struct reiserfs_key *key) in le_key_k_type()
600 static __inline__ void set_le_key_k_offset(int version, struct reiserfs_key *key, in set_le_key_k_offset()
612 static __inline__ void set_le_key_k_type(int version, struct reiserfs_key *key, in set_le_key_k_type()
625 #define is_direntry_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRENTRY) argument
626 #define is_direct_le_key(version,key) (le_key_k_type (version, key) == TYPE_DIRECT) argument
627 #define is_indirect_le_key(version,key) (le_key_k_type (version, key) == TYPE_INDIRECT) argument
628 #define is_statdata_le_key(version,key) (le_key_k_type (version, key) == TYPE_STAT_DATA) argument
641 static __inline__ loff_t cpu_key_k_offset(const struct cpu_key *key) in cpu_key_k_offset()
646 static __inline__ loff_t cpu_key_k_type(const struct cpu_key *key) in cpu_key_k_type()
[all …]
H A Dipc.h11 __kernel_key_t key; member
H A Dsoundcard.h210 unsigned short key; /* Use WAVE_PATCH here */ member
299 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member
468 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member
1259 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key) argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dsearch.h17 char *key; member
34 char *key; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dypupd.h57 yp_buf key; member
66 yp_buf key; member
H A Dyp.x94 keydat key; member
123 keydat key; member
127 keydat key; member
H A Dyp.h101 keydat key; member
133 keydat key; member
137 keydat key; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBDisk.c334 cyg_uint32 key, in usb_disk_get_config()
345 cyg_uint32 key, in usb_disk_set_config()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dyesno.c44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local
H A Dchecklist.c121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
H A Dtextbox.c54 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
H A Dmenubox.c187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBDisk.c345 cyg_uint32 key, in usb_disk_get_config()
376 cyg_uint32 key, in usb_disk_set_config()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dipcbuf.h16 __kernel_key_t key; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dauth_des.h39 des_block key; /* conversation key */ member
H A Dauth.h76 } key; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dsearch.h72 char *key; member
H A Dargp.h91 int key; member
/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c500 void MDrv_AUTH_MDString(MS_U8 *string, MS_U8 *digest, MS_U8 *key) in MDrv_AUTH_MDString()
1088 MS_S32 MDrv_AUTH_AES_Set_Key( ST_AES_CONTEXT *ctx, MS_U8 *key, MS_S32 nbits ) in MDrv_AUTH_AES_Set_Key()

12