Searched refs:proc_entry (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/tools/tracing/rtla/src/
H A Dutils.c264 * Return: True if the proc_entry contains a comm file with comm_prefix*.
267 static int procfs_is_workload_pid(const char *comm_prefix, struct dirent *proc_entry) argument
273 if (proc_entry->d_type != DT_DIR)
276 if (*proc_entry->d_name == '.')
280 for (t_name = proc_entry->d_name; t_name; t_name++) {
288 snprintf(buffer, MAX_PATH, "/proc/%s/comm", proc_entry->d_name);
306 debug_msg("Found workload pid:%s comm:%s", proc_entry->d_name, buffer);
321 struct dirent *proc_entry; local
337 while ((proc_entry = readdir(procfs))) {
339 retval = procfs_is_workload_pid(comm_prefix, proc_entry);
695 struct dirent *proc_entry; local
[all...]
/linux-master/include/sound/
H A Dmixer_oss.h50 struct snd_info_entry *proc_entry; member in struct:snd_mixer_oss
H A Dpcm_oss.h66 struct snd_info_entry *proc_entry; member in struct:snd_pcm_oss_stream
H A Drawmidi.h140 struct snd_info_entry *proc_entry; member in struct:snd_rawmidi
H A Dsb.h96 struct snd_info_entry *proc_entry; member in struct:snd_sb
/linux-master/fs/proc/
H A Dproc_tty.c135 if (!driver->driver_name || driver->proc_entry ||
141 driver->proc_entry = ent;
151 ent = driver->proc_entry;
157 driver->proc_entry = NULL;
/linux-master/sound/drivers/opl4/
H A Dopl4_proc.c105 opl4->proc_entry = entry;
111 snd_info_free_entry(opl4->proc_entry);
H A Dopl4_local.h182 struct snd_info_entry *proc_entry; member in struct:snd_opl4
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.h33 struct proc_dir_entry *proc_entry; /*viafb proc entry */ member in struct:viafb_shared
H A Dviafbdev.c1573 shared->proc_entry = viafb_entry;
1600 struct proc_dir_entry *viafb_entry = shared->proc_entry;
/linux-master/drivers/net/bonding/
H A Dbond_procfs.c289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444,
291 if (bond->proc_entry == NULL)
304 if (bn->proc_dir && bond->proc_entry) {
307 bond->proc_entry = NULL;
/linux-master/net/atm/
H A Dproc.c361 dev->proc_entry = proc_create_data(dev->proc_name, 0, atm_proc_root,
363 if (!dev->proc_entry)
/linux-master/include/linux/
H A Datmdev.h166 struct proc_dir_entry *proc_entry; /* proc entry */ member in struct:atm_dev
H A Dtty_driver.h413 * @proc_entry: proc fs entry, used internally
446 struct proc_dir_entry *proc_entry; member in struct:tty_driver
/linux-master/sound/pci/ymfpci/
H A Dymfpci.h387 struct snd_info_entry *proc_entry; member in struct:snd_ymfpci
/linux-master/drivers/usb/gadget/function/
H A Drndis.c904 struct proc_dir_entry *proc_entry; local
908 proc_entry = proc_create_data(name, 0660, NULL,
910 if (!proc_entry) {
/linux-master/sound/pci/ice1712/
H A Dice1712.h316 struct snd_info_entry *proc_entry; member in struct:snd_ice1712
/linux-master/sound/core/oss/
H A Dmixer_oss.c1202 mixer->proc_entry = entry;
1207 snd_info_free_entry(mixer->proc_entry);
1208 mixer->proc_entry = NULL;
H A Dpcm_oss.c3075 pstr->oss.proc_entry = entry;
3084 snd_info_free_entry(pstr->oss.proc_entry);
3085 pstr->oss.proc_entry = NULL;
/linux-master/include/net/
H A Dbonding.h240 struct proc_dir_entry *proc_entry; member in struct:bonding
/linux-master/sound/core/
H A Drawmidi.c1922 snd_info_free_entry(rmidi->proc_entry);
1923 rmidi->proc_entry = NULL;
2024 rmidi->proc_entry = entry;
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c93 struct snd_info_entry *proc_entry; member in struct:hdmi_spec_per_pin
529 per_pin->proc_entry = entry;
537 snd_info_free_entry(per_pin->proc_entry);
538 per_pin->proc_entry = NULL;
/linux-master/sound/pci/
H A Dvia82xx_modem.c245 struct snd_info_entry *proc_entry; member in struct:via82xx_modem
H A Dfm801.c175 * @proc_entry: /proc entry
218 struct snd_info_entry *proc_entry; member in struct:fm801
H A Des1938.c214 struct snd_info_entry *proc_entry; member in struct:es1938

Completed in 219 milliseconds

12