/src/share/doc/psd/20.ipctut/ |
ustreamwrite.c | 55 perror("opening stream socket"); 64 perror("connecting stream socket"); 68 perror("writing on stream socket");
|
streamwrite.c | 59 perror("opening stream socket"); 73 perror("connecting stream socket"); 77 perror("writing on stream socket");
|
socketpair.c | 52 perror("opening stream socket pair"); 61 perror("reading stream message"); 64 perror("writing stream message"); 69 perror("writing stream message"); 71 perror("reading stream message");
|
strchkread.c | 58 perror("opening stream socket"); 66 perror("binding stream socket"); 94 perror("reading stream message");
|
streamread.c | 58 perror("opening stream socket"); 66 perror("binding stream socket"); 86 perror("reading stream message");
|
ustreamread.c | 55 perror("opening stream socket"); 62 perror("binding stream socket"); 75 perror("reading stream message");
|
pipe.c | 50 perror("opening stream socket pair");
|
/src/regress/lib/libc/ieeefp/testfloat/ |
writeHex.c | 63 void writeHex_flag( flag a, FILE *stream ) 66 fputc( a ? '1' : '0', stream ); 70 static void writeHex_bits8( bits8 a, FILE *stream ) 76 fputc( '0' + digit, stream ); 79 fputc( '0' + digit, stream ); 83 static void writeHex_bits12( int16 a, FILE *stream ) 89 fputc( '0' + digit, stream ); 92 fputc( '0' + digit, stream ); 95 fputc( '0' + digit, stream ); 99 static void writeHex_bits16( bits16 a, FILE *stream ) [all...] |
/src/tools/compat/ |
putc_unlocked.c | 41 putc_unlocked(int c, FILE *stream) 44 putc(c, stream);
|
/src/common/dist/zlib/ |
compress.c | 26 z_stream stream; local in function:compress2 34 stream.zalloc = (alloc_func)0; 35 stream.zfree = (free_func)0; 36 stream.opaque = (voidpf)0; 38 err = deflateInit(&stream, level); 41 stream.next_out = dest; 42 stream.avail_out = 0; 43 stream.next_in = __UNCONST(source); 44 stream.avail_in = 0; 47 if (stream.avail_out == 0) [all...] |
uncompr.c | 27 an incomplete zlib stream. 31 z_stream stream; local in function:uncompress2 35 Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */ 47 stream.next_in = __UNCONST(source); 48 stream.avail_in = 0; 49 stream.zalloc = (alloc_func)0; 50 stream.zfree = (free_func)0; 51 stream.opaque = (voidpf)0; 53 err = inflateInit(&stream); 56 stream.next_out = dest [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_stream.c | 47 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink) 50 stream->signal = stream->link->connector_signal; 52 stream->signal = sink->sink_signal; 54 if (dc_is_dvi_signal(stream->signal)) { 55 if (stream->ctx->dc->caps.dual_link_dvi && 56 (stream->timing.pix_clk_100hz / 10) > TMDS_MAX_PIXEL_CLOCK && 58 stream->signal = SIGNAL_TYPE_DVI_DUAL_LINK; 60 stream->signal = SIGNAL_TYPE_DVI_SINGLE_LINK; 64 static void dc_stream_construct(struct dc_stream_state *stream, 149 struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount); local in function:dc_stream_free 165 struct dc_stream_state *stream; local in function:dc_create_stream_for_sink 244 struct dc_stream_state *stream = pipe_ctx->stream; local in function:delay_cursor_until_vupdate [all...] |
amdgpu_dc_resource.c | 427 if (pipe_with_clk_src->stream->signal == SIGNAL_TYPE_VIRTUAL) 430 if (dc_is_dp_signal(pipe_with_clk_src->stream->signal) || 431 (dc_is_dp_signal(pipe->stream->signal) && 432 !is_dp_and_hdmi_sharable(pipe_with_clk_src->stream, 433 pipe->stream))) 436 if (dc_is_hdmi_signal(pipe_with_clk_src->stream->signal) 437 && dc_is_dual_link_signal(pipe->stream->signal)) 440 if (dc_is_hdmi_signal(pipe->stream->signal) 441 && dc_is_dual_link_signal(pipe_with_clk_src->stream->signal)) 445 pipe_with_clk_src->stream, pipe->stream) 543 const struct dc_stream_state *stream = pipe_ctx->stream; local in function:calculate_viewport 651 const struct dc_stream_state *stream = pipe_ctx->stream; local in function:calculate_recout 709 const struct dc_stream_state *stream = pipe_ctx->stream; local in function:calculate_scaling_ratios 839 const struct dc_stream_state *stream = pipe_ctx->stream; local in function:calculate_inits_and_adj_vp 2108 struct dc_stream_state *stream = new_ctx->streams[i]; local in function:dc_validate_global_state 2177 struct dc_stream_state *stream = pipe_ctx->stream; local in function:set_avi_info_frame [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
mod_info_packet.h | 38 void mod_build_vsc_infopacket(const struct dc_stream_state *stream, 42 void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream,
|
mod_freesync.h | 129 const struct dc_stream_state *stream, 134 struct dc_stream_state *stream, 148 const struct dc_stream_state *stream, 155 const struct dc_stream_state *stream, 161 const struct dc_stream_state *stream, 166 const struct dc_stream_state *stream, 170 const struct dc_stream_state *stream); 173 const struct dc_stream_state *stream,
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_perf.c | 35 struct i915_perf_stream *stream; local in function:test_stream 37 stream = kzalloc(sizeof(*stream), GFP_KERNEL); 38 if (!stream) 41 stream->perf = perf; 44 if (i915_oa_stream_init(stream, ¶m, &props)) { 45 kfree(stream); 46 stream = NULL; 50 return stream; 53 static void stream_destroy(struct i915_perf_stream *stream) 65 struct i915_perf_stream *stream; local in function:live_sanitycheck 116 struct i915_perf_stream *stream; local in function:live_noa_delay [all...] |
/src/sys/arch/atari/stand/tostools/libtos/ |
cread.c | 77 z_stream stream; member in struct:sd 78 int z_err; /* error code for last stream operation */ 124 if (s->stream.avail_in == 0) { 134 s->stream.avail_in = got; 135 s->stream.next_in = s->inbuf; 137 s->stream.avail_in--; 138 return *(s->stream.next_in)++; 181 s->stream.avail_in++; 182 s->stream.next_in--; 184 s->z_err = s->stream.avail_in != 0 ? Z_OK : Z_STREAM_END [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_stream.h | 35 * Stream Interfaces 143 struct rect dst; /* stream addressable area */ 198 /* from stream struct */ 209 /* Output from DC when stream state is committed or altered 231 struct dc_stream_state *stream; member in struct:dc_stream_update 260 struct dc_stream_state *old_stream, struct dc_stream_state *stream); 262 struct dc_stream_state *old_stream, struct dc_stream_state *stream); 265 * Set up surface attributes and associate to a stream 266 * The surfaces parameter is an absolute set of all surface active for the stream. 267 * If no surfaces are provided, the stream will be blanked; no memory read [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/ |
randombytes_salsa20_random.c | 104 static TLS Salsa20Random stream = { variable in typeref:typename:TLS Salsa20Random 149 stream.nonce = sodium_hrtime(); 150 assert(stream.nonce != (uint64_t) 0U); 294 stream.nonce = sodium_hrtime(); 296 assert(stream.nonce != (uint64_t) 0U); 335 memset(stream.rnd32, 0, sizeof stream.rnd32); 336 stream.rnd32_outleft = (size_t) 0U; 373 crypto_stream_salsa20(stream.key, sizeof stream.key [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf.c | 38 * descriptor representing a stream of GPU metrics which can then be read() as 39 * a stream of sample records. 58 * i915 perf file descriptors represent a "stream" instead of an "event"; where 59 * a perf event primarily corresponds to a single 64bit value, while a stream 63 * of related counters. Samples for an i915 perf stream capturing OA metrics 66 * selected by the user opening the stream. Perf has support for grouping 70 * i915 perf stream configurations are provided as an array of u64 (key,value) 363 * struct perf_open_properties - for validated properties given to open a stream 376 * to open a stream of metrics the configuration is built up in the structure 444 static u32 gen12_oa_hw_tail_read(struct i915_perf_stream *stream) 2986 struct i915_perf_stream *stream; local in function:i915_oa_init_reg_state 3088 struct i915_perf_stream *stream = file->f_data; local in function:i915_perf_read 3152 struct i915_perf_stream *stream = local in function:oa_poll_check_timer_cb 3175 struct i915_perf_stream *stream = fp->f_data; local in function:i915_perf_poll 3241 struct i915_perf_stream *stream = file->private_data; local in function:i915_perf_poll 3395 struct i915_perf_stream *stream = file->f_data; local in function:i915_perf_ioctl 3447 struct i915_perf_stream *stream = fp->f_data; local in function:i915_perf_close 3462 struct i915_perf_stream *stream = file->private_data; local in function:i915_perf_release 3555 struct i915_perf_stream *stream = NULL; local in function:i915_perf_open_ioctl_locked [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/info_packet/ |
amdgpu_info_packet.c | 137 void mod_build_vsc_infopacket(const struct dc_stream_state *stream, 152 if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FORMAT_NONE) { 158 if (stream->psr_version != 0) 162 if (stream->link->dpcd_caps.dpcd_rev.raw >= 0x14 && 163 stream->link->dpcd_caps.dprx_feature.bits.VSC_SDP_COLORIMETRY_SUPPORTED) 176 * Stream Configuration packet 197 info_packet->hb1 = 0x07; // 07h = Packet Type Value indicating Video Stream Configuration packet 232 switch (stream->timing.timing_3d_format) { 268 /* 07h - Packet Type Value indicating Video Stream Configuration packet * [all...] |
/src/sys/lib/libsa/ |
cread.c | 71 z_stream stream; member in struct:sd 72 int z_err; /* error code for last stream operation */ 154 if (s->stream.avail_in == 0) { 165 s->stream.avail_in = got; 166 s->stream.next_in = s->inbuf; 168 s->stream.avail_in--; 169 return *(s->stream.next_in)++; 213 s->stream.avail_in++; 214 s->stream.next_in--; 216 s->z_err = s->stream.avail_in != 0 ? Z_OK : Z_STREAM_END [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ |
stream_salsa20.h | 8 int (*stream)(unsigned char *c, unsigned long long clen, member in struct:crypto_stream_salsa20_implementation
|
/src/tests/usr.sbin/inetd/ |
inetd_ratelimit.conf | 44 #STREAM WAIT SERVICE 53 args = test_server stream wait; 62 args = test_server stream wait; 64 #STREAM NOWAIT SERVICE 74 args = test_server stream nowait; 83 args = test_server stream nowait; 92 args = test_server stream nowait; 101 args = test_server stream nowait;
|
/src/common/dist/zlib/contrib/minizip/ |
ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream) 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) 24 #define FTELLO_FUNC(stream) ftello64(stream) 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { 122 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream); [all...] |