/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 60 int opened; member 118 rec->opened = 0; in snd_seq_oss_synth_probe() 237 info->opened = 0; in snd_seq_oss_synth_setup() 258 info->opened++; in snd_seq_oss_synth_setup() 259 rec->opened++; in snd_seq_oss_synth_setup() 291 info->opened = 1; in snd_seq_oss_synth_setup_midi() 292 midi_synth_dev.opened++; in snd_seq_oss_synth_setup_midi() 315 if (! info->opened) in snd_seq_oss_synth_cleanup() 318 if (midi_synth_dev.opened > 0) { in snd_seq_oss_synth_cleanup() 320 midi_synth_dev.opened--; in snd_seq_oss_synth_cleanup() [all …]
|
D | seq_oss_midi.c | 47 int opened; /* flag for opening */ member 184 mdev->opened = 0; in snd_seq_oss_midi_check_new_port() 336 if (mdev->opened && mdev->devinfo != dp) { in snd_seq_oss_midi_open() 353 if ((mdev->opened & perm) == perm) { in snd_seq_oss_midi_open() 358 perm &= ~mdev->opened; in snd_seq_oss_midi_open() 367 mdev->opened |= PERM_WRITE; in snd_seq_oss_midi_open() 376 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open() 379 if (! mdev->opened) { in snd_seq_oss_midi_open() 400 if (! mdev->opened || mdev->devinfo != dp) { in snd_seq_oss_midi_close() 406 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_close() [all …]
|
D | seq_oss_device.h | 72 int opened; member
|
/linux-4.4.14/sound/oss/ |
D | sys_timer.c | 21 static volatile int opened, tmr_running; variable 53 if (!opened) in poll_def_tmr() 91 if (opened) in def_tmr_open() 97 opened = 1; in def_tmr_open() 109 opened = tmr_running = 0; in def_tmr_close() 178 if (!opened) in def_tmr_get_time()
|
D | sound_timer.c | 19 static volatile int initialized, opened, tmr_running; variable 97 if (opened) in timer_open() 102 opened = 1; in timer_open() 109 opened = tmr_running = 0; in timer_close() 176 if (!opened) in timer_get_time() 285 if (!opened) in sound_timer_interrupt()
|
D | sb_midi.c | 43 if (devc->opened) in sb_midi_open() 48 devc->opened = 1; in sb_midi_open() 58 devc->opened = 0; in sb_midi_open() 83 devc->opened = 0; in sb_midi_close()
|
D | v_midi.c | 55 if (devc->opened) in v_midi_open() 60 devc->opened = 1; in v_midi_open() 85 devc->opened = 0; in v_midi_close() 220 v_devc[0]->opened = v_devc[0]->input_opened = 0; in attach_v_midi() 241 v_devc[1]->opened = v_devc[1]->input_opened = 0; in attach_v_midi()
|
D | uart401.c | 39 int opened, disabled; member 92 else if (devc->opened & OPEN_READ && devc->midi_input_intr) in uart401_input_loop() 123 if (devc->opened) in uart401_open() 132 devc->opened = mode; in uart401_open() 145 devc->opened = 0; in uart401_close() 315 devc->opened = 0; in probe_uart401() 379 devc->opened = 0; in probe_uart401()
|
D | mpu401.c | 42 int opened; /* member 431 else if (devc->opened & OPEN_READ && devc->inputintr != NULL) in mpu401_input_loop() 448 if (devc->base != 0 && (devc->opened & OPEN_READ || devc->mode == MODE_SYNTH)) in mpuintr() 473 if (devc->opened) in mpu401_open() 514 devc->opened = mode; in mpu401_open() 537 devc->opened = 0; in mpu401_close() 615 if (devc->opened && devc->mode == MODE_SYNTH) in mpu401_command() 824 if (devc->opened) in mpu_synth_open() 842 devc->opened = mode; in mpu_synth_open() 873 devc->opened = 0; in mpu_synth_close() [all …]
|
D | v_midi.h | 5 int opened; member
|
D | sb_audio.c | 50 if (devc->opened) in sb_audio_open() 63 devc->opened = mode; in sb_audio_open() 104 && (devc->opened & OPEN_READ) && (devc->opened & OPEN_WRITE)) in sb_audio_close() 116 if ((devc->submodel == SUBMDL_ALS007) && (devc->opened & OPEN_READ)) in sb_audio_close() 121 devc->opened = 0; in sb_audio_close() 287 if (devc->opened & OPEN_READ) in sb1_audio_set_speed() 449 if (devc->opened & OPEN_READ && speed > 15000) in sb201_audio_set_speed()
|
D | sb.h | 100 int opened; member
|
/linux-4.4.14/scripts/ |
D | recordmcount.pl | 381 my $opened = 0; 457 if (!$opened) { 459 $opened = 1; 543 if (!$opened) {
|
/linux-4.4.14/include/linux/ |
D | ima.h | 18 extern int ima_file_check(struct file *file, int mask, int opened); 30 static inline int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() argument
|
D | hdlcdrv.h | 87 int opened; member
|
D | fs.h | 1675 umode_t create_mode, int *opened); 2245 int *opened);
|
/linux-4.4.14/fs/ncpfs/ |
D | file.c | 44 atomic_read(&NCP_FINFO(inode)->opened), in ncp_make_open() 49 if (!atomic_read(&NCP_FINFO(inode)->opened)) { in ncp_make_open() 84 atomic_set(&NCP_FINFO(inode)->opened, 1); in ncp_make_open() 90 atomic_inc(&NCP_FINFO(inode)->opened); in ncp_make_open()
|
D | ncp_fs_i.h | 21 atomic_t opened; member
|
D | ncp_fs.h | 37 int opened; member
|
D | inode.c | 214 if (!atomic_read(&NCP_FINFO(inode)->opened)) { in ncp_update_inode2() 268 atomic_set(&NCP_FINFO(inode)->opened, info->opened); in ncp_iget() 712 finfo.opened = 0; in ncp_fill_super()
|
D | ncplib_kernel.h | 63 atomic_dec(&NCP_FINFO(inode)->opened); in ncp_inode_close()
|
D | ncplib_kernel.c | 293 if (atomic_read(&NCP_FINFO(inode)->opened) == 1) { in ncp_make_closed() 294 atomic_set(&NCP_FINFO(inode)->opened, 0); in ncp_make_closed() 809 target->opened = 1; in ncp_open_create_file_or_subdir()
|
D | dir.c | 627 entry->opened = 0; in ncp_fill_cache() 868 finfo.opened = 0; in ncp_lookup()
|
/linux-4.4.14/drivers/input/misc/ |
D | cma3000_d0x.c | 80 bool opened; member 236 data->opened = true; in cma3000_open() 252 data->opened = false; in cma3000_close() 261 if (!data->suspended && data->opened) in cma3000_suspend() 275 if (data->suspended && data->opened) in cma3000_resume()
|
D | adxl34x.c | 202 bool opened; /* P: mutex */ member 419 if (!ac->suspended && !ac->disabled && ac->opened) in adxl34x_suspend() 432 if (ac->suspended && !ac->disabled && ac->opened) in adxl34x_resume() 463 if (!ac->suspended && ac->opened) { in adxl34x_disable_store() 592 if (!ac->disabled && !ac->suspended && ac->opened) in adxl34x_autosleep_store() 670 ac->opened = true; in adxl34x_input_open() 686 ac->opened = false; in adxl34x_input_close()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_main.c | 158 int opened) in process_measurement() argument 241 xattr_value, xattr_len, opened); in process_measurement() 305 int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() argument 309 FILE_CHECK, opened); in ima_file_check()
|
D | ima.h | 181 int xattr_len, int opened); 197 int xattr_len, int opened) in ima_appraise_measurement() argument
|
D | ima_appraise.c | 188 int xattr_len, int opened) in ima_appraise_measurement() argument 206 if (opened & FILE_CREATED) { in ima_appraise_measurement()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 47 static unsigned long opened; variable 137 if (test_and_set_bit(0, &opened)) in maint_open() 155 clear_bit(0, &opened); in maint_close()
|
/linux-4.4.14/sound/atmel/ |
D | ac97c.c | 83 int opened; member 181 chip->opened++; in atmel_ac97c_playback_open() 200 chip->opened++; in atmel_ac97c_capture_open() 218 chip->opened--; in atmel_ac97c_playback_close() 219 if (!chip->opened) { in atmel_ac97c_playback_close() 235 chip->opened--; in atmel_ac97c_capture_close() 236 if (!chip->opened) { in atmel_ac97c_capture_close() 345 if (chip->opened <= 1) in atmel_ac97c_playback_prepare() 436 if (chip->opened <= 1) in atmel_ac97c_capture_prepare() 528 if (chip->opened <= 1) in atmel_ac97c_playback_trigger() [all …]
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi_lib.c | 59 if (!pv->is_console && pv->opened) { in hvsi_cd_change() 192 if (!pv->opened) in hvsilib_get_chars() 370 pv->opened = 1; in hvsilib_establish() 397 pv->opened = 0; in hvsilib_close()
|
/linux-4.4.14/drivers/usb/misc/ |
D | iowarrior.c | 88 int opened; /* this is 1 if the device is currently open */ member 405 if (!dev->opened) { in iowarrior_write() 625 if (dev->opened) { in iowarrior_open() 637 ++dev->opened; in iowarrior_open() 666 if (dev->opened <= 0) { in iowarrior_release() 670 dev->opened = 0; /* we're closing now */ in iowarrior_release() 906 if (dev->opened) { in iowarrior_disconnect()
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_kern.c | 88 if (chan->opened) in open_one_chan() 106 chan->opened = 1; in open_one_chan() 209 if (!chan->opened) in close_one_chan() 227 chan->opened = 0; in close_one_chan() 489 .opened = 0, in parse_chan()
|
D | chan.h | 23 unsigned int opened:1; member
|
D | net_kern.c | 31 static LIST_HEAD(opened); 181 list_add(&lp->list, &opened); in uml_net_open() 795 list_for_each(ele, &opened) { in inet_register() 829 list_for_each(ele, &opened) { in close_devices()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | tsc200x-core.c | 109 bool opened; member 432 ts->opened = true; in tsc200x_open() 448 ts->opened = false; in tsc200x_close() 634 if (!ts->suspended && ts->opened) in tsc200x_suspend() 650 if (ts->suspended && ts->opened) in tsc200x_resume()
|
/linux-4.4.14/sound/hda/ext/ |
D | hdac_ext_stream.c | 307 if (!stream->opened) { in hdac_ext_host_stream_assign() 316 res->hstream.opened = 1; in hdac_ext_host_stream_assign() 394 if (stream->decoupled && !stream->hstream.opened) in snd_hdac_ext_stream_release()
|
/linux-4.4.14/sound/pci/lola/ |
D | lola_pcm.c | 231 if (str->opened) { in lola_pcm_open() 237 str->opened = 1; in lola_pcm_open() 268 s->opened = 0; in lola_cleanup_slave_streams() 280 str->opened = 0; in lola_pcm_close() 483 str[i].opened = 1; in lola_pcm_prepare()
|
D | lola.h | 308 unsigned int opened:1; member
|
/linux-4.4.14/fs/ |
D | namei.c | 2782 int *opened) in atomic_open() argument 2853 opened); in atomic_open() 2869 if (*opened & FILE_CREATED) in atomic_open() 2872 WARN_ON(*opened & FILE_CREATED); in atomic_open() 2878 if (excl && !(*opened & FILE_CREATED)) { in atomic_open() 2891 if (*opened & FILE_CREATED) { in atomic_open() 2941 bool got_write, int *opened) in lookup_open() argument 2949 *opened &= ~FILE_CREATED; in lookup_open() 2960 need_lookup, opened); in lookup_open() 2987 *opened |= FILE_CREATED; in lookup_open() [all …]
|
D | open.c | 792 int *opened) in finish_open() argument 795 BUG_ON(*opened & FILE_OPENED); /* once it's opened, it's opened */ in finish_open() 801 *opened |= FILE_OPENED; in finish_open()
|
/linux-4.4.14/drivers/misc/ |
D | phantom.c | 46 unsigned int opened; member 227 if (dev->opened) { in phantom_open() 238 dev->opened++; in phantom_open() 250 dev->opened = 0; in phantom_release()
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | network.c | 45 static LIST_HEAD(opened); 323 list_for_each(ele, &opened) { in iss_net_poll() 385 list_add(&lp->opened_list, &opened); in iss_net_open() 407 list_del(&opened); in iss_net_close()
|
/linux-4.4.14/drivers/watchdog/ |
D | f71808e_wdt.c | 139 unsigned long opened; member 469 if (test_and_set_bit(0, &watchdog.opened)) in watchdog_open() 474 clear_bit(0, &watchdog.opened); in watchdog_open() 487 clear_bit(0, &watchdog.opened); in watchdog_release()
|
/linux-4.4.14/drivers/vfio/ |
D | vfio.c | 86 atomic_t opened; member 218 atomic_set(&group->opened, 0); in vfio_create_group() 1368 int opened; in vfio_group_fops_open() local 1375 opened = atomic_cmpxchg(&group->opened, 0, 1); in vfio_group_fops_open() 1376 if (opened) { in vfio_group_fops_open() 1383 atomic_dec(&group->opened); in vfio_group_fops_open() 1401 atomic_dec(&group->opened); in vfio_group_fops_release()
|
/linux-4.4.14/sound/usb/line6/ |
D | pcm.h | 132 unsigned long opened; member
|
D | pcm.c | 156 if (!test_and_set_bit(type, &pstr->opened) && !pstr->buffer) { in line6_buffer_acquire() 172 clear_bit(type, &pstr->opened); in line6_buffer_release() 173 if (!pstr->opened) { in line6_buffer_release()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 90 int opened; member 1098 bus->opened = 1; in pmac_i2c_open() 1101 bus->opened = 0; in pmac_i2c_open() 1111 WARN_ON(!bus->opened); in pmac_i2c_close() 1114 bus->opened = 0; in pmac_i2c_close() 1121 WARN_ON(!bus->opened); in pmac_i2c_setmode() 1142 WARN_ON(!bus->opened); in pmac_i2c_xfer()
|
/linux-4.4.14/drivers/input/mouse/ |
D | bcm5974.c | 295 int opened; /* 1: opened, 0: closed */ member 855 dev->opened = 1; in bcm5974_open() 872 dev->opened = 0; in bcm5974_close() 885 if (dev->opened) in bcm5974_suspend() 900 if (dev->opened) in bcm5974_resume()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | hvsi.h | 68 unsigned int opened:1; /* driver opened */ member
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 40 The NFS server keeps a list of what files are currently opened and who 41 they were opened by. Clearing this list will force the client to reopen
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_fs.h | 182 atomic_t opened; member
|
D | f_fs.c | 1392 if (atomic_add_return(1, &ffs->opened) == 1 && in ffs_data_opened() 1417 if (atomic_dec_and_test(&ffs->opened)) { in ffs_data_closed() 1432 if (atomic_read(&ffs->opened) < 0) { in ffs_data_closed() 1449 atomic_set(&ffs->opened, 0); in ffs_data_new()
|
/linux-4.4.14/fs/gfs2/ |
D | inode.c | 587 unsigned int size, int excl, int *opened) in gfs2_create_inode() argument 632 error = finish_open(file, dentry, gfs2_open_common, opened); in gfs2_create_inode() 761 *opened |= FILE_CREATED; in gfs2_create_inode() 762 error = finish_open(file, dentry, gfs2_open_common, opened); in gfs2_create_inode() 829 struct file *file, int *opened) in __gfs2_lookup() argument 858 error = finish_open(file, dentry, gfs2_open_common, opened); in __gfs2_lookup() 1231 umode_t mode, int *opened) in gfs2_atomic_open() argument 1239 d = __gfs2_lookup(dir, dentry, file, opened); in gfs2_atomic_open() 1245 if (!(*opened & FILE_OPENED)) in gfs2_atomic_open() 1257 return gfs2_create_inode(dir, dentry, file, S_IFREG | mode, 0, NULL, 0, excl, opened); in gfs2_atomic_open()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 56 int opened; member 474 if (state->opened) in af9005_fe_read_status() 1094 state->opened++; in af9005_ts_bus_ctrl() 1097 state->opened--; in af9005_ts_bus_ctrl() 1098 if (!state->opened) in af9005_ts_bus_ctrl() 1447 state->opened = 0; in af9005_fe_attach()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 50 unsigned int opened; member 150 if (!cs_char_data.opened) { in cs_notify() 1294 if (cs_char_data.opened) { in cs_char_open() 1299 cs_char_data.opened = 1; in cs_char_open() 1327 cs_char_data.opened = 0; in cs_char_open() 1358 csdata->opened = 0; in cs_char_release() 1390 cs_char_data.opened = 0; in cs_hsi_client_probe()
|
/linux-4.4.14/sound/core/ |
D | rawmidi.c | 148 if (!substream->opened) in snd_rawmidi_output_trigger() 155 if (!substream->opened) in snd_rawmidi_input_trigger() 244 if (substream->opened) { in assign_substream() 274 substream->opened = 1; in open_substream() 490 substream->opened = 0; in close_substream() 881 if (!substream->opened) in snd_rawmidi_receive() 1209 if (!substream->opened) in snd_rawmidi_transmit() 1419 if (substream->opened) { in snd_rawmidi_proc_info_read() 1443 if (substream->opened) { in snd_rawmidi_proc_info_read()
|
/linux-4.4.14/sound/hda/ |
D | hdac_stream.c | 250 if (azx_dev->opened) in snd_hdac_stream_assign() 261 res->opened = 1; in snd_hdac_stream_assign() 282 azx_dev->opened = 0; in snd_hdac_stream_release()
|
/linux-4.4.14/sound/usb/ |
D | midi.c | 129 unsigned int opened[2]; member 1104 if (!umidi->opened[0] && !umidi->opened[1]) { in substream_open() 1114 umidi->opened[dir]++; in substream_open() 1115 if (umidi->opened[1]) in substream_open() 1118 umidi->opened[dir]--; in substream_open() 1119 if (!umidi->opened[1]) in substream_open() 1121 if (!umidi->opened[0] && !umidi->opened[1]) { in substream_open() 2283 if (umidi->input_running || !umidi->opened[1]) in snd_usbmidi_input_start()
|
/linux-4.4.14/drivers/media/platform/omap/ |
D | omap_voutdef.h | 120 int opened; member
|
D | omap_vout.c | 990 vout->opened -= 1; in omap_vout_release() 1012 if (vout->opened) in omap_vout_open() 1015 vout->opened += 1; in omap_vout_open()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sccnxp.c | 114 bool opened[SCCNXP_MAX_UARTS]; member 460 if (s->opened[i] && (isr & ISR_RXRDY(i))) in sccnxp_handle_events() 462 if (s->opened[i] && (isr & ISR_TXRDY(i))) in sccnxp_handle_events() 718 s->opened[port->line] = 1; in sccnxp_startup() 732 s->opened[port->line] = 0; in sccnxp_shutdown()
|
/linux-4.4.14/drivers/media/platform/ |
D | timblogiw.c | 54 bool opened; member 620 if (lw->opened) { in timblogiw_open() 684 lw->opened = true; in timblogiw_open() 707 lw->opened = false; in timblogiw_close()
|
/linux-4.4.14/include/sound/ |
D | rawmidi.h | 95 unsigned int opened: 1, /* open flag */ member
|
D | hdaudio.h | 415 bool opened:1; member
|
D | emu10k1.h | 1598 opened: 1, member
|
/linux-4.4.14/drivers/net/caif/ |
D | Kconfig | 13 identified as N_CAIF. When this ldisc is opened from user space
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | dev-kmsg | 9 Every write() to the opened device node places a log entry in 24 Every read() from the opened device node receives one record
|
D | sysfs-platform-kim | 47 to be opened/ldisc installed, and would be '0' when UART
|
D | sysfs-driver-toshiba_acpi | 165 the LID is opened, valid values are:
|
/linux-4.4.14/sound/pci/ |
D | bt87x.c | 200 unsigned long opened; member 427 if (test_and_set_bit(0, &chip->opened)) in snd_bt87x_pcm_open() 445 clear_bit(0, &chip->opened); in snd_bt87x_pcm_open() 460 clear_bit(0, &chip->opened); in snd_bt87x_close()
|
D | atiixp_modem.c | 226 int opened; member 873 if (dma->opened) in snd_atiixp_pcm_open() 891 dma->opened = 1; in snd_atiixp_pcm_open() 907 dma->opened = 0; in snd_atiixp_pcm_close()
|
D | atiixp.c | 250 int opened; member 1042 if (dma->opened) in snd_atiixp_pcm_open() 1062 dma->opened = 1; in snd_atiixp_pcm_open() 1078 dma->opened = 0; in snd_atiixp_pcm_close()
|
D | cmipci.c | 489 int opened[2]; /* open mode */ member 694 if (cm->opened[CM_CH_PLAY]) { in snd_cmipci_playback2_hw_params() 699 cm->opened[CM_CH_PLAY] = CM_OPEN_PLAYBACK_MULTI; in snd_cmipci_playback2_hw_params() 1621 if (cm->opened[ch]) { in open_device_check() 1625 cm->opened[ch] = mode; in open_device_check() 1643 if (cm->opened[ch] == mode) { in close_device_check() 1649 cm->opened[ch] = 0; in close_device_check() 1724 if (! cm->opened[CM_CH_PLAY]) { in snd_cmipci_playback2_open()
|
D | maestro3.c | 722 int opened; member 1739 if (! s->opened) in snd_m3_substream_open() 1745 s->opened = 1; in snd_m3_substream_open() 1781 s->opened = 0; in snd_m3_substream_close()
|
/linux-4.4.14/drivers/net/usb/ |
D | kaweth.c | 223 int opened; member 716 kaweth->opened = 1; in kaweth_open() 753 kaweth->opened = 0; in kaweth_close() 976 if (!kaweth->opened) in kaweth_resume()
|
/linux-4.4.14/fs/cifs/ |
D | dir.c | 418 int *opened) in cifs_atomic_open() argument 490 *opened |= FILE_CREATED; in cifs_atomic_open() 492 rc = finish_open(file, direntry, generic_file_open, opened); in cifs_atomic_open()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 600 umode_t mode, int *opened) in ll_atomic_open() argument 610 dir->i_generation, dir, file, open_flags, mode, *opened); in ll_atomic_open() 642 *opened |= FILE_CREATED; in ll_atomic_open() 657 rc = finish_open(file, dentry, NULL, opened); in ll_atomic_open()
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 93 box and the file descriptor has been opened with O_NONBLOCK, the 97 descriptor has been opened without O_NONBLOCK, the call will 114 opened with O_NONBLOCK, the return value is set to -1 and errno becomes 118 has been opened without O_NONBLOCK, the call will block until the SPU 183 descriptor needs to be opened to read the value again. 252 descriptor needs to be opened to read the value again.
|
D | overlayfs.txt | 110 directory is opened and read by two processes at the same time, they 147 opened for read-write but the data is not modified. 190 On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and
|
D | mandatory-locking.txt | 125 released, unless the process has opened the file with the O_NONBLOCK 131 unless a process has opened the file with the O_NONBLOCK flag in which case
|
D | afs.txt | 213 If a file is opened with a particular key and then the file descriptor is
|
D | autofs4-mount-control.txt | 11 During normal operation autofs uses a file descriptor opened on the 105 The current autofs implementation uses an ioctl file descriptor opened
|
D | vfs.txt | 163 interpreted as block device name, that device is opened and if it 365 unsigned open_flag, umode_t create_mode, int *opened); 493 set in "opened". In case of O_EXCL the method must only succeed if the 795 A file object represents a file opened by a process. 865 open: called by the VFS when an inode should be opened. When the VFS
|
D | sysfs.txt | 45 counting directly on the kobject whenever the file is opened or closed.
|
D | proc.txt | 44 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file 1714 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file 1716 This file provides information associated with an opened file. The regular 1718 represents the current offset of the opened file in decimal form [see lseek(2) 1721 the file system containing the opened file [see 3.5 /proc/<pid>/mountinfo
|
D | hpfs.txt | 118 a file. Finally when I opened this directory in PmShell, PmShell crashed (the
|
D | relay.txt | 409 also called for the first sub-buffer when the channel is opened, to
|
D | Locking | 68 umode_t create_mode, int *opened);
|
/linux-4.4.14/drivers/net/hamradio/ |
D | hdlcdrv.c | 454 s->opened = 1; in hdlcdrv_open() 492 s->opened = 0; in hdlcdrv_close() 737 if (s->opened && s->ops->close) in hdlcdrv_unregister()
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | bmac.c | 83 int opened; member 476 if (bp->opened) { in bmac_suspend() 512 if (bp->opened) in bmac_resume() 1388 bp->opened = 1; in bmac_open() 1434 bp->opened = 0; in bmac_close()
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 295 & int& use_count;& number of times device is opened\cr 328 processes that have the device opened) is registered in $use_count$. The 380 CDS_TRAY_OPEN& tray is opened\cr 603 CDO_LOCK& try to lock door if device is opened\cr 604 CDO_CHECK_TYPE& ensure disc type is data if opened for data\cr 636 that the device can {\em always\/} be opened in order to give the 669 that the device is opened just for issuing $ioctl$ 676 \item If no other flags are set than $O_RDONLY$, the device is opened 706 We believe that using $O_NONBLOCK$ to indicate that a device is being opened 724 future.) If the device is not yet opened by any other process, and if [all …]
|
/linux-4.4.14/fs/9p/ |
D | vfs_inode_dotl.c | 242 int *opened) in v9fs_vfs_atomic_open_dotl() argument 352 err = finish_open(file, dentry, generic_file_open, opened); in v9fs_vfs_atomic_open_dotl() 358 *opened |= FILE_CREATED; in v9fs_vfs_atomic_open_dotl()
|
D | vfs_inode.c | 847 int *opened) in v9fs_vfs_atomic_open() argument 904 err = finish_open(file, dentry, generic_file_open, opened); in v9fs_vfs_atomic_open() 912 *opened |= FILE_CREATED; in v9fs_vfs_atomic_open()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.h | 273 int opened; member
|
D | core.c | 752 if (dev->opened) { in emac_reset_work() 1188 dev->opened = 1; in emac_open() 1276 if (!dev->opened) in emac_link_timer() 1331 dev->opened = 0; in emac_close()
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 36 The userfaultfd once opened by invoking the syscall, can also be 46 When first opened the userfaultfd must be enabled invoking the
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 147 device to be opened once. 150 opened once for each context that is available. 157 how many times the device can be opened. The POWER8 CAPP
|
D | pmu-ebb.txt | 89 Once an EBB event has been successfully opened, it must be enabled with the
|
D | cxlflash.txt | 99 block device (/dev/sdb) may be opened directly by the block library
|
/linux-4.4.14/Documentation/ |
D | SAK.txt | 44 /dev/console opened.
|
D | xillybus.txt | 156 as soon as the respective device file is opened, regardless of if the data 225 device file. If the device file is bidirectional, and already opened only in 226 one direction, the opposite direction may be opened once.
|
D | debugging-via-ohci1394.txt | 129 Port 0 (/dev/fw1) opened, 2 nodes detected
|
D | initrd.txt | 72 can't be opened anymore.
|
D | vfio.txt | 100 previously opened container file. If desired and if the IOMMU driver
|
D | adding-syscalls.txt | 132 already-opened file descriptor using the AT_EMPTY_PATH flag, effectively giving
|
D | kernel-parameters.txt | 1469 opened with the read mode bit set by either the 1477 opened for read by uid=0. 4097 newly opened terminals.
|
D | devices.txt | 3340 allowing each master side to be opened only once. 3342 Once the master side has been opened, the corresponding slave device
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 42 * opened without a disk available. This can be used to
|
D | ChangeLog.ide-tape.1995-2002 | 76 * The block device interface can now be opened, so
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 36 activates as soon as /dev/watchdog is opened and will reboot unless 65 cause a reboot if the watchdog is not re-opened in sufficient time.
|
D | watchdog-kernel-api.txt | 86 running/active, is the nowayout bit set, is the device opened via 183 was opened via /dev/watchdog.
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | cassini.c | 1036 if (cp->opened) { in cas_pcs_link_check() 1069 if (cp->opened) in cas_pcs_link_check() 1650 if (cp->opened) in cas_mii_link_check() 1662 if (cp->opened) { in cas_mii_link_check() 1679 if (cp->opened) in cas_mii_link_check() 4036 if (cp->opened) { in cas_reset_task() 4060 if (cp->opened) in cas_reset_task() 4065 if (cp->opened) in cas_reset_task() 4300 cp->opened = 1; in cas_open() 4332 cp->opened = 0; in cas_close() [all …]
|
D | cassini.h | 2769 int opened; member
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | amd8111e.h | 783 char opened; member
|
D | amd8111e.c | 299 if(lp->opened) in amd8111e_init_ring() 892 if (!lp->opened) in amd8111e_get_stats() 1224 lp->opened = 0; in amd8111e_close() 1258 lp->opened = 1; in amd8111e_open()
|
/linux-4.4.14/sound/ |
D | Kconfig | 41 module aliases when one of the device numbers is opened. With
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 385 umode_t mode, int *opened) in fuse_create_open() argument 455 err = finish_open(file, entry, generic_file_open, opened); in fuse_create_open() 475 umode_t mode, int *opened) in fuse_atomic_open() argument 494 *opened |= FILE_CREATED; in fuse_atomic_open() 499 err = fuse_create_open(dir, entry, file, flags, mode, opened); in fuse_atomic_open()
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 1461 int *opened) in nfs_finish_open() argument 1465 err = finish_open(file, dentry, do_open, opened); in nfs_finish_open() 1476 umode_t mode, int *opened) in nfs_atomic_open() argument 1528 inode = NFS_PROTO(dir)->open_context(dir, ctx, open_flags, &attr, opened); in nfs_atomic_open() 1554 err = nfs_finish_open(ctx, ctx->dentry, file, open_flags, opened); in nfs_atomic_open()
|
D | nfs4proc.c | 2494 int *opened) in _nfs4_do_open() argument 2566 if (opened && opendata->file_created) in _nfs4_do_open() 2567 *opened |= FILE_CREATED; in _nfs4_do_open() 2595 int *opened) in nfs4_do_open() argument 2603 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened); in nfs4_do_open() 2989 int open_flags, struct iattr *attr, int *opened) in nfs4_atomic_open() argument 2997 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened); in nfs4_atomic_open()
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 239 When a file is opened, part of the opening task's subjective context is 242 that issued the operation. An example of this would be a file opened on a 243 network filesystem where the credentials of the opened file should be presented 558 When a new file is opened, a reference is obtained on the opening task's
|
/linux-4.4.14/fs/ceph/ |
D | file.c | 296 int *opened) in ceph_atomic_open() argument 367 *opened |= FILE_CREATED; in ceph_atomic_open() 369 err = finish_open(file, dentry, ceph_open, opened); in ceph_atomic_open()
|
D | super.h | 926 int *opened);
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 1236 int opened; in bdisp_resume() local 1239 opened = test_bit(ST_M2M_OPEN, &bdisp->state); in bdisp_resume() 1242 if (!opened) in bdisp_resume()
|
/linux-4.4.14/fs/btrfs/ |
D | volumes.c | 182 WARN_ON(fs_devices->opened); in free_fs_devices() 539 if (fs_devs->opened) in btrfs_free_stale_device() 615 if (fs_devices->opened) in device_list_add() 666 if (!fs_devices->opened && found_transid < device->generation) { in device_list_add() 694 if (!fs_devices->opened) in device_list_add() 842 if (--fs_devices->opened > 0) in __btrfs_close_devices() 853 fs_devices->opened = 0; in __btrfs_close_devices() 866 if (!fs_devices->opened) { in btrfs_close_devices() 966 fs_devices->opened = 1; in __btrfs_open_devices() 979 if (fs_devices->opened) { in btrfs_open_devices() [all …]
|
D | volumes.h | 250 int opened; member
|
/linux-4.4.14/drivers/tty/ |
D | moxa.c | 907 unsigned int a, opened, first_idx; in moxa_board_deinit() local 923 opened = 0; in moxa_board_deinit() 926 opened++; in moxa_board_deinit() 928 if (!opened) in moxa_board_deinit()
|
/linux-4.4.14/drivers/uio/ |
D | Kconfig | 52 the associated device file is opened. The
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 231 is currently attached or the ldisc is being closed and re-opened at this 259 open() - Called when a device is opened. May sleep
|
D | driver | 184 This method will only be called when the port is initially opened. 264 This will be called when the port is initially opened and finally
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_controller.c | 831 if (hstr->opened) { in snd_hda_codec_load_dsp_prepare() 874 if (hstr->opened) in snd_hda_codec_load_dsp_cleanup()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.diversion | 114 The divert file in the proc system may be opened more than once, so in
|
D | README.hysdn | 142 The cardlogX file entry may be opened multiple for reading by everyone to
|
D | README | 290 interface and then for an opened tty which:
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 63 has started (in the background) the <origin> may be opened and the merge
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 8 Fix append problem to Samba servers (files opened with O_APPEND could 151 (e.g. delete for open files opened with posix open). Take into 154 opened, read and written as if they were files). When 1st tree 201 (which we are about to overwrite anyway) when writing out file opened rw. 625 Fix caching problem when files opened by multiple clients in which 702 Fix truncate of existing files opened with O_CREAT but not O_TRUNC set.
|
D | README | 313 disk caching is functional for CIFS files opened as read-only. 444 direct Do not do inode data caching on files opened on this mount. 460 rwpidforward Forward pid of a process who opened a file to any read or write
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | mpc836x_rdk.dts | 435 /* linux,opened; - added by uboot */
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 77 soc-camera core when a video-device is opened, the host driver would typically
|
D | v4l2-framework.txt | 310 subdev device node (if any) is opened/closed. 709 video device is opened/closed. 1025 Several drivers need to do something when the first file handle is opened and
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 71 opened in its entirety into a cache before permitting it to be accessed and 79 (3) The combined size of all opened files (this includes mapped libraries)
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 169 - increase the receive buffer sizes for the netlink sockets opened by
|
/linux-4.4.14/Documentation/networking/ |
D | tuntap.txt | 62 /dev/net/tun is being opened.
|
D | netdev-FAQ.txt | 66 has re-opened yet, simply check the net-next git repository link above for
|
D | l2tp.txt | 314 When a tunnel is first opened, the reference count on the socket is
|
D | stmmac.txt | 334 As soon as the interface is opened, the driver verifies if the EEE can
|
D | ppp_generic.txt | 259 When /dev/ppp is opened, a new instance is created which is initially
|
D | can.txt | 104 protocol module. Multiple sockets can be opened at the same time,
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Opti | 96 When any sound device is opened the kernel requests auto-loading
|
/linux-4.4.14/Documentation/i2c/ |
D | dev-interface | 46 When you have opened the device, you must specify with what device
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 17 By default, the device is opened in blocking mode.
|
/linux-4.4.14/Documentation/s390/ |
D | monreader.txt | 193 As soon as the device is opened, incoming messages will be accepted and they
|
/linux-4.4.14/fs/affs/ |
D | Changes | 263 demand instead of when a file is opened, as
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 56 The number of instances of an Intel ME feature that can be opened
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 1444 int opened; member 5395 hw_priv->opened--; in netdev_close() 5396 if (!(hw_priv->opened)) { in netdev_close() 5517 if (!(hw_priv->opened)) { in netdev_open() 5562 if (!(hw_priv->opened)) { in netdev_open() 5572 hw_priv->opened++; in netdev_open()
|
/linux-4.4.14/Documentation/usb/ |
D | mass-storage.txt | 93 backing file could not be opened in read/write mode, the gadget
|
D | WUSB-Design-overview.txt | 182 handle called /neh/ (Notification/Event Handle) is opened with
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 150 This is sent when the HID device is opened. That is, the data that the HID
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emupcm.c | 1778 pcm->opened = 1; in snd_emu10k1_fx8010_playback_open() 1789 pcm->opened = 0; in snd_emu10k1_fx8010_playback_close()
|
D | emufx.c | 1008 if (pcm->opened) { in snd_emu10k1_ipcm_poke() 1021 pcm->opened = 0; in snd_emu10k1_ipcm_poke()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-record.txt | 201 Collect raw sample records from all opened counters (default for tracepoint counters).
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 38 In case the chip supports pre-opened gates and pseudo-static pipes, the driver
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 21 The special file descriptor is opened via the sys_perf_event_open()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 3320 if (pipe_crc->opened) { in i915_pipe_crc_open() 3325 pipe_crc->opened = true; in i915_pipe_crc_open() 3340 pipe_crc->opened = false; in i915_pipe_crc_release() 5285 pipe_crc->opened = false; in intel_display_crc_init()
|
D | i915_drv.h | 1653 bool opened; /* exclusive access to the result file */ member
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 926 is opened read-only, or because the command
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 424 a disc is opened for writing.
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 62 ACPI governance into the UEFI forum has significantly opened up the
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 365 This step can often be deferred until the device is opened for use.
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 108 device can be opened for writing even if there is a write protected
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 263 When the PCM device is opened via "default" PCM (without pulse-audio
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 669 have already opened the corresponding pty in order for this to work. 749 This allows the device to be opened, in contrast to 'none', but
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 514 0x5002 Lid opened
|