Searched refs:sd (Results 26 - 50 of 183) sorted by relevance

12345678

/openbsd-current/sys/dev/
H A Dsoftraid_raid5.c73 sr_raid5_discipline_init(struct sr_discipline *sd) argument
76 sd->sd_type = SR_MD_RAID5;
77 strlcpy(sd->sd_name, "RAID 5", sizeof(sd->sd_name));
78 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE |
80 sd->sd_max_wu = SR_RAID5_NOWU + 2; /* Two for scrub/rebuild. */
83 sd->sd_assemble = sr_raid5_assemble;
84 sd->sd_create = sr_raid5_create;
85 sd->sd_openings = sr_raid5_openings;
86 sd
95 sr_raid5_create(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, int64_t coerced_size) argument
117 sr_raid5_assemble(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, void *data) argument
124 sr_raid5_init(struct sr_discipline *sd) argument
140 sr_raid5_openings(struct sr_discipline *sd) argument
147 sr_raid5_set_chunk_state(struct sr_discipline *sd, int c, int new_state) argument
222 sr_raid5_set_vol_state(struct sr_discipline *sd) argument
347 sr_raid5_chunk_online(struct sr_discipline *sd, int chunk) argument
359 sr_raid5_chunk_rebuild(struct sr_discipline *sd, int chunk) argument
373 struct sr_discipline *sd = wu->swu_dis; local
510 struct sr_discipline *sd = wu->swu_dis; local
544 struct sr_discipline *sd = wu->swu_dis; local
664 struct sr_discipline *sd = wu->swu_dis; local
693 struct sr_discipline *sd = wu->swu_dis; local
729 struct sr_discipline *sd = wu->swu_dis; local
767 sr_raid5_rebuild(struct sr_discipline *sd) argument
[all...]
H A Dsoftraid_raid0.c53 sr_raid0_discipline_init(struct sr_discipline *sd) argument
57 sd->sd_type = SR_MD_RAID0;
58 strlcpy(sd->sd_name, "RAID 0", sizeof(sd->sd_name));
59 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE;
60 sd->sd_max_wu = SR_RAID0_NOWU;
63 sd->sd_assemble = sr_raid0_assemble;
64 sd->sd_create = sr_raid0_create;
65 sd->sd_scsi_rw = sr_raid0_rw;
69 sr_raid0_create(struct sr_discipline *sd, struc argument
91 sr_raid0_assemble(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunks, void *data) argument
98 sr_raid0_init(struct sr_discipline *sd) argument
117 struct sr_discipline *sd = wu->swu_dis; local
[all...]
H A Dsoftraid.c223 sr_meta_attach(struct sr_discipline *sd, int chunk_no, int force) argument
225 struct sr_softc *sc = sd->sd_sc;
233 sd->sd_meta = malloc(SR_META_SIZE * DEV_BSIZE, M_DEVBUF,
235 if (!sd->sd_meta) {
240 if (sd->sd_meta_type != SR_META_F_NATIVE) {
242 sd->sd_meta_foreign = malloc(smd[sd->sd_meta_type].smd_size,
244 if (!sd->sd_meta_foreign) {
253 cl = &sd->sd_vol.sv_chunk_list;
254 sd
292 sr_meta_probe(struct sr_discipline *sd, dev_t *dt, int no_chunk) argument
477 sr_meta_rw(struct sr_discipline *sd, dev_t dev, void *md, long flags) argument
498 sr_meta_clear(struct sr_discipline *sd) argument
534 sr_meta_init(struct sr_discipline *sd, int level, int no_chunk) argument
596 sr_meta_init_complete(struct sr_discipline *sd) argument
614 sr_meta_opt_handler(struct sr_discipline *sd, struct sr_meta_opt_hdr *om) argument
623 struct sr_discipline *sd = xsd; local
636 sr_meta_save(struct sr_discipline *sd, u_int32_t flags) argument
742 sr_meta_read(struct sr_discipline *sd) argument
902 sr_meta_validate(struct sr_discipline *sd, dev_t dev, struct sr_metadata *sm, void *fm) argument
1509 struct sr_discipline *sd; local
1605 sr_meta_native_attach(struct sr_discipline *sd, int force) argument
1695 sr_meta_native_read(struct sr_discipline *sd, dev_t dev, struct sr_metadata *md, void *fm) argument
1708 sr_meta_native_write(struct sr_discipline *sd, dev_t dev, struct sr_metadata *md, void *fm) argument
1721 sr_hotplug_register(struct sr_discipline *sd, void *func) argument
1741 sr_hotplug_unregister(struct sr_discipline *sd, void *func) argument
1892 sr_ccb_alloc(struct sr_discipline *sd) argument
1922 sr_ccb_free(struct sr_discipline *sd) argument
1939 sr_ccb_get(struct sr_discipline *sd) argument
1963 struct sr_discipline *sd = ccb->ccb_dis; local
1982 sr_ccb_rw(struct sr_discipline *sd, int chunk, daddr_t blkno, long len, u_int8_t *data, int xsflags, int ccbflags) argument
2034 struct sr_discipline *sd = wu->swu_dis; local
2071 sr_wu_alloc(struct sr_discipline *sd) argument
2101 sr_wu_free(struct sr_discipline *sd) argument
2123 struct sr_discipline *sd = (struct sr_discipline *)xsd; local
2142 struct sr_discipline *sd = (struct sr_discipline *)xsd; local
2157 sr_wu_init(struct sr_discipline *sd, struct sr_workunit *wu) argument
2177 struct sr_discipline *sd = wu->swu_dis; local
2210 struct sr_discipline *sd = wu->swu_dis; local
2226 struct sr_discipline *sd = wu->swu_dis; local
2289 sr_scsi_wu_get(struct sr_discipline *sd, int flags) argument
2295 sr_scsi_wu_put(struct sr_discipline *sd, struct sr_workunit *wu) argument
2304 sr_scsi_done(struct sr_discipline *sd, struct scsi_xfer *xs) argument
2323 struct sr_discipline *sd; local
2424 struct sr_discipline *sd; local
2445 struct sr_discipline *sd; local
2477 sr_bio_handler(struct sr_softc *sc, struct sr_discipline *sd, u_long cmd, struct bio *bio) argument
2561 struct sr_discipline *sd; local
2580 struct sr_discipline *sd; local
2637 struct sr_discipline *sd; local
2702 struct sr_discipline *sd; local
2768 struct sr_discipline *sd; local
2797 struct sr_discipline *sd = NULL; local
2974 struct sr_discipline *sd = xsd; local
2979 sr_hotspare_rebuild(struct sr_discipline *sd) argument
3081 sr_rebuild_init(struct sr_discipline *sd, dev_t dev, int hotspare) argument
3251 sr_rebuild_percent(struct sr_discipline *sd) argument
3265 sr_roam_chunks(struct sr_discipline *sd) argument
3298 struct sr_discipline *sd = NULL; local
3603 sr_ioctl_deleteraid(struct sr_softc *sc, struct sr_discipline *sd, struct bioc_deleteraid *bd) argument
3636 sr_ioctl_discipline(struct sr_softc *sc, struct sr_discipline *sd, struct bioc_discipline *bd) argument
3659 sr_ioctl_installboot(struct sr_softc *sc, struct sr_discipline *sd, struct bioc_installboot *bb) argument
3831 sr_discipline_free(struct sr_discipline *sd) argument
3876 sr_discipline_shutdown(struct sr_discipline *sd, int meta_save, int dying) argument
3935 sr_discipline_init(struct sr_discipline *sd, int level) argument
4003 struct sr_discipline *sd = wu->swu_dis; local
4037 struct sr_discipline *sd = wu->swu_dis; local
4073 struct sr_discipline *sd = wu->swu_dis; local
4099 struct sr_discipline *sd = wu->swu_dis; local
4136 struct sr_discipline *sd = wu->swu_dis; local
4169 struct sr_discipline *sd = wu->swu_dis; local
4186 struct sr_discipline *sd = wu->swu_dis; local
4241 struct sr_discipline *sd = wu->swu_dis; local
4270 struct sr_discipline *sd = wu->swu_dis; local
4290 sr_alloc_resources(struct sr_discipline *sd) argument
4305 sr_free_resources(struct sr_discipline *sd) argument
4312 sr_set_chunk_state(struct sr_discipline *sd, int c, int new_state) argument
4360 sr_set_vol_state(struct sr_discipline *sd) argument
4419 sr_block_get(struct sr_discipline *sd, long length) argument
4425 sr_block_put(struct sr_discipline *sd, void *ptr, int length) argument
4497 sr_already_assembled(struct sr_discipline *sd) argument
4537 struct sr_discipline *sd, *nsd; local
4552 struct sr_discipline *sd; local
4574 struct sr_discipline *sd = wu->swu_dis; local
4636 struct sr_discipline *sd = arg; local
4651 struct sr_discipline *sd = arg; local
4664 sr_rebuild(struct sr_discipline *sd) argument
4823 struct sr_discipline *sd; local
4834 sr_sensors_create(struct sr_discipline *sd) argument
4863 sr_sensors_delete(struct sr_discipline *sd) argument
4876 struct sr_discipline *sd; local
4920 struct sr_discipline *sd; local
5064 struct sd_softc *sd; local
[all...]
H A Dsoftraid_raid6.c87 sr_raid6_discipline_init(struct sr_discipline *sd) argument
93 sd->sd_type = SR_MD_RAID6;
94 strlcpy(sd->sd_name, "RAID 6", sizeof(sd->sd_name));
95 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE |
97 sd->sd_max_wu = SR_RAID6_NOWU;
100 sd->sd_assemble = sr_raid6_assemble;
101 sd->sd_create = sr_raid6_create;
102 sd->sd_openings = sr_raid6_openings;
103 sd
111 sr_raid6_create(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, int64_t coerced_size) argument
133 sr_raid6_assemble(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, void *data) argument
140 sr_raid6_init(struct sr_discipline *sd) argument
157 sr_raid6_openings(struct sr_discipline *sd) argument
163 sr_raid6_set_chunk_state(struct sr_discipline *sd, int c, int new_state) argument
239 sr_raid6_set_vol_state(struct sr_discipline *sd) argument
374 struct sr_discipline *sd = wu->swu_dis; local
644 struct sr_discipline *sd = wu->swu_dis; local
662 struct sr_discipline *sd = wu->swu_dis; local
699 struct sr_discipline *sd = wu->swu_dis; local
735 struct sr_discipline *sd = wu->swu_dis; local
[all...]
H A Dsoftraid_crypto.c105 sr_crypto_discipline_init(struct sr_discipline *sd) argument
110 sd->sd_wu_size = sizeof(struct sr_crypto_wu);
111 sd->sd_type = SR_MD_CRYPTO;
112 strlcpy(sd->sd_name, "CRYPTO", sizeof(sd->sd_name));
113 sd->sd_capabilities = SR_CAP_SYSTEM_DISK | SR_CAP_AUTO_ASSEMBLE;
114 sd->sd_max_wu = SR_CRYPTO_NOWU;
117 sd->mds.mdd_crypto.scr_sid[i] = (u_int64_t)-1;
120 sd->sd_alloc_resources = sr_crypto_alloc_resources;
121 sd
131 sr_crypto_create(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, int64_t coerced_size) argument
153 sr_crypto_meta_create(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, struct bioc_createraid *bc) argument
212 sr_crypto_set_key(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, struct bioc_createraid *bc, int no_chunk, void *data) argument
264 sr_crypto_assemble(struct sr_discipline *sd, struct bioc_createraid *bc, int no_chunk, void *data) argument
343 sr_crypto_get_kdf(struct bioc_createraid *bc, struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
469 sr_crypto_decrypt_key(struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
512 sr_crypto_create_keys(struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
554 sr_crypto_change_maskkey(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, struct sr_crypto_kdfinfo *kdfinfo1, struct sr_crypto_kdfinfo *kdfinfo2) argument
634 sr_crypto_create_key_disk(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, dev_t dev) argument
797 sr_crypto_read_key_disk(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, dev_t dev) argument
920 sr_crypto_free_sessions(struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
933 sr_crypto_alloc_resources_internal(struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
1012 sr_crypto_alloc_resources(struct sr_discipline *sd) argument
1018 sr_crypto_free_resources_internal(struct sr_discipline *sd, struct sr_crypto *mdd_crypto) argument
1051 sr_crypto_free_resources(struct sr_discipline *sd) argument
1058 sr_crypto_ioctl_internal(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, struct bioc_discipline *bd) argument
1124 sr_crypto_ioctl(struct sr_discipline *sd, struct bioc_discipline *bd) argument
1131 sr_crypto_meta_opt_handler_internal(struct sr_discipline *sd, struct sr_crypto *mdd_crypto, struct sr_meta_opt_hdr *om) argument
1145 sr_crypto_meta_opt_handler(struct sr_discipline *sd, struct sr_meta_opt_hdr *om) argument
1193 struct sr_discipline *sd = wu->swu_dis; local
1265 sr_crypto_hotplug(struct sr_discipline *sd, struct disk *diskp, int action) argument
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dcpuswitch.S34 sd s0, (SF_S + 0 * 8)(sp)
35 sd s1, (SF_S + 1 * 8)(sp)
36 sd s2, (SF_S + 2 * 8)(sp)
37 sd s3, (SF_S + 3 * 8)(sp)
38 sd s4, (SF_S + 4 * 8)(sp)
39 sd s5, (SF_S + 5 * 8)(sp)
40 sd s6, (SF_S + 6 * 8)(sp)
41 sd s7, (SF_S + 7 * 8)(sp)
42 sd s8, (SF_S + 8 * 8)(sp)
43 sd s
[all...]
H A Dexception.S45 sd ra, (TF_RA)(sp)
48 sd gp, (TF_GP)(sp)
56 sd tp, (TF_TP)(sp)
60 sd t0, (TF_T + 0 * 8)(sp)
61 sd t1, (TF_T + 1 * 8)(sp)
62 sd t2, (TF_T + 2 * 8)(sp)
63 sd t3, (TF_T + 3 * 8)(sp)
64 sd t4, (TF_T + 4 * 8)(sp)
65 sd t5, (TF_T + 5 * 8)(sp)
66 sd t
[all...]
/openbsd-current/lib/libc/arch/riscv64/gen/
H A D_setjmp.S25 sd sp, (1 * 8)(a0)
27 sd s0, (2 * 8)(a0)
28 sd s1, (3 * 8)(a0)
29 sd s2, (4 * 8)(a0)
30 sd s3, (5 * 8)(a0)
31 sd s4, (6 * 8)(a0)
32 sd s5, (7 * 8)(a0)
33 sd s6, (8 * 8)(a0)
34 sd s7, (9 * 8)(a0)
35 sd s
[all...]
H A Dsetjmp.S32 sd sp, (1 * 8)(a0)
35 sd s0, (2 * 8)(a0)
36 sd s1, (3 * 8)(a0)
37 sd s2, (4 * 8)(a0)
38 sd s3, (5 * 8)(a0)
39 sd s4, (6 * 8)(a0)
40 sd s5, (7 * 8)(a0)
41 sd s6, (8 * 8)(a0)
42 sd s7, (9 * 8)(a0)
43 sd s
[all...]
H A Dsigsetjmp.S33 sd sp, (1 * 8)(a0)
36 sd s0, (2 * 8)(a0)
37 sd s1, (3 * 8)(a0)
38 sd s2, (4 * 8)(a0)
39 sd s3, (5 * 8)(a0)
40 sd s4, (6 * 8)(a0)
41 sd s5, (7 * 8)(a0)
42 sd s6, (8 * 8)(a0)
43 sd s7, (9 * 8)(a0)
44 sd s
[all...]
/openbsd-current/regress/lib/libc/sys/
H A Dt_sendrecv.c66 sender(int sd) argument
72 for (; (n = send(sd, &p, sizeof(p), 0)) == sizeof(p);
78 close(sd);
83 receiver(int sd) argument
92 while ((n = recv(sd, &p, sizeof(p), 0), sizeof(p))
109 close(sd);
115 int fd[2], sd[2], error; local
119 error = socketpair(AF_UNIX, SOCK_DGRAM, 0, sd);
124 for (size_t i = 0; i < __arraycount(sd); i++) {
125 error = setsockopt(sd[
[all...]
H A Dt_getsockname.c50 int sd; local
54 sd = socket(AF_UNIX, SOCK_STREAM, 0);
55 ATF_REQUIRE(sd != -1);
59 ATF_REQUIRE(getsockname(sd, (struct sockaddr *)&sun, &len) != -1);
67 ATF_REQUIRE(bind(sd, (struct sockaddr *)&sun, len) != -1);
71 ATF_REQUIRE(getsockname(sd, (struct sockaddr *)&sun, &len) != -1);
75 ATF_REQUIRE(close(sd) != -1);
H A Dt_connect.c52 int sd, val, slist; local
56 sd = socket(AF_INET, SOCK_STREAM, 0);
58 ATF_REQUIRE(sd > 0);
72 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val,
82 if (connect(sd, (struct sockaddr *)&sin, sizeof(sin)) == -1) {
92 ATF_REQUIRE_EQ(getsockname(sd, (struct sockaddr *)&sin, &slen), 0);
96 close(sd);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfloatundidf.c58 int sd = N - __builtin_clzll(a); // number of significant digits local
59 int e = sd - 1; // exponent
60 if (sd > DBL_MANT_DIG) {
68 switch (sd) {
75 a = (a >> (sd - (DBL_MANT_DIG + 2))) |
76 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG + 2) - sd))) != 0);
89 a <<= (DBL_MANT_DIG - sd);
H A Dfloatdidf.c54 int sd = N - __builtin_clzll(a); // number of significant digits local
55 int e = sd - 1; // exponent
56 if (sd > DBL_MANT_DIG) {
64 switch (sd) {
71 a = ((du_int)a >> (sd - (DBL_MANT_DIG + 2))) |
72 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG + 2) - sd))) != 0);
85 a <<= (DBL_MANT_DIG - sd);
/openbsd-current/lib/libc/rpc/
H A Dbindresvport.c38 bindresvport(int sd, struct sockaddr_in *sin) argument
40 return bindresvport_sa(sd, (struct sockaddr *)sin);
48 bindresvport_sa(int sd, struct sockaddr *sa) argument
62 if (getsockname(sd, sa, &salen) == -1)
94 error = getsockopt(sd, proto, portrange, &old, &oldlen);
98 error = setsockopt(sd, proto, portrange, &portlow,
104 error = bind(sd, sa, salen);
110 if (setsockopt(sd, proto, portrange, &old,
118 if (getsockname(sd, sa, &salen) == -1)
/openbsd-current/sys/arch/i386/i386/
H A Dgdt.c63 struct segment_descriptor *sd = &cpu_info_primary.ci_gdt[sel].sd; local
69 setsegment(sd, base, limit, type, dpl, def32, gran);
72 ci->ci_gdt[sel].sd = *sd;
83 setsegment(&ci->ci_gdt[GCPU_SEL].sd, ci, sizeof(struct cpu_info)-1,
97 setsegment(&ci->ci_gdt[GCPU_SEL].sd, ci, sizeof(struct cpu_info)-1,
112 setsegment(&ci->ci_gdt[GTSS_SEL].sd, ci->ci_tss,
114 setsegment(&ci->ci_gdt[GNMITSS_SEL].sd, ci->ci_nmi_tss,
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_mips64.S25 sd $ra, 136($sp)
27 sd $gp, 128($sp)
28 sd $a7, 120($sp)
29 sd $a6, 112($sp)
30 sd $a5, 104($sp)
31 sd $a4, 96($sp)
32 sd $a3, 88($sp)
33 sd $a2, 80($sp)
34 sd $a1, 72($sp)
35 sd
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S12 sd $s0,32($sp)
13 sd $ra,24($sp)
14 sd $fp,16($sp)
15 sd $gp,8($sp)
24 sd $a0,0($sp)
64 sd $s0,32($sp)
65 sd $ra,24($sp)
66 sd $fp,16($sp)
67 sd $gp,8($sp)
76 sd
[all...]
/openbsd-current/libexec/ld.so/riscv64/
H A Dldasm.S83 sd ra, (9*8)(sp)
84 sd a0, (0*8)(sp)
85 sd a1, (1*8)(sp)
86 sd a2, (2*8)(sp)
87 sd a3, (3*8)(sp)
88 sd a4, (4*8)(sp)
89 sd a5, (5*8)(sp)
90 sd a6, (6*8)(sp)
91 sd a7, (7*8)(sp)
/openbsd-current/regress/lib/libcrypto/ocsp/
H A Docsp_test.c31 int error, sd = -1; local
50 sd = socket(r->ai_family, r->ai_socktype, r->ai_protocol);
51 if (sd == -1)
54 if (connect(sd, r->ai_addr, r->ai_addrlen) == 0)
57 close(sd);
62 return sd;
68 int sd, ocsp_status; local
102 sd = tcp_connect(host, port);
106 SSL_set_fd(ssl, (int) sd);
/openbsd-current/sys/arch/arm/arm/
H A Dfault.c113 struct sigdata *sd);
115 struct sigdata *sd);
117 struct sigdata *sd);
119 struct sigdata *sd);
173 struct sigdata sd; local
206 if ((data_aborts[ftyp].func)(tf, fsr, far, p, &sd)) {
255 sd.signo = SIGILL;
256 sd.code = ILL_ILLOPC;
257 sd.addr = far;
258 sd
390 dab_fatal(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, struct sigdata *sd) argument
444 dab_align(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, struct sigdata *sd) argument
486 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct proc *p, struct sigdata *sd) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_riscv64.inc.S15 sd ra, 8(sp)
22 sd ra, 0(x10)
33 sd x10, 8(sp)
/openbsd-current/usr.bin/rsync/
H A Dsocket.c75 inet_connect(int *sd, const struct source *src, const char *host, argument
83 if (*sd != -1)
84 close(*sd);
88 if ((*sd = socket(src->family, SOCK_STREAM | SOCK_NONBLOCK, 0))
94 if (inet_bind(*sd, src->family, bsrc, bsrcsz) == -1) {
104 if ((c = connect(*sd, (const struct sockaddr *)&src->sa, src->salen))
106 pfd.fd = *sd;
111 if ((c = getsockopt(*sd, SOL_SOCKET, SO_ERROR, &optval,
288 rsync_connect(const struct opts *opts, int *sd, const struct fargs *f) argument
332 c = inet_connect(sd,
371 rsync_socket(const struct opts *opts, int sd, const struct fargs *f) argument
[all...]
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.cpp57 StreamDescriptor sd; local
58 sd.m_is_socket = true;
59 sd.m_socket = s;
60 sd.m_close = close;
61 return sd;
65 StreamDescriptor sd; local
66 sd.m_is_socket = false;
67 sd.m_fd = fd;
68 sd.m_close = close;
69 return sd;
[all...]

Completed in 227 milliseconds

12345678