HomeSort by relevance Sort by last modified time
    Searched refs:actual (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsndmr/
postinstall 33 actual=/tmp/usr.lib.mail.actual.$$
57 find $BASEDIR/usr/lib/mail -type f | sed -e "s|^$BASEDIR/|/|" | sort > $actual
58 # Actual should be a superset of system, so ignore anything in both
59 comm -3 $system $actual | sed -e 's/ //' > $added_abs
60 rm -f $system $actual
  /onnv/onnv-gate/usr/src/lib/libavl/
README 31 The actual source code used to build the avl library is also built by
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
is.t 88 my $actual = eval "POSIX::$f( \$s )";
90 ok( $actual == $expected, "$f('$s') == $actual");
  /onnv/onnv-gate/usr/src/uts/sparc/os/
polled_io.c 382 uint_t actual; local
452 * failure plus the actual number of bytes in the buffer.
480 actual = 0;
491 if (actual == buflen) {
503 *(buffer + actual) = key;
505 actual++;
511 if (actual == 0) {
525 cif[out_args+1] = p1275_uint2cell((uint_t)actual);
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
CmtBlk.py 48 for actual, valid in map(lambda x, y: (x and x.lstrip(CmntChrs), y),
50 if actual != valid:
51 raise CmtBlkError(line, actual, valid)
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Registry.java 154 * The actual run method
199 private boolean matchString(String filter, String actual) {
200 if ((filter == null) || (filter.equals(actual)))
204 if ((actual != null) &&
205 (actual.startsWith(filter.substring(0, filter.length()-1))))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
27_iwrite.t 202 my $actual;
204 $actual = <F>;
208 my ($alen, $xlen) = (length $actual, length $expected);
210 print "# try(@_) expected file length $xlen, actual $alen!\n";
212 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
28_mtwrite.t 225 my $actual;
227 $actual = <F>;
231 my ($alen, $xlen) = (length $actual, length $expected);
233 print "# try(@_) expected file length $xlen, actual $alen!\n";
235 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
26_twrite.t 294 my $actual;
296 $actual = <F>;
300 my ($alen, $xlen) = (length $actual, length $expected);
302 print "# try(@_) expected file length $xlen, actual $alen!\n";
304 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
29_downcopy.t 291 my $actual;
293 $actual = <F>;
297 my ($alen, $xlen) = (length $actual, length $expected);
301 print "# try(@ARGS) expected file length $xlen, actual $alen!\n";
303 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
29a_upcopy.t 146 my $actual;
148 $actual = <F>;
152 my ($alen, $xlen) = (length $actual, length $expected);
154 print "# try(@_) expected file length $xlen, actual $alen!\n";
156 print $actual eq $expected ? "ok $N\n" : "not ok $N\n";
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
parallel.c 339 int actual; /* number of bytes successfully written */ local
359 if ((actual = write(fd, block + head, tail - head)) == -1) {
372 if (actual >= 0)
373 head += actual;
376 logit("Writing (%d) at 0x%x actual: %d, %s\n", count++, head,
377 actual, (actual < 1 ? strerror(errno) : ""));
  /onnv/onnv-gate/usr/src/lib/libadm/common/
pkginfo.c 472 verscmp(char *request, char *actual)
475 while (isspace((unsigned char)*actual))
476 actual++;
480 while (*request || *actual) {
485 if (*request++ != *actual++)
490 if (*actual && !isspace((unsigned char)*actual))
494 while (isspace((unsigned char)*actual))
495 actual++;
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
lufs_log.c 1000 size_t actual; local
1015 actual = storebuf(ul, bp, va, nb);
1016 ASSERT(actual);
1017 va += actual;
1018 nb -= actual;
1051 actual = storebuf(ul, bp, va, nb);
1052 ASSERT(actual);
1053 va += actual;
1054 nb -= actual;
1088 ulong_t actual; local
1119 ulong_t actual; local
1441 ulong_t actual; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
evtchn.c 327 int rv, actual; local
352 rv = ddi_intr_alloc(xpv_dip, ihp, DDI_INTR_TYPE_FIXED, 0, 1, &actual,
354 if (rv < 0 || actual != 1) {
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs_msg.c 55 int32_t actual; local
91 actual = 0;
94 EMLXS_MSI_INUMBER, 1, &actual, DDI_INTR_ALLOC_NORMAL);
96 if (ret != DDI_SUCCESS || actual == 0) {
99 "handle. ret=%d actual=%d", DRIVER_NAME,
100 hba->ddiinst, ret, actual);
595 /* Check if requested first message is greater than actual. */
610 /* Check if requested count is less than actual. If so, adjust it. */
emlxs_hba.c 93 int32_t actual; local
210 actual = 0;
243 &actual, DDI_INTR_ALLOC_NORMAL);
246 "MSI: %s: count=%d actual=%d ret=%d", s_type, count, actual, ret);
248 if ((ret != DDI_SUCCESS) || (actual == 0)) {
255 if (actual != count) {
256 /* Validate actual count */
257 if (actual >= 8) {
259 } else if (actual >= 4)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/uhci/
uhci.c 488 int actual, avail, intr_size, count = 0; local
529 intr_type, 0, count, &actual, flag);
531 if ((ret != DDI_SUCCESS) || (actual == 0)) {
540 if (actual < count) {
543 count, actual);
545 for (i = 0; i < actual; i++)
553 uhcip->uhci_intr_cnt = actual;
560 for (i = 0; i < actual; i++)
577 for (i = 0; i < actual; i++)
590 for (i = 0; i < actual; i++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/awk_xpg4/
awk3.c 259 * If it's a parameter then link to the actual value node and
1697 register NODE *actual; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
qcn.c 254 int actual, count = 0; local
270 DDI_INTR_TYPE_FIXED, inum, count, &actual,
273 if ((rc != DDI_SUCCESS) || (actual == 0)) {
278 if (actual < count) {
279 for (x = 0; x < actual; x++) {
287 qcn_state->qcn_intr_cnt = actual;
292 for (x = 0; x < actual; x++) {
301 for (x = 0; x < actual; x++) {
311 for (y = 0; y < actual; y++) {
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
savemail.c 758 char actual[MAXLINE]; local
1174 /* Figure out actual recipient */
1175 actual[0] = '\0';
1187 (void) sm_snprintf(actual,
1188 sizeof(actual),
1195 (void) sm_snprintf(actual,
1196 sizeof(actual),
1209 /* try to fall back to the actual recipient */
1210 if (actual[0] != '\0')
1212 actual);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rge/
rge_main.c 1301 int actual; local
1330 count, &actual, DDI_INTR_ALLOC_NORMAL);
1331 if (ret != DDI_SUCCESS || actual == 0) {
1336 if (actual < count) {
1338 count, actual);
1340 rgep->intr_cnt = actual;
1349 for (i = 0; i < actual; i++) {
1360 for (i = 0; i < actual; i++)
1367 for (i = 0; i < actual; i++) {
1376 for (i = 0; i < actual; i++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/
libconv_mk_report_bufsize.pl 60 * as a fixed integer rather than using the actual size calculation that
83 * on the actual strings is FLAGSZ. The module would use the following
  /onnv/onnv-gate/usr/src/cmd/syseventd/etc/
README 64 actual parameters from the matching event on the command line.
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
systrace.c 52 systrace_init(struct sysent *actual, systrace_sysent_t **interposed)
63 struct sysent *a = &actual[i];

Completed in 1080 milliseconds

1 2 3 4 5