Searched refs:out (Results 101 - 125 of 7758) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Dstring_helpers.c68 goto out;
101 /* work out in j how many digits of precision we need from the
128 out:
322 char *out = dst; local
330 unescape_space(&src, &out))
334 unescape_octal(&src, &out))
338 unescape_hex(&src, &out))
342 unescape_special(&src, &out))
345 *out++ = '\\';
347 *out
357 char *out = *dst; local
367 char *out = *dst; local
403 char *out = *dst; local
436 char *out = *dst; local
454 char *out = *dst; local
475 char *out = *dst; local
[all...]
H A Ddecompress_unzstd.c103 error("ZSTD decompressor ran out of memory");
138 goto out;
141 * Find out how large the frame actually is, there may be junk at
147 goto out;
153 goto out;
159 out:
173 zstd_out_buffer out; local
209 goto out;
220 goto out;
232 goto out;
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c123 SYS(out, "ip netns add testns");
126 goto out;
128 SYS(out, "ip link add veth_src type veth peer name veth_dst");
129 SYS(out, "ip link set dev veth_src address 00:11:22:33:44:55");
130 SYS(out, "ip link set dev veth_dst address 66:77:88:99:aa:bb");
131 SYS(out, "ip link set dev veth_src up");
132 SYS(out, "ip link set dev veth_dst up");
133 SYS(out, "ip addr add dev veth_src fc00::1/64");
134 SYS(out, "ip addr add dev veth_dst fc00::2/64");
135 SYS(out, "i
[all...]
H A Dempty_skb.c95 SYS(out, "ip netns add empty_skb");
97 SYS(out, "ip link add veth0 type veth peer veth1");
98 SYS(out, "ip link set dev veth0 up");
99 SYS(out, "ip link set dev veth1 up");
100 SYS(out, "ip addr add 10.0.0.1/8 dev veth0");
101 SYS(out, "ip addr add 10.0.0.2/8 dev veth1");
104 SYS(out, "ip link add ipip0 type ipip local 10.0.0.1 remote 10.0.0.2");
105 SYS(out, "ip link set ipip0 up");
106 SYS(out, "ip addr add 192.168.1.1/16 dev ipip0");
111 goto out;
[all...]
H A Dtest_global_funcs.c72 goto out;
82 goto out;
85 goto out;
89 goto out;
101 goto out;
103 goto out;
106 goto out;
112 goto out;
122 goto out;
130 goto out;
[all...]
H A Drcu_read_lock.c38 goto out;
42 goto out;
48 out:
66 goto out;
70 out:
99 goto out;
103 out:
126 goto out;
130 out:
141 goto out;
[all...]
/linux-master/fs/bcachefs/
H A Dsuper-io.c44 void bch2_version_to_text(struct printbuf *out, unsigned v) argument
54 prt_printf(out, "%u.%u: %s", BCH_VERSION_MAJOR(v), BCH_VERSION_MINOR(v), str);
261 static int validate_sb_layout(struct bch_sb_layout *layout, struct printbuf *out) argument
270 prt_printf(out, "Not a bcachefs superblock layout");
275 prt_printf(out, "Invalid superblock layout type %u",
281 prt_printf(out, "Invalid superblock layout: no superblocks");
286 prt_printf(out, "Invalid superblock layout: too many superblocks");
298 prt_printf(out, "Invalid superblock layout: superblocks overlap\n"
309 static int bch2_sb_compatible(struct bch_sb *sb, struct printbuf *out) argument
315 prt_str(out, "Unsupporte
347 bch2_sb_validate(struct bch_sb_handle *disk_sb, struct printbuf *out, int rw) argument
1148 bch2_sb_ext_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
1218 __bch2_sb_field_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
1231 bch2_sb_field_to_text(struct printbuf *out, struct bch_sb *sb, struct bch_sb_field *f) argument
1247 bch2_sb_layout_to_text(struct printbuf *out, struct bch_sb_layout *l) argument
1270 bch2_sb_to_text(struct printbuf *out, struct bch_sb *sb, bool print_layout, unsigned fields) argument
[all...]
H A Dbbpos.h30 static inline void bch2_bbpos_to_text(struct printbuf *out, struct bbpos pos) argument
32 prt_str(out, bch2_btree_id_str(pos.btree));
33 prt_char(out, ':');
34 bch2_bpos_to_text(out, pos.pos);
/linux-master/include/linux/decompress/
H A Dunxz.h16 unsigned char *out, long *in_used,
/linux-master/fs/nfs/
H A Dnfs4getroot.c20 goto out;
26 goto out;
34 goto out;
38 out:
/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h16 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dio.h12 int __must_check wl18xx_top_reg_read(struct wl1271 *wl, int addr, u16 *out);
/linux-master/drivers/staging/media/atomisp/pci/runtime/event/interface/
H A Dia_css_event.h25 uint32_t *out);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_autosize.c90 struct test_struct___samesize *out = (void *)&output_samesized; local
98 out->ptr = in->ptr;
99 out->val1 = in->val1;
100 out->val2 = in->val2;
101 out->val3 = in->val3;
102 out->val4 = in->val4;
111 struct test_struct___downsize *out = (void *)&output_downsized; local
119 out->ptr = in->ptr;
120 out->val1 = in->val1;
121 out
171 struct test_struct___signed *out = (void *)&output_signed; local
[all...]
/linux-master/include/xen/interface/io/
H A Dconsole.h19 char out[2048]; member in struct:xencons_interface
/linux-master/tools/testing/cxl/
H A Dmock_acpi.c18 goto out;
22 goto out;
26 goto out;
32 out:
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c57 goto out;
64 out:
78 goto out;
85 out:
/linux-master/tools/bpf/bpftool/
H A Djson_writer.c22 FILE *out; /* output file */ member in struct:json_writer
33 fputs(" ", self->out);
42 putc('\n', self->out);
50 putc(self->sep, self->out);
59 putc('"', self->out);
63 fputs("\\t", self->out);
66 fputs("\\n", self->out);
69 fputs("\\r", self->out);
72 fputs("\\f", self->out);
75 fputs("\\b", self->out);
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Djson_writer.c22 FILE *out; /* output file */ member in struct:json_writer
33 fputs(" ", self->out);
42 putc('\n', self->out);
50 putc(self->sep, self->out);
59 putc('"', self->out);
63 fputs("\\t", self->out);
66 fputs("\\n", self->out);
69 fputs("\\r", self->out);
72 fputs("\\f", self->out);
75 fputs("\\b", self->out);
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h16 * @h_vdec : [out] driver handle
25 * @res_chg : [out] resolution change happen
34 * @out : [out] buffer to store query result
37 void *out);
/linux-master/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c117 u32 out; local
122 QRK_DTS_REG_OFFSET_ENABLE, &out);
126 if (out & QRK_DTS_ENABLE_BIT)
130 out |= QRK_DTS_ENABLE_BIT;
132 QRK_DTS_REG_OFFSET_ENABLE, out);
145 u32 out; local
150 QRK_DTS_REG_OFFSET_ENABLE, &out);
154 if (!(out & QRK_DTS_ENABLE_BIT))
158 out &= ~QRK_DTS_ENABLE_BIT;
160 QRK_DTS_REG_OFFSET_ENABLE, out);
175 u32 out; local
200 u32 out; local
254 u32 out; local
321 u32 out; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsecure_boot.c33 goto out;
40 out:
57 goto out;
64 out:
/linux-master/net/dccp/ccids/lib/
H A Dtfrc.c22 goto out;
37 out:
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h17 const void *in, void *out);
/linux-master/arch/powerpc/boot/
H A Dstdlib.c18 goto out;
37 out:

Completed in 465 milliseconds

1234567891011>>