Home
last modified time | relevance | path

Searched refs:ac_state (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c85 if (ac_task->ac_state == AC_OFF) { in getacct_task()
111 if (ac_proc->ac_state == AC_OFF) { in getacct_proc()
231 if (ac_task->ac_state == AC_OFF || ac_task->ac_vnode == NULL) { in wracct_task()
256 if (ac_proc->ac_state == AC_OFF || ac_proc->ac_vnode == NULL) { in wracct_proc()
H A Dacctctl.c79 info->ac_state = state; in ac_state_set()
91 if (copyout(&info->ac_state, buf, bufsz) != 0) { in ac_state_get()
571 info->ac_state = AC_OFF; in exacct_free_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dacctctl.h167 int ac_state; /* accounting state */ member
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c642 if (ac_task->ac_state == AC_OFF) { in exacct_assemble_task_usage()
1036 if (ac_proc->ac_state == AC_OFF) { in exacct_assemble_proc_usage()
1112 if (ac_proc->ac_state == AC_ON) { in exacct_do_commit_proc()
1360 if (ac_net->ac_state == AC_OFF) { in exacct_assemble_net_usage()
1435 if (ac_net->ac_state == AC_OFF) { in exacct_commit_netinfo()
1558 if (ac_flow->ac_state == AC_OFF) { in exacct_assemble_flow_usage()
1621 if (ac_flow->ac_state == AC_OFF) { in exacct_commit_flow()
1657 if (ac_task->ac_state == AC_OFF || ac_task->ac_vnode == NULL) { in exacct_tag_task()
1708 if (ac_proc->ac_state == AC_OFF || ac_proc->ac_vnode == NULL) { in exacct_tag_proc()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c494 if (hcicmd->ac_state != HCI1394_CMD_STATE_IN_PROGRESS) { in hci1394_async_atreq_process()
525 hcicmd->ac_state = HCI1394_CMD_STATE_PENDING; in hci1394_async_atreq_process()
600 if ((hcicmd->ac_state == HCI1394_CMD_STATE_IN_PROGRESS) && in hci1394_async_atreq_process()
610 hcicmd->ac_state = HCI1394_CMD_STATE_COMPLETED; in hci1394_async_atreq_process()
704 if (hcicmd->ac_state == HCI1394_CMD_STATE_PENDING) { in hci1394_async_arresp_process()
772 if (hcicmd->ac_state == HCI1394_CMD_STATE_PENDING) { in hci1394_async_arresp_process()
774 hcicmd->ac_state = HCI1394_CMD_STATE_COMPLETED; in hci1394_async_arresp_process()
788 hcicmd->ac_state = HCI1394_CMD_STATE_COMPLETED; in hci1394_async_arresp_process()
2914 hcicmd->ac_state = HCI1394_CMD_STATE_COMPLETED; in hci1394_async_pending_list_flush()
3236 (*hcicmd)->ac_state = HCI1394_CMD_STATE_IN_PROGRESS; in hci1394_async_hcicmd_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h139 hci1394_async_cstate_t ac_state; member
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c54 ghd_err("state %d hba tranp 0x%p\n", P->ac_state, P->ac_atapi_tran); in dump_ata_ctl()
H A Data_common.c2452 current_state = ata_ctlp->ac_state; in ata_ctlr_fsm()
2459 ata_ctlp->ac_state = next_state; in ata_ctlr_fsm()
2479 ata_ctlp->ac_state = AS_IDLE; in ata_ctlr_fsm()
2574 ata_ctlp->ac_state = current_state; in ata_ctlr_fsm()
2582 ata_ctlp->ac_state = AS_IDLE; in ata_ctlr_fsm()
2888 switch (ata_ctlp->ac_state) { in ata_get_status()
H A Data_common.h247 uchar_t ac_state; member
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c642 int ac_state; in acpi_drv_ac_ioctl() local
671 if ((ac_state = acpi_drv_ac_present(acp)) == -1) { in acpi_drv_ac_ioctl()
675 if (copyout(&ac_state, (void *)arg, sizeof (ac_state))) { in acpi_drv_ac_ioctl()