Searched defs:stat (Results 376 - 394 of 394) sorted by relevance

<<111213141516

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2646 struct ifstat stat = {0L, 0L, 0L, 0L, 0L}; local
2684 stat.ipackets =
2687 stat.ierrors =
2690 stat.opackets =
2693 stat.oerrors =
2696 stat.collisions =
2716 logintname, &stat, B_TRUE);
2720 logintname, &stat, B_FALSE);
2958 struct ifstat stat = {0L, 0L, 0L, 0L, 0L}; local
2996 stat
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1777 uchar_t reason, uint_t stat)
1784 acp->pkt->pkt_statistics |= stat;
1776 aac_set_pkt_reason(struct aac_softstate *softs, struct aac_cmd *acp, uchar_t reason, uint_t stat) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1596 short stat_idx; /* stat counter to increment or -1 */
4816 u32 stat = ntohl(p->u.info.lstatus_to_modtype); local
4817 unsigned char link_ok = (stat & F_FW_PORT_CMD_LSTATUS) != 0;
4820 u32 mod = G_FW_PORT_CMD_MODTYPE(stat);
4822 if (stat & F_FW_PORT_CMD_RXPAUSE)
4824 if (stat & F_FW_PORT_CMD_TXPAUSE)
4826 if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_100M))
4828 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_1G))
4830 else if (stat & V_FW_PORT_CMD_LSPEED(FW_PORT_CAP_SPEED_10G))
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10664 "st_decode_sense: stat=0x%x resid=0x%x\n",
11439 struct scsi_arq_status *stat = (struct scsi_arq_status *)pkt->pkt_scbp; local
11512 stat->sts_rqpkt_reason == CMD_CMPLT &&
11513 (stat->sts_rqpkt_state & (STATE_GOT_BUS |
11521 pkt->pkt_resid, stat, &un->un_pos);
12998 struct scsi_arq_status stat; local
13021 uscsi_cmd.uscsi_rqbuf = (caddr_t)&stat;
13022 uscsi_cmd.uscsi_rqlen = sizeof (stat);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h312 uint32_t stat:1; member in struct:_tcam_ctl_t::__anon8218::__anon8219
320 uint32_t stat:1;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h489 int stat; member in struct:mwl_tx_ring
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c2543 tx->info[idx].stat.un.all = 0;
2979 myri10ge_tx_stat(&tx->info[idx].stat,
3003 tx->info[idx].stat.un.all = tx_info[0].stat.un.all;
3625 tx_info[0].stat.un.all = 0;
3630 myri10ge_tx_stat(&tx_info[0].stat,
3806 myri10ge_rx_ring_stat(mac_ring_driver_t rh, uint_t stat, uint64_t *val) argument
3811 switch (stat) {
3832 myri10ge_tx_ring_stat(mac_ring_driver_t rh, uint_t stat, uint64_t *val) argument
3837 switch (stat) {
5242 myri10ge_m_stat(void *arg, uint_t stat, uint64_t *val) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2254 uint32_t stat; local
2273 stat = RD32_IO_REG(ha, risc2host);
2274 if (stat & BIT_15) {
2275 if ((stat & 0xff) < 0x12) {
15057 uint16_t stat; local
15076 stat = (uint16_t)
15078 if ((stat == 1) || (stat == 0x10)) {
15092 } else if ((stat == 2) || (stat
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c244 static int s_stat(const char *, struct stat *);
329 struct stat tx_stat;
461 struct stat sb;
481 struct stat sb;
2822 struct stat sb;
2924 * stat() the console device newdev->ldev_console
2933 if (stat(newdev->ldev_console, &sb) == -1) {
2977 struct stat sb;
3016 * would cause stat of physical path to fail. In this case,
3019 if ((stat(phy_pat
5841 devfsadm_copy_file(const char *file, const struct stat *stat, int flags, struct FTW *ftw) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c5279 int rval, stat, reason; local
5379 stat = sata_mode_select_page_8(spx,
5387 * The stat indicates the overall status of
5390 if (stat != SATA_SUCCESS)
5404 stat = sata_mode_select_page_1c(spx,
5412 * The stat indicates the overall status of
5415 if (stat != SATA_SUCCESS)
5429 stat = sata_mode_select_page_30(spx,
5437 * The stat indicates the overall status of
5440 if (stat !
6969 int stat; local
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c281 #include <sys/stat.h>
1663 mac_hwring_getstat(mac_ring_handle_t rh, uint_t stat, uint64_t *val) argument
1668 return (info->mri_stat(info->mri_driver, stat, val));
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dncsi_cmds.h939 DellFcoeStat_t stat; member in struct:DellGetFcoeStatisticsCmdRspData
954 DellFcoeStat_t stat;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c42 #include <sys/stat.h>
427 static sbd_error_t *drmach_i_status(drmachid_t id, drmach_status_t *stat);
1232 drmach_board_status(drmachid_t id, drmach_status_t *stat) argument
1262 stat->assigned = bp->assigned = shb.bd_assigned;
1263 stat->powered = bp->powered = shb.power_on;
1264 stat->empty = bp->empty = shb.slot_empty;
1270 stat->cond = bp->cond = SBD_COND_UNKNOWN;
1273 stat->cond = bp->cond = SBD_COND_OK;
1276 stat->cond = bp->cond = SBD_COND_FAILED;
1279 stat
4918 drmach_status_t stat; local
5103 drmach_status_t stat; local
5565 drmach_cpu_status(drmachid_t id, drmach_status_t *stat) argument
6176 drmach_io_status(drmachid_t id, drmach_status_t *stat) argument
6769 drmach_mem_status(drmachid_t id, drmach_status_t *stat) argument
7015 drmach_status(drmachid_t id, drmach_status_t *stat) argument
7035 drmach_i_status(drmachid_t id, drmach_status_t *stat) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c231 uchar_t reason, uint_t stat);
9059 uint_t stat; local
9076 stat = STAT_DEV_RESET;
9087 stat |= STAT_TIMEOUT;
9094 mptsas_set_pkt_reason(mpt, cmd, reason, stat);
9100 stat = STAT_ABORTED;
9111 stat);
9126 stat = STAT_DEV_RESET;
9135 reason, stat);
9148 reason, stat);
9295 mptsas_set_pkt_reason(mptsas_t *mpt, mptsas_cmd_t *cmd, uchar_t reason, uint_t stat) argument
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1556 mmu_ctx_stat_t stat; local
1570 for (stat = 0; stat < MMU_CTX_NUM_STATS; stat++)
1571 kstat_named_init(&mmu_ctxp->mmu_kstat_data[stat],
1572 mmu_ctx_kstat_names[stat], KSTAT_DATA_INT64);
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c37 #include <sys/stat.h>
3181 dladm_status_t *stat, status; local
3184 stat = l->laggr_status;
3185 *stat = DLADM_STATUS_OK;
3268 *stat = status;
5806 query_kstat(char *module, int instance, const char *name, const char *stat, argument
5830 if (dladm_kstat_value(ksp, stat, type, val) < 0)
5842 get_one_kstat(const char *name, const char *stat, uint8_t type, argument
5849 return (query_kstat("link", 0, name, stat, type, val));
5854 return (query_kstat(module, instance, "mac", stat, typ
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c68 #include <sys/stat.h>
2669 uint32_t *stat = &state->dts_speculations_unavail, count; local
2680 stat = &state->dts_speculations_busy;
2696 count = *stat;
2697 } while (dtrace_cas32(stat, count, count + 1) != count);
16895 dtrace_status_t stat; local
16909 bzero(&stat, sizeof (stat));
16919 stat.dtst_exiting = 1;
16927 stat
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c77 #include <sys/stat.h>
1396 if (e.error || e.stat) {
1418 "CONFIRM failed with error %d stat %d",
1419 e.error, e.stat));
1431 e.stat == NFS4ERR_BADOWNER)
1434 e.error = geterrno4(e.stat);
1651 * - if it is zero, ep->stat is set to an NFS status code, if any.
1655 * value or ep->stat will indicate an error (either something that requires
2150 if (ep->error || ep->stat) {
2194 nfs4_fail_recov(vp, failed_msg, ep->error, ep->stat);
7724 nfsstat4 stat = NFS4_OK; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c57 #include <sys/stat.h>
762 int fd, stat; local
796 pid = waitpid(est->sc_repo_pid, &stat, 0);
802 if (!WIFEXITED(stat)) {
804 stat);
805 } else if (WEXITSTATUS(stat) != 0) {
807 WEXITSTATUS(stat));
16573 struct stat st;
16586 uu_warn(gettext("Unable to stat the history file\n"));

Completed in 426 milliseconds

<<111213141516