Home
last modified time | relevance | path

Searched refs:err_stat (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1211 hash_lookup_err_log_t *err_stat) in npi_fflp_fcram_get_lookup_err_log() argument
1229 err_stat->lookup_err = BIT_ENABLE; in npi_fflp_fcram_get_lookup_err_log()
1230 err_stat->syndrome = err_log2.bits.ldw.syndrome; in npi_fflp_fcram_get_lookup_err_log()
1231 err_stat->subarea = err_log2.bits.ldw.subarea; in npi_fflp_fcram_get_lookup_err_log()
1232 err_stat->h1 = err_log2.bits.ldw.h1; in npi_fflp_fcram_get_lookup_err_log()
1233 err_stat->multi_bit = err_log1.bits.ldw.mult_bit; in npi_fflp_fcram_get_lookup_err_log()
1234 err_stat->multi_lkup = err_log1.bits.ldw.mult_lk; in npi_fflp_fcram_get_lookup_err_log()
1235 err_stat->ecc_err = err_log1.bits.ldw.ecc_err; in npi_fflp_fcram_get_lookup_err_log()
1236 err_stat->uncor_err = err_log1.bits.ldw.cu; in npi_fflp_fcram_get_lookup_err_log()
1238 err_stat->lookup_err = BIT_DISABLE; in npi_fflp_fcram_get_lookup_err_log()
[all …]
H A Dnpi_zcp.c482 val.qw3.bits.ldw.err_stat = in npi_zcp_tt_dynamic_entry()
483 dflow->qw3.bits.ldw.err_stat; in npi_zcp_tt_dynamic_entry()
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl191 my $err_stat = 0; # exit status
206 exit $err_stat;
218 $err_stat = 1;
231 $err_stat = 1;
243 $err_stat = 1;
H A Djstyle.pl62 my $err_stat = 0; # Exit status
97 exit $err_stat;
105 $err_stat = 1;
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c120 goto err_stat; in forthdebug_init()
180 err_stat: in forthdebug_init()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c151 int err_stat = 0, pfd = -1; in main() local
237 vscand_daemonize_fini(pfd, err_stat); in main()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h547 uint32_t err_stat:2; member
549 uint32_t err_stat:2;
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc203 struct stat out_stat, err_stat; in main() local
337 if (fstat(2, &err_stat) < 0) { in main()
340 if ((out_stat.st_dev == err_stat.st_dev) && in main()
341 (out_stat.st_ino == err_stat.st_ino)) { in main()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_peu_hw.h3496 uint32_t err_stat:1; member
3502 uint32_t err_stat:1;