Home
last modified time | relevance | path

Searched refs:wchans (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/p5-Proc-ProcessTable-Match/Proc-ProcessTable-Match-0.0.1/lib/Proc/ProcessTable/Match/
H A DWChan.pm68 if ( ! defined( $args{wchans} ) ){
71 if ( ref( \$args{wchans} ) eq 'ARRAY' ){
74 if ( ! defined $args{wchans}[0] ){
79 wchans=>$args{wchans},
123 foreach my $wchan ( @{ $self->{wchans} } ){
/dports/net/p5-Net-Connection-Match/Net-Connection-Match-0.5.0/lib/Net/Connection/Match/
H A DWChan.pm81 if ( ! defined( $args{wchans} ) ){
84 if ( ref( \$args{wchans} ) eq 'ARRAY' ){
87 if ( ! defined $args{wchans}[0] ){
92 wchans=>$args{wchans},
168 foreach my $regex ( @{ $self->{wchans} } ){
/dports/sysutils/p5-Proc-ProcessTable-ncps/Proc-ProcessTable-ncps-0.1.1/bin/
H A Dncps229 my @wchans=split(/\,/, $wait_channels_string );
234 wchans=>\@wchans,
/dports/net/p5-Net-Connection-ncnetstat/Net-Connection-ncnetstat-0.7.1/bin/
H A Dncnetstat537 my @wchans=split(/\,/, $wchan_string);
542 wchans=>\@wchans,
/dports/security/libssh/libssh-0.9.6/src/
H A Dchannels.c3244 for(i = 0; wchans[i] != NULL; i++) { in channel_protocol_select()
3245 chan = wchans[i]; in channel_protocol_select()
3303 ssh_channel *rchans, *wchans, *echans; in ssh_channel_select() local
3342 wchans = calloc(count_ptrs(writechans) + 1, sizeof(ssh_channel)); in ssh_channel_select()
3343 if (wchans == NULL) { in ssh_channel_select()
3351 SAFE_FREE(wchans); in ssh_channel_select()
3361 rchans, wchans, echans); in ssh_channel_select()
3371 SAFE_FREE(wchans); in ssh_channel_select()
3397 SAFE_FREE(wchans); in ssh_channel_select()
3407 memcpy(writechans, wchans, (count_ptrs(wchans) + 1) * sizeof(ssh_channel )); in ssh_channel_select()
[all …]
/dports/sysutils/htop/htop-3.1.2/pcp/columns/
H A Dwchan12 [wchans]
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dchannels.c2926 for(i = 0; wchans[i] != NULL; i++) { in channel_protocol_select()
2927 chan = wchans[i]; in channel_protocol_select()
2984 ssh_channel *rchans, *wchans, *echans; in ssh_channel_select() local
3023 wchans = malloc(sizeof(ssh_channel ) * (count_ptrs(writechans) + 1)); in ssh_channel_select()
3024 if (wchans == NULL) { in ssh_channel_select()
3032 SAFE_FREE(wchans); in ssh_channel_select()
3042 rchans, wchans, echans); in ssh_channel_select()
3043 if (rchans[0] != NULL || wchans[0] != NULL || echans[0] != NULL) { in ssh_channel_select()
3074 SAFE_FREE(wchans); in ssh_channel_select()
3084 memcpy(writechans, wchans, (count_ptrs(wchans) + 1) * sizeof(ssh_channel )); in ssh_channel_select()
[all …]
/dports/audio/snd/snd-21.2/
H A Dheaders.c746 mus_bint_to_char((uint8_t *)(hdrbuf + 20), wchans); in mus_header_write_next_header()
1318 mus_bshort_to_char((uint8_t *)(hdrbuf + 20), (short)wchans); in write_aif_header()
1319 if (wchans > 0) in write_aif_header()
1718 bytes_per_packet *= wchans; in write_caff_header()
1743 mus_bint_to_char((uint8_t *)(hdrbuf + 44), wchans); in write_caff_header()
1947 mus_lshort_to_char((uint8_t *)(hbuf + 10), (short)wchans); in write_riff_fmt_chunk()
1950 mus_lshort_to_char((uint8_t *)(hbuf + 20), (short)(wchans * mus_bytes_per_sample(samp_type))); in write_riff_fmt_chunk()
2129 err = write_riff_fmt_chunk(fd, hdrbuf, samp_type, wsrate, wchans); in write_riff_header()
2423 err = write_riff_fmt_chunk(fd, hdrbuf, samp_type, wsrate, wchans); in write_rf64_header()
2986 wchans, wsrate, datum, in write_nist_header()
[all …]