/linux-4.4.14/init/ |
D | initramfs.c | 164 unsigned long parsed[12]; in parse_header() local 171 parsed[i] = simple_strtoul(buf, NULL, 16); in parse_header() 173 ino = parsed[0]; in parse_header() 174 mode = parsed[1]; in parse_header() 175 uid = parsed[2]; in parse_header() 176 gid = parsed[3]; in parse_header() 177 nlink = parsed[4]; in parse_header() 178 mtime = parsed[5]; in parse_header() 179 body_len = parsed[6]; in parse_header() 180 major = parsed[7]; in parse_header() [all …]
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | pci_stub.c | 958 int parsed = 0; in str_to_slot() local 961 &parsed)) { in str_to_slot() 964 sscanf(buf, " %x:%x:%x.* %n", domain, bus, slot, &parsed); in str_to_slot() 968 sscanf(buf, " %x:%x:*.* %n", domain, bus, &parsed); in str_to_slot() 971 if (parsed && !buf[parsed]) in str_to_slot() 976 switch (sscanf(buf, " %x:%x.%x %n", bus, slot, func, &parsed)) { in str_to_slot() 979 sscanf(buf, " %x:%x.* %n", bus, slot, &parsed); in str_to_slot() 983 sscanf(buf, " %x:*.* %n", bus, &parsed); in str_to_slot() 986 if (parsed && !buf[parsed]) in str_to_slot() 995 int parsed = 0; in str_to_quirk() local [all …]
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv_acpi.c | 128 static bool parsed = false; in aer_acpi_firmware_first() local 134 if (!parsed) { in aer_acpi_firmware_first() 137 parsed = true; in aer_acpi_firmware_first()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_midi_emul.c | 506 int parsed = SNDRV_MIDI_SYSEX_NOT_PARSED; in sysex() local 521 parsed = SNDRV_MIDI_SYSEX_GM_ON; in sysex() 534 parsed = SNDRV_MIDI_SYSEX_GS_RESET; in sysex() 542 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex() 554 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex() 560 parsed = SNDRV_MIDI_SYSEX_GS_REVERB_MODE; in sysex() 565 parsed = SNDRV_MIDI_SYSEX_GS_CHORUS_MODE; in sysex() 570 parsed = SNDRV_MIDI_SYSEX_GS_MASTER_VOLUME; in sysex() 581 parsed = SNDRV_MIDI_SYSEX_XG_ON; in sysex() 592 ops->sysex(private, buf - 1, len + 1, parsed, chset); in sysex()
|
/linux-4.4.14/drivers/ssb/ |
D | sprom.c | 41 unsigned long parsed; in hex2sprom() local 57 err = kstrtoul(tmp, 16, &parsed); in hex2sprom() 60 sprom[cnt++] = swab16((u16)parsed); in hex2sprom()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 507 char *parsed; in lnet_str2tbs_expand() local 526 for (parsed = sep; parsed < sep2; parsed = enditem) { in lnet_str2tbs_expand() 528 enditem = ++parsed; in lnet_str2tbs_expand() 532 if (enditem == parsed) /* no empty items */ in lnet_str2tbs_expand() 535 if (sscanf(parsed, "%d-%d/%d%n", &lo, &hi, in lnet_str2tbs_expand() 538 if (sscanf(parsed, "%d-%d%n", &lo, &hi, &scanned) < 2) { in lnet_str2tbs_expand() 543 parsed, in lnet_str2tbs_expand() 544 (int)(enditem - parsed)) != 0) { in lnet_str2tbs_expand() 556 if (enditem != parsed + scanned) /* no trailing junk */ in lnet_str2tbs_expand()
|
/linux-4.4.14/drivers/regulator/ |
D | mc13xxx-regulator-core.c | 169 int i, parsed = 0; in mc13xxx_parse_regulators_dt() local 202 parsed++; in mc13xxx_parse_regulators_dt() 214 priv->num_regulators = parsed; in mc13xxx_parse_regulators_dt()
|
/linux-4.4.14/sound/synth/emux/ |
D | emux_nrpn.c | 375 snd_emux_sysex(void *p, unsigned char *buf, int len, int parsed, in snd_emux_sysex() argument 386 switch (parsed) { in snd_emux_sysex() 392 emu->ops.sysex(emu, buf, len, parsed, chset); in snd_emux_sysex()
|
D | emux_voice.h | 74 int parsed, struct snd_midi_channel_set *chset);
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 1781 struct nfs_parsed_mount_data *args = mount_info->parsed; in nfs_try_mount_request() 1852 if (mount_info->parsed->need_mount) in nfs_try_mount() 2308 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs_fill_super() 2462 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument 2472 if (parsed) { in nfs_get_cache_cookie() 2473 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie() 2475 if (parsed->fscache_uniq) { in nfs_get_cache_cookie() 2476 uniq = parsed->fscache_uniq; in nfs_get_cache_cookie() 2477 ulen = strlen(parsed->fscache_uniq); in nfs_get_cache_cookie() 2494 struct nfs_parsed_mount_data *parsed, in nfs_get_cache_cookie() argument [all …]
|
D | nfs4super.c | 244 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs4_try_mount()
|
D | nfs4client.c | 1045 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server() 1048 error = nfs4_init_server(server, mount_info->parsed); in nfs4_create_server()
|
D | client.c | 960 error = nfs_init_server(server, mount_info->parsed, nfs_mod); in nfs_create_server() 971 if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()
|
D | internal.h | 138 struct nfs_parsed_mount_data *parsed; member
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_voice.h | 37 void snd_opl3_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *…
|
D | opl3_midi.c | 877 int parsed, struct snd_midi_channel_set *chset) in snd_opl3_sysex() argument
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-vmcoreinfo | 11 note info is parsed by second kernel and exported to user
|
/linux-4.4.14/drivers/infiniband/core/ |
D | roce_gid_mgmt.c | 400 struct update_gid_event_work *parsed = cookie; in callback_for_addr_gid_device_scan() local 402 return update_gid(parsed->gid_op, device, in callback_for_addr_gid_device_scan() 403 port, &parsed->gid, in callback_for_addr_gid_device_scan() 404 &parsed->gid_attr); in callback_for_addr_gid_device_scan()
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000_callback.c | 37 static void sysex(struct snd_emux *emu, char *buf, int len, int parsed, 460 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) in sysex() argument 466 switch (parsed) { in sysex()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | Kconfig | 23 that can be parsed by envytools demsm tool. If enabled, register
|
/linux-4.4.14/sound/drivers/opl4/ |
D | opl4_local.h | 229 void snd_opl4_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *…
|
D | opl4_synth.c | 625 int parsed, struct snd_midi_channel_set *chset) in snd_opl4_sysex() argument 629 if (parsed == SNDRV_MIDI_SYSEX_GS_MASTER_VOLUME) in snd_opl4_sysex()
|
/linux-4.4.14/include/sound/ |
D | emux_synth.h | 67 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
|
D | seq_midi_emul.h | 90 void (*sysex)(void *private_data, unsigned char *buf, int len, int parsed,
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | meth.h | 101 } parsed; member
|
/linux-4.4.14/Documentation/networking/ |
D | mac80211-injection.txt | 16 to appear on received packets. The following information is parsed from the
|
D | rds.txt | 308 CMSGs parsed (e.g. RDMA ops)
|
D | openvswitch.txt | 40 flow key that it parsed from the packet. Userspace then extracts its
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 738 int i, parsed; in decode_evnt() local 744 parsed = (words + 2) * sizeof(u16); in decode_evnt() 746 parsed = (words + 1) * sizeof(u16); in decode_evnt() 749 if (len < parsed) in decode_evnt() 788 return parsed; in decode_evnt()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 118 if there is a field report_interval, which is parsed by a call to 127 if there is a field report_interval, which is parsed by a call to
|
D | hidraw.txt | 6 received are not parsed by the HID parser, but are sent to and received from
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-xusb-padctl.txt | 36 subnodes should be parsed solely based on their content.
|
D | renesas,pfc-pinctrl.txt | 58 are parsed through phandles and processed purely based on their content.
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 1284 size_t parsed = 0; in eir_has_data_type() local 1289 while (parsed < data_len - 1) { in eir_has_data_type() 1295 parsed += field_len + 1; in eir_has_data_type() 1297 if (parsed > data_len) in eir_has_data_type()
|
/linux-4.4.14/Documentation/s390/ |
D | CommonIO | 31 The command line is parsed from left to right.
|
/linux-4.4.14/Documentation/ |
D | remoteproc.txt | 192 When the firmware is parsed, its various segments are loaded to memory 241 * this header, and it should be parsed according to the resource type.
|
D | module-signing.txt | 64 cannot be parsed, it will be rejected out of hand.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-perl.txt | 181 and values parsed from the 'print fmt' fields of the event format
|
D | perf-probe.txt | 51 Be more verbose (show parsed arguments, etc).
|
D | perf-script-python.txt | 576 and values parsed from the 'print fmt' fields of the event format
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 187 the value given in the string. The string is parsed from the 256 the value given in the string. The string is parsed from the
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 521 After the `[pincfg]` line, the contents are parsed as the initial 525 Similarly, the lines after `[verb]` are parsed as `init_verbs` 526 sysfs entries, and the lines after `[hint]` are parsed as `hints`
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 129 it to check the signature. The caller must have parsed the signature and
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 335 WARNING: The struct dev_pm_opp pointer should not be parsed or modified by the
|
/linux-4.4.14/net/bluetooth/ |
D | hci_event.c | 3789 size_t parsed = 0; in eir_get_length() local 3791 while (parsed < eir_len) { in eir_get_length() 3795 return parsed; in eir_get_length() 3797 parsed += field_len + 1; in eir_get_length()
|
D | mgmt.c | 8395 u16 parsed = 0; in eir_has_uuids() local 8397 while (parsed < eir_len) { in eir_has_uuids() 8405 if (eir_len - parsed < field_len + 1) in eir_has_uuids() 8441 parsed += field_len + 1; in eir_has_uuids()
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 124 The kernel accesses the EC through ACPI parsed code provided by BIOS
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 218 has been parsed, then kernel initialization can proceed in the normal
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 334 This reads the specified configuration file. This file is always parsed.
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 368 provide lists of easily parsed partner vty data: "partner_vtys" and
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 613 oplock on file. Fix spurious logging of valid already parsed mount options 614 that are parsed outside of the cifs vfs such as nosuid.
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 558 This can be parsed with 958 the argument will not be parsed.
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 933 line is parsed.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1711 parsed incorrectly. Instead, a wrapper shell script can be written or
|