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.c1229 err_stat->lookup_err = BIT_ENABLE; in npi_fflp_fcram_get_lookup_err_log()
1282 err_stat->pio_err = BIT_ENABLE; in npi_fflp_fcram_get_pio_err_log()
1288 err_stat->pio_err = BIT_DISABLE; in npi_fflp_fcram_get_pio_err_log()
1367 err_stat->tcam_err = BIT_ENABLE; in npi_fflp_tcam_get_err_log()
1369 err_stat->parity_err = 0; in npi_fflp_tcam_get_err_log()
1370 err_stat->ecc_err = 1; in npi_fflp_tcam_get_err_log()
1372 err_stat->parity_err = 1; in npi_fflp_tcam_get_err_log()
1373 err_stat->ecc_err = 0; in npi_fflp_tcam_get_err_log()
1386 err_stat->tcam_err = 0; in npi_fflp_tcam_get_err_log()
1763 err_stat->err = BIT_ENABLE; in npi_fflp_vlan_tbl_get_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;