Searched refs:syswrite (Results 1 - 14 of 14) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsysio.t70 eval { syswrite(O, $x, -1) };
83 eval { syswrite(O, $x, 1, 3) };
100 eval { syswrite(O, $x, 1, -4) };
116 if (syswrite(O, $a, 2) == 2){
137 print 'not ' unless (syswrite(O, $a, 2, 5) == 2);
152 print 'not ' unless (syswrite(O, $a, 5, -3) == 3);
167 print 'not ' unless (syswrite(O, $x) == 3);
228 syswrite I, $a;
230 # Should not be upgraded as a side effect of syswrite.
234 eval {syswrite
[all...]
H A Dtiehandle.t127 $r = syswrite $fh,$buf,4,1;
134 $r = syswrite $fh,$buf,4;
141 $r = syswrite $fh,$buf;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/
H A Dfcntl.t21 if (syswrite($wo, "foo") == 3) {
41 print "not ok 3 # syswrite failed: $!\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t95 # is (syswrite (LEFT, $_), length $_, "write " . _qq ($_) . " to left");
96 is (syswrite (LEFT, $_), length $_, "syswrite to left");
99 # is (syswrite (RIGHT, $_), length $_, "write " . _qq ($_) . " to right");
100 is (syswrite (RIGHT, $_), length $_, "syswrite to right");
135 = sub { warn "syswrite to left didn't fail within 3 seconds" };
139 my $ans = syswrite (LEFT, "void");
141 is ($ans, undef, "syswrite to shutdown left should fail");
154 is (syswrite (RIGH
[all...]
H A DSocket.t42 syswrite(T,"hello",5);
86 syswrite(S,"olleh",5);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DFunctions.t102 sysread, sysseek, syswrite, tell, telldir, truncate, warn,
106 pack, read, syscall, sysread, sysseek, syswrite, unpack,
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsysinfo.h86 uint_t syswrite; /* write() + writev() system calls */ member in struct:cpu_sysinfo
212 uint64_t syswrite; /* write() + writev() system calls */ member in struct:cpu_sys_stats
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.t128 # syswrite() on should work on characters, not bytes
133 ($c = syswrite(G, $_, 1)) == 1 &&
148 "on :utf8 streams syswrite() should work on characters, not bytes");
172 "checking syswrite() output on :utf8 streams by reading it back in");
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dsa.h109 uint64_t syswrite; member in struct:cpu64_sysinfo
H A Dsar.c885 (float)xx->csi.syswrite / sec_diff,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dutf8.t308 syswrite(F, $a = chr(0x100));
310 is( ord($a), 0x100, '23428 syswrite should not downgrade scalar' );
311 like( $a, qr/^\w+/, '23428 syswrite should not downgrade scalar' );
314 # sysread() and syswrite() tested in lib/open.t since Fcntl is used
/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Drw.c314 CPU_STATS_ADDQ(cp, sys, syswrite, 1);
594 CPU_STATS_ADDQ(cp, sys, syswrite, 1);
903 CPU_STATS_ADDQ(cp, sys, syswrite, 1);
1162 CPU_STATS_ADDQ(cp, sys, syswrite, 1);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcpu.c199 kstat_named_t syswrite; member in struct:cpu_sys_stats_ks_data
256 { "syswrite", KSTAT_DATA_UINT64 },
3224 csskd->syswrite.value.ui64 = css->syswrite;
3362 cso->cpu_sysinfo.syswrite = CPU_STATS(cp, sys.syswrite);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs213 SAVE_UINT32(self, sysinfop, syswrite);

Completed in 192 milliseconds