Searched refs:fs (Results 1 – 7 of 7) sorted by relevance
534 GtkWidget *fs; in on_load1_activate() local536 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()537 g_signal_connect(GTK_OBJECT(GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()539 G_CALLBACK(load_filename), (gpointer) fs); in on_load1_activate()541 (GTK_FILE_SELECTION(fs)->ok_button), in on_load1_activate()543 (gpointer) fs); in on_load1_activate()545 (GTK_FILE_SELECTION(fs)->cancel_button), in on_load1_activate()547 (gpointer) fs); in on_load1_activate()548 gtk_widget_show(fs); in on_load1_activate()575 GtkWidget *fs; in on_save_as1_activate() local[all …]
87 $(Q)ln -fs Kconfig.x86 arch/um/Kconfig
1219 U16 fs, fc; in INTERN_DVBT_Config() local1225 fs = 45473; in INTERN_DVBT_Config()1226 fc = fs - 36167; in INTERN_DVBT_Config()1271 gsCmdPacket.param[pc_config_fs_l] = (U8)(fs%256); //0xa1; in INTERN_DVBT_Config()1272 gsCmdPacket.param[pc_config_fs_h] = (U8)(fs/256); //0xb1; in INTERN_DVBT_Config()
5 ln -fs ../../build/bsp/lib/ .
173 // disable fs fail irq for hw handshake
441 $(wildcard include/config/proc/fs.h) \
13225 mm_segment_t fs; in AU_CUS_FileWrite() local13227 fs = get_fs(); in AU_CUS_FileWrite()13238 set_fs(fs); in AU_CUS_FileWrite()