Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/init/
Dinitramfs.c164 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/
Dpci_stub.c958 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/
Daerdrv_acpi.c128 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/
Dseq_midi_emul.c506 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/
Dsprom.c41 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/
Dconfig.c507 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/
Dmc13xxx-regulator-core.c169 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/
Demux_nrpn.c375 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()
Demux_voice.h74 int parsed, struct snd_midi_channel_set *chset);
/linux-4.4.14/fs/nfs/
Dsuper.c1781 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 …]
Dnfs4super.c244 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs4_try_mount()
Dnfs4client.c1045 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()
Dclient.c960 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()
Dinternal.h138 struct nfs_parsed_mount_data *parsed; member
/linux-4.4.14/sound/drivers/opl3/
Dopl3_voice.h37 void snd_opl3_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *…
Dopl3_midi.c877 int parsed, struct snd_midi_channel_set *chset) in snd_opl3_sysex() argument
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-kernel-vmcoreinfo11 note info is parsed by second kernel and exported to user
/linux-4.4.14/drivers/infiniband/core/
Droce_gid_mgmt.c400 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/
Demu8000_callback.c37 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/
DKconfig23 that can be parsed by envytools demsm tool. If enabled, register
/linux-4.4.14/sound/drivers/opl4/
Dopl4_local.h229 void snd_opl4_sysex(void *p, unsigned char *buf, int len, int parsed, struct snd_midi_channel_set *…
Dopl4_synth.c625 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/
Demux_synth.h67 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
Dseq_midi_emul.h90 void (*sysex)(void *private_data, unsigned char *buf, int len, int parsed,
/linux-4.4.14/drivers/net/ethernet/sgi/
Dmeth.h101 } parsed; member
/linux-4.4.14/Documentation/networking/
Dmac80211-injection.txt16 to appear on received packets. The following information is parsed from the
Drds.txt308 CMSGs parsed (e.g. RDMA ops)
Dopenvswitch.txt40 flow key that it parsed from the packet. Userspace then extracts its
/linux-4.4.14/drivers/net/phy/
Ddp83640.c738 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/
Dhid-sensor.txt118 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
Dhidraw.txt6 received are not parsed by the HID parser, but are sent to and received from
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-xusb-padctl.txt36 subnodes should be parsed solely based on their content.
Drenesas,pfc-pinctrl.txt58 are parsed through phandles and processed purely based on their content.
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h1284 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/
DCommonIO31 The command line is parsed from left to right.
/linux-4.4.14/Documentation/
Dremoteproc.txt192 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.
Dmodule-signing.txt64 cannot be parsed, it will be rejected out of hand.
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-perl.txt181 and values parsed from the 'print fmt' fields of the event format
Dperf-probe.txt51 Be more verbose (show parsed arguments, etc).
Dperf-script-python.txt576 and values parsed from the 'print fmt' fields of the event format
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt187 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/
DHD-Audio.txt521 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/
Dasymmetric-keys.txt129 it to check the signature. The caller must have parsed the signature and
/linux-4.4.14/Documentation/power/
Dopp.txt335 WARNING: The struct dev_pm_opp pointer should not be parsed or modified by the
/linux-4.4.14/net/bluetooth/
Dhci_event.c3789 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()
Dmgmt.c8395 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/
DKconfig124 The kernel accesses the EC through ACPI parsed code provided by BIOS
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt218 has been parsed, then kernel initialization can proceed in the normal
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt334 This reads the specified configuration file. This file is always parsed.
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt368 provide lists of easily parsed partner vty data: "partner_vtys" and
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES613 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/
Dkeys.txt558 This can be parsed with
958 the argument will not be parsed.
/linux-4.4.14/Documentation/x86/
Dboot.txt933 line is parsed.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1711 parsed incorrectly. Instead, a wrapper shell script can be written or