Home
last modified time | relevance | path

Searched full:parsed (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/linux/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h34 * pcl_init - Initialize a parsed chunk list
35 * @pcl: parsed chunk list to initialize
44 * pcl_is_empty - Return true if parsed chunk list is empty
45 * @pcl: parsed chunk list
54 * pcl_first_chunk - Return first chunk in a parsed chunk list
55 * @pcl: parsed chunk list
69 * pcl_next_chunk - Return next chunk in a parsed chunk list
70 * @pcl: a parsed chunk list
84 * pcl_for_each_chunk - Iterate over chunks in a parsed chunk list
86 * @pcl: a parsed chunk list
[all …]
/linux/security/ipe/
H A Dpolicy_parser.c21 * new_parsed_policy() - Allocate and initialize a parsed policy.
84 * @ver: Supplies a version string to be parsed.
85 * @p: Supplies the partial parsed policy.
133 * @line: Supplies header line to be parsed.
134 * @p: Supplies the partial parsed policy.
245 * @t: Supplies the token string to be parsed.
247 * Return: The parsed operation type.
264 * @t: Supplies the token string to be parsed.
266 * Return: The parsed action type.
289 * @t: Supplies the token string to be parsed.
[all …]
H A Dpolicy.c34 r = (((u64)p->parsed->version.major) << 32) in ver_to_u64()
35 | (((u64)p->parsed->version.minor) << 16) in ver_to_u64()
36 | ((u64)(p->parsed->version.rev)); in ver_to_u64()
53 ipe_free_parsed_policy(p->parsed); in ipe_free_policy()
107 if (strcmp(new->parsed->name, old->parsed->name)) { in ipe_update_policy()
H A Ddigest.c11 * @valstr: Supplies the string parsed from the policy.
17 * consistently. The parsed digest will be saved in @value in IPE's
20 * Return: The parsed digest_info structure on success. If an error occurs,
H A Dpolicy_fs.c143 rc = simple_read_from_buffer(data, len, offset, p->parsed->name, in read_name()
144 strlen(p->parsed->name)); in read_name()
184 p->parsed->version.major, p->parsed->version.minor, in read_version()
185 p->parsed->version.rev); in read_version()
464 policyfs = securityfs_create_dir(p->parsed->name, policy_root); in ipe_new_policyfs_node()
/linux/arch/um/drivers/
H A Dvector_transports.c265 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_gre_transport_data()
270 if (get_uint_param(vp->parsed, "rx_key", &temp_rx)) { in build_gre_transport_data()
271 if (get_uint_param(vp->parsed, "tx_key", &temp_tx)) { in build_gre_transport_data()
284 if (get_uint_param(vp->parsed, "sequence", &temp_int)) { in build_gre_transport_data()
290 vp->parsed, "pin_sequence", &temp_int)) { in build_gre_transport_data()
328 if (get_uint_param(vp->parsed, "v6", &temp_int)) { in build_l2tpv3_transport_data()
333 if (get_uint_param(vp->parsed, "rx_session", &temp_rxs)) { in build_l2tpv3_transport_data()
334 if (get_uint_param(vp->parsed, "tx_session", &temp_txs)) { in build_l2tpv3_transport_data()
345 if (get_uint_param(vp->parsed, "cookie64", &temp_int)) { in build_l2tpv3_transport_data()
350 if (get_ulong_param(vp->parsed, "rx_cookie", &temp_rx)) { in build_l2tpv3_transport_data()
[all …]
H A Dvector_user.c729 struct arglist *parsed in uml_vector_user_open() argument
734 if (parsed == NULL) { in uml_vector_user_open()
735 printk(UM_KERN_ERR "no parsed config for unit %d\n", unit); in uml_vector_user_open()
738 transport = uml_vector_fetch_arg(parsed, "transport"); in uml_vector_user_open()
744 return user_init_raw_fds(parsed); in uml_vector_user_open()
746 return user_init_hybrid_fds(parsed); in uml_vector_user_open()
748 return user_init_tap_fds(parsed); in uml_vector_user_open()
750 return user_init_socket_fds(parsed, ID_GRE); in uml_vector_user_open()
752 return user_init_socket_fds(parsed, ID_L2TPV3); in uml_vector_user_open()
754 return user_init_unix_fds(parsed, ID_BESS); in uml_vector_user_open()
[all …]
H A Dvector_kern.c214 long parsed; in get_transport_options() local
221 if (kstrtoul(vector, 10, &parsed) == 0) { in get_transport_options()
222 if (parsed == 0) { in get_transport_options()
737 struct arglist *parsed; in vector_config() local
754 parsed = uml_parse_vector_ifspec(params); in vector_config()
756 if (parsed == NULL) { in vector_config()
762 vector_eth_configure(n, parsed); in vector_config()
1207 vp->bpf = uml_vector_user_bpf(get_bpf_file(vp->parsed)); in vector_net_open()
1209 vp->fds = uml_vector_user_open(vp->unit, vp->parsed); in vector_net_open()
1220 get_depth(vp->parsed), in vector_net_open()
[all …]
/linux/tools/testing/selftests/powerpc/
H A Dutils.c272 intmax_t parsed; in parse_int() local
273 int err = parse_bounded_int(buffer, count, &parsed, base, INT_MIN, INT_MAX); in parse_int()
275 *result = parsed; in parse_int()
281 uintmax_t parsed; in parse_uint() local
282 int err = parse_bounded_uint(buffer, count, &parsed, base, UINT_MAX); in parse_uint()
284 *result = parsed; in parse_uint()
290 intmax_t parsed; in parse_long() local
291 int err = parse_bounded_int(buffer, count, &parsed, base, LONG_MIN, LONG_MAX); in parse_long()
293 *result = parsed; in parse_long()
299 uintmax_t parsed; in parse_ulong() local
[all …]
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c13 * pcl_free - Release all memory associated with a parsed chunk list
14 * @pcl: parsed chunk list
86 * pcl_alloc_call - Construct a parsed chunk list for the Call body
97 * %true: Parsed chunk list was successfully constructed, and
137 * pcl_alloc_read - Construct a parsed chunk list for normal Read chunks
148 * %true: Parsed chunk list was successfully constructed, and
185 * pcl_alloc_write - Construct a parsed chunk list from a Write list
187 * @pcl: Parsed chunk list to populate
195 * %true: Parsed chunk list was successfully constructed.
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py86 source: The XDR source text being parsed
87 filename: The name of the file being parsed
142 source: The XDR source text being parsed
143 filename: The name of the file being parsed
177 source: The XDR source text being parsed
178 filename: The name of the file being parsed
/linux/lib/kunit/
H A Dexecutor.c98 static int kunit_parse_glob_filter(struct kunit_glob_filter *parsed, in kunit_parse_glob_filter() argument
104 parsed->suite_glob = kstrdup(filter_glob, GFP_KERNEL); in kunit_parse_glob_filter()
105 if (!parsed->suite_glob) in kunit_parse_glob_filter()
107 parsed->test_glob = NULL; in kunit_parse_glob_filter()
111 parsed->suite_glob = kstrndup(filter_glob, period - filter_glob, GFP_KERNEL); in kunit_parse_glob_filter()
112 if (!parsed->suite_glob) in kunit_parse_glob_filter()
115 parsed->test_glob = kstrdup(period + 1, GFP_KERNEL); in kunit_parse_glob_filter()
116 if (!parsed->test_glob) { in kunit_parse_glob_filter()
117 kfree(parsed->suite_glob); in kunit_parse_glob_filter()
/linux/net/bluetooth/
H A Deir.h65 size_t parsed = 0; in eir_get_data() local
70 while (parsed < eir_len - 1) { in eir_get_data()
76 parsed += field_len + 1; in eir_get_data()
78 if (parsed > eir_len) in eir_get_data()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py3479 parsed = Family(args.spec, exclude_ops, args.fn_prefix)
3480 if parsed.license != '((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)':
3481 print('Spec license:', parsed.license)
3492 cw.p(f'/* SPDX-License-Identifier: {parsed.license} */')
3494 cw.p(f'// SPDX-License-Identifier: {parsed.license}')
3511 render_uapi(parsed, cw)
3514 hdr_prot = f"_LINUX_{parsed.c_name.upper()}_GEN_H"
3533 headers = ['uapi/' + parsed.uapi_header]
3534 headers += parsed.kernel_family.get('headers', [])
3540 if family_contains_bitfield32(parsed):
[all …]
/linux/Documentation/devicetree/bindings/display/samsung/
H A Dsamsung,exynos5-dp.yaml88 Deprecated prop that can parsed from drm_display_mode.
94 Deprecated prop that can parsed from drm_display_mode.
100 Deprecated prop that can parsed from drm_display_info.
106 Deprecated prop that can parsed from drm_display_info.
/linux/tools/testing/kunit/
H A Dkunit_parser.py24 A class to represent a test parsed from KTAP results. All KTAP
261 version_num - The inputted version number from the parsed KTAP or TAP
266 test - Test object for current test being parsed
285 test - Test object for current test being parsed
289 True if successfully parsed KTAP/TAP header line
316 test - Test object for current test being parsed
319 True if successfully parsed test header line
342 test - Test object for current test being parsed
345 True if successfully parsed test plan line
372 test - Test object for current test being parsed
[all...]
/linux/drivers/virt/
H A Dvmgenid.c55 struct acpi_buffer parsed = { ACPI_ALLOCATE_BUFFER }; in vmgenid_add_acpi() local
62 status = acpi_evaluate_object(device->handle, "ADDR", NULL, &parsed); in vmgenid_add_acpi()
67 obj = parsed.pointer; in vmgenid_add_acpi()
94 ACPI_FREE(parsed.pointer); in vmgenid_add_acpi()
/linux/rust/kernel/str/
H A Dparse_int.rs46 /// Strings beginning with `0x`, `0o`, or `0b` are parsed as hex, octal, or
47 /// binary respectively. Strings beginning with `0` otherwise are parsed as
48 /// octal. Anything else is parsed as decimal. A leading `+` or `-` is also
49 /// permitted. Any string parsed by [`kstrtol()`] or [`kstrtoul()`] will be
50 /// successfully parsed.
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c24 * @prefix: Select which information should be parsed. Set it to "FW"
40 * value and -EBADMSG if @prod_info could not be parsed.
91 * parsed.
172 * string could not be parsed.
189 * string could not be parsed.
/linux/include/media/
H A Dtveeprom.h28 * struct tveeprom - Contains the fields parsed from Hauppauge eeproms
98 * @tvee: Struct to where the eeprom parsed data will be filled;
113 * be parsed by tveeprom_hauppauge_analog(), len should be, at
/linux/sound/core/seq/
H A Dseq_midi_emul.c496 int parsed = SNDRV_MIDI_SYSEX_NOT_PARSED; in sysex()
511 parsed = SNDRV_MIDI_SYSEX_GM_ON; in sysex()
524 parsed = SNDRV_MIDI_SYSEX_GS_RESET; in sysex()
532 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex()
544 parsed = SNDRV_MIDI_SYSEX_GS_DRUM_CHANNEL; in sysex()
550 parsed = SNDRV_MIDI_SYSEX_GS_REVERB_MODE; in sysex()
555 parsed = SNDRV_MIDI_SYSEX_GS_CHORUS_MODE; in sysex()
560 parsed = SNDRV_MIDI_SYSEX_GS_MASTER_VOLUME; in sysex()
571 parsed = SNDRV_MIDI_SYSEX_XG_ON; in sysex()
582 ops->sysex(private, buf - 1, len + 1, parsed, chse in sysex()
499 int parsed = SNDRV_MIDI_SYSEX_NOT_PARSED; sysex() local
[all...]
/linux/net/xdp/
H A Dxsk_queue.h271 struct xdp_desc *desc, struct parsed_desc *parsed) in parse_desc() argument
273 parsed->valid = xskq_cons_is_valid_desc(q, desc, pool); in parse_desc()
274 parsed->mb = xp_mb_desc(desc); in parse_desc()
292 struct parsed_desc parsed; in xskq_cons_read_desc_batch() local
296 parse_desc(q, pool, &descs[nb_entries], &parsed); in xskq_cons_read_desc_batch()
297 if (unlikely(!parsed.valid)) in xskq_cons_read_desc_batch()
303 if (likely(!parsed.mb)) { in xskq_cons_read_desc_batch()
/linux/tools/testing/selftests/drivers/net/
H A Dstats.py160 parsed = {}
163 if ifindex not in parsed:
164 parsed[ifindex] = {"rx":[], "tx": []}
165 parsed[ifindex][entry["queue-type"]].append(entry['queue-id'])
167 for ifindex, queues in parsed.items():
/linux/rust/syn/
H A Ddiscouraged.rs31 /// Also note that if `A` is a subset of `B`, `A* B*` can be parsed by
49 /// `advance_to`, we can avoid having to parse the speculatively parsed
124 /// If this is parsed as generic arguments, we can provide the error message
134 /// but if parsed using the above speculative parsing, it falls back to
150 /// parsed LL(3) and without the LL(*) speculative parsing this makes
/linux/arch/loongarch/include/asm/
H A Dqspinlock.h38 * With macro, parameter cpu is parsed only when it is used.
39 * With inline function, parameter cpu is parsed even though it is not used.

12345678910>>...20