Searched refs:opened (Results 1 - 25 of 213) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dv_midi.h5 int opened; member in struct:vmidi_devc
H A Dsound_timer.c19 static volatile int initialized, opened, tmr_running; variable
97 if (opened)
102 opened = 1;
109 opened = tmr_running = 0;
176 if (!opened)
285 if (!opened)
H A Dsys_timer.c21 static volatile int opened, tmr_running; variable
54 if (opened)
96 if (opened)
102 opened = 1;
114 opened = tmr_running = 0;
183 if (!opened)
H A Dsb_midi.c43 if (devc->opened)
48 devc->opened = 1;
58 devc->opened = 0;
83 devc->opened = 0;
H A Duart401.c39 int opened, disabled; member in struct:uart401_devc
93 else if (devc->opened & OPEN_READ && devc->midi_input_intr)
123 if (devc->opened)
132 devc->opened = mode;
144 devc->opened = 0;
320 devc->opened = 0;
381 devc->opened = 0;
H A Dv_midi.c55 if (devc->opened)
60 devc->opened = 1;
85 devc->opened = 0;
220 v_devc[0]->opened = v_devc[0]->input_opened = 0;
241 v_devc[1]->opened = v_devc[1]->input_opened = 0;
H A Dmpu401.c42 int opened; /* member in struct:mpu_config
430 else if (devc->opened & OPEN_READ && devc->inputintr != NULL)
447 if (devc->base != 0 && (devc->opened & OPEN_READ || devc->mode == MODE_SYNTH))
472 if (devc->opened)
513 devc->opened = mode;
536 devc->opened = 0;
615 if (devc->opened && devc->mode == MODE_SYNTH)
825 if (devc->opened)
843 devc->opened = mode;
874 devc->opened
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp_fs_i.h21 atomic_t opened; member in struct:ncp_inode_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dsave.c61 const char *opened = NULL; local
99 opened = tmp;
106 opened = filename;
111 filename, opened));
132 if (opened != filename) {
134 unlink(opened);
136 printf("unlinked temp cache %s\n", opened));
145 rename(opened, filename);
147 printf("moved temp cache %s\n", opened));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_midi.c47 int opened; /* flag for opening */ member in struct:seq_oss_midi
186 mdev->opened = 0;
327 * open the midi device if not opened yet
340 if (mdev->opened && mdev->devinfo != dp) {
356 /* already opened? */
357 if ((mdev->opened & perm) == perm) {
362 perm &= ~mdev->opened;
371 mdev->opened |= PERM_WRITE;
380 mdev->opened |= PERM_READ;
383 if (! mdev->opened) {
[all...]
H A Dseq_oss_synth.c59 int opened; member in struct:seq_oss_synth
117 rec->opened = 0;
236 info->opened = 0;
259 info->opened++;
260 rec->opened++;
292 info->opened = 1;
293 midi_synth_dev.opened++;
316 if (! info->opened)
319 if (midi_synth_dev.opened > 0) {
321 midi_synth_dev.opened
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Drecordmcount.pl365 my $opened = 0;
441 if (!$opened) {
443 $opened = 1;
527 if (!$opened) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivamnt.c47 static unsigned long opened; variable
137 if (test_and_set_bit(0, &opened))
155 clear_bit(0, &opened);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dffile.tex53 Opens a file with the given file pointer, which has already been opened.
82 The descriptor should be already opened and it will be closed by wxFFile
98 descriptor is opened. \helpref{IsOpened()}{wxffileisopened} will return \false after call to Detach().
120 Also note that this method may only be called for opened files and may crash if
121 the file is not opened.
133 Please note that this method may only be called for opened files and may crash
134 if the file is not opened.
170 Returns \true if the file is opened. Most of the methods of this class may only
171 be used for an opened file.
H A Dhtmlcell.tex36 a container {\it within an already opened container}. This new container is a
76 You can see that there was opened container before running the code. We closed
77 it, created our own container, then closed our container and opened
H A Dmenuevt.tex27 \twocolitem{{\bf EVT\_MENU\_OPEN(func)}}{A menu is about to be opened. On Windows,
56 Returns the menu which is being opened or closed. This method should only be
73 Returns {\tt true} if the menu which is being opened or closed is a popup menu,
H A Dfile.tex64 \twocolitem{{\bf wxFile::read}}{Open file for reading or test if it can be opened for reading with Access()}
66 or test if it can be opened for writing with Access()}
68 \twocolitem{{\bf wxFile::write\_append}}{Open file for appending: the file is opened for writing, but the old
105 Associates the file with the given file descriptor, which has already been opened.
141 The descriptor should be already opened and it will be closed by wxFile
165 descriptor is opened. \helpref{IsOpened()}{wxfileisopened} will return false after call to Detach().
237 Returns true if the file has been opened.
315 Returns the current position or wxInvalidOffset if file is not opened or if another
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dutil.c374 gboolean opened = FALSE; local
376 if( !opened )
377 opened = gtk_show_uri( NULL, uri, GDK_CURRENT_TIME, NULL );
379 if( !opened )
380 opened = g_app_info_launch_default_for_uri( uri, NULL, NULL );
382 if( !opened ) {
384 opened = g_spawn_async( NULL, argv, NULL, G_SPAWN_SEARCH_PATH,
388 if( !opened )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ddabusb.h33 int opened; member in struct:__anon12197
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dfile.c44 DPRINTK("ncp_make_open: opened=%d, volume # %u, dir entry # %u\n",
45 atomic_read(&NCP_FINFO(inode)->opened),
50 if (!atomic_read(&NCP_FINFO(inode)->opened)) {
85 atomic_set(&NCP_FINFO(inode)->opened, 1);
91 atomic_inc(&NCP_FINFO(inode)->opened);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dusb-wwan.h53 int opened; member in struct:usb_wwan_port_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dsnd.c33 int opened; member in struct:snd_ctxt
211 snd->opened = 0;
222 if (snd->opened == 0) {
234 snd->opened = 1;
236 pr_err("snd already opened.\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h26 enum { opened, initialized, connected } state; enumerator in enum:file_info::__anon11541
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dchan_kern.h23 unsigned int opened:1; member in struct:chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h81 int opened; member in struct:omap_vout_device

Completed in 210 milliseconds

123456789