Home
last modified time | relevance | path

Searched refs:action (Results 176 – 200 of 480) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c927 switch (pr_in->action) { in sbd_handle_pgr_in_cmd()
957 switch (pr_out->action) { in sbd_handle_pgr_out_cmd()
1009 if (pr_out->action != PR_OUT_REGISTER_MOVE && buflen != 24) { in sbd_handle_pgr_out_data()
1010 if ((pr_out->action != in sbd_handle_pgr_out_data()
1012 pr_out->action != PR_OUT_REGISTER) || in sbd_handle_pgr_out_data()
1034 if (pr_out->action != PR_OUT_REGISTER && in sbd_handle_pgr_out_data()
1038 if (pr_out->action == PR_OUT_REGISTER_MOVE && in sbd_handle_pgr_out_data()
1061 switch (pr_out->action) { in sbd_handle_pgr_out_data()
1283 if (pr_out->action == PR_OUT_REGISTER && in sbd_pgr_out_register()
1312 if (pr_out->action == PR_OUT_REGISTER && rsv_key != 0) { in sbd_pgr_out_register()
[all …]
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c64 static int dadk_ioretry(struct cmpkt *pktp, int action);
1256 dadk_ioretry(struct cmpkt *pktp, int action) in dadk_ioretry() argument
1261 switch (action) { in dadk_ioretry()
1308 int action; in dadk_pktcb() local
1328 action = dadk_chkerr(pktp); in dadk_pktcb()
1330 action = COMMAND_DONE_ERROR; in dadk_pktcb()
1332 if (action == JUST_RETURN) in dadk_pktcb()
1340 if (ddi_in_panic() && action == QUE_COMMAND) in dadk_pktcb()
1341 action = COMMAND_DONE_ERROR; in dadk_pktcb()
1343 if (action != COMMAND_DONE) { in dadk_pktcb()
[all …]
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib55 # cti_runexpect failtext command pattern action [pattern action ...]
56 # cti_expecttest failtext command pattern action [pattern action ...]
661 # Usage: cti_runexpect failtext command pattern action [pattern action ...]
665 # the call. The arguments following the second are pattern-action pairs. The
666 # pattern can be a regular expression or "CALL", which indicates the action is
800 # Usage: cti_expecttest failtext command pattern action [pattern action ...]
/illumos-gate/usr/src/cmd/hal/
H A DLICENSE36action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that th…
38 11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be broug…
40action to enforce the terms of this License or seeking damages relating thereto, the prevailing pa…
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c722 struct sigaction action[MAXSIG]; in GetSignal() local
727 (void) memset((char *)action, 0, sizeof (action)); in GetSignal()
729 (void) read(fd, (char *)action, sizeof (action)); in GetSignal()
733 cp->user.u_signal[i] = action[i].sa_handler; in GetSignal()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c734 struct sigaction action[MAXSIG]; in GetSignal() local
739 (void) memset((char *)action, 0, sizeof (action)); in GetSignal()
741 (void) read(fd, (char *)action, sizeof (action)); in GetSignal()
745 cp->user.u_signal[i] = action[i].sa_handler; in GetSignal()
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c751 int action = VDEV_STATE_UNKNOWN; in main() local
803 action = VDEV_STATE_DEGRADED; in main()
805 action = VDEV_STATE_FAULTED; in main()
1077 if (action != VDEV_STATE_UNKNOWN) in main()
1078 return (perform_action(pool, &record, action)); in main()
/illumos-gate/usr/src/cmd/power/
H A Dparse.c372 parse_conf_file(char *name, vact_t action, boolean_t first_parse) in parse_conf_file() argument
441 } else if (action) in parse_conf_file()
442 (*action)(line, llen + 1, cip); in parse_conf_file()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c212 const char *action = dm_prop_lookup(diskp->props, DISK_PROP_FRUACTION); in schg_send_fru_update() local
214 if (action == NULL) { in schg_send_fru_update()
220 if (dm_platform_update_fru(action, frup) != 0) { in schg_send_fru_update()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES57 (6) the makerules "all" action will
60 and the makerules "install" action will copy the catgen output to
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h180 struct ipqos_conf_action_s *action; member
272 struct ipqos_conf_action_s *action; member
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.h36 HotplugActionType action; /**< Whether the event is add or remove */ member
H A Ddevinfo.c175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, in… in devinfo_hotplug_enqueue() argument
180 hotplug_event->action = action; in devinfo_hotplug_enqueue()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dlongwrds.ok16 pattern-action
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c827 nmi_action_t action = nmi_action; in apic_nmi_intr() local
844 if (action == NMI_ACTION_KMDB && !psm_debugger()) in apic_nmi_intr()
845 action = NMI_ACTION_UNSET; in apic_nmi_intr()
847 if (action == NMI_ACTION_UNSET) { in apic_nmi_intr()
849 action = NMI_ACTION_KMDB; in apic_nmi_intr()
851 action = NMI_ACTION_PANIC; in apic_nmi_intr()
853 action = NMI_ACTION_IGNORE; in apic_nmi_intr()
856 switch (action) { in apic_nmi_intr()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1292 action = ETH_FILTER_ACTION_ADD; in ecore_filter_action()
1295 action = ETH_FILTER_ACTION_REMOVE; in ecore_filter_action()
1298 action = ETH_FILTER_ACTION_REMOVE_ALL; in ecore_filter_action()
1301 action = MAX_ETH_FILTER_ACTION; in ecore_filter_action()
1304 return action; in ecore_filter_action()
1321 enum eth_filter_action action; in ecore_filter_ucast_common() local
1424 p_first_filter->action = ETH_FILTER_ACTION_REMOVE; in ecore_filter_ucast_common()
1428 p_second_filter->action = ETH_FILTER_ACTION_ADD; in ecore_filter_ucast_common()
1435 p_second_filter->action = ETH_FILTER_ACTION_ADD; in ecore_filter_ucast_common()
1439 if (action == MAX_ETH_FILTER_ACTION) { in ecore_filter_ucast_common()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c510 short action = 0; in _dwarf_get_alloc() local
520 action = alloc_instance_basics[alloc_type].ia_multiply_count; in _dwarf_get_alloc()
521 if(action == MULTIPLY_NO) { in _dwarf_get_alloc()
524 } else if (action == MULTIPLY_CT) { in _dwarf_get_alloc()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk26 * [ action ]
28 * $(*) if no action
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Depic100.c60 static void epic100_irq(struct nic *nic, irq_action_t action);
422 static void epic100_irq(struct nic *nic __unused, irq_action_t action __unused) in epic100_irq()
424 switch ( action ) { in epic100_irq()
H A Dnic.h44 extern void eth_irq(irq_action_t action);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c655 struct sigaction action; in prldap_nspr_init() local
670 (void) sigaction(SIGPIPE, NULL, &action); in prldap_nspr_init()
686 (void) sigaction(SIGPIPE, &action, NULL); in prldap_nspr_init()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c129 action;
1996 char *action; local
2010 action = "connect";
2017 action = "helo";
2024 action = "mail";
2031 action = "rcpt";
2038 action = "header";
2045 action = "body";
2052 action = "eoh";
2059 action = "unknown";
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-functions.sh13 PK_RESULT=`hal-is-caller-privileged --udi $UDI --action $ACTION \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c230 if (config->action == MPI2_CONFIG_ACTION_PAGE_HEADER) { in mptsas_start_config_page_access()
337 config.action = MPI2_CONFIG_ACTION_PAGE_HEADER; in mptsas_access_config_page()
486 config.action = action; in mptsas_access_config_page()
628 ddi_put8(mpt->m_hshk_acc_hdl, &config->Action, action); in mptsas_send_config_request_msg()
665 ddi_put8(mpt->m_hshk_acc_hdl, &config->Action, action); in mptsas_send_extended_config_request_msg()
1955 uint8_t port_flags, page_number, action; in mptsas_get_sas_io_unit_page_hndshk() local
2028 action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT; in mptsas_get_sas_io_unit_page_hndshk()
2044 action = MPI2_CONFIG_ACTION_PAGE_READ_CURRENT; in mptsas_get_sas_io_unit_page_hndshk()
2087 if (action != MPI2_CONFIG_ACTION_PAGE_WRITE_NVRAM) { in mptsas_get_sas_io_unit_page_hndshk()
2091 if (mptsas_send_extended_config_request_msg(mpt, action, in mptsas_get_sas_io_unit_page_hndshk()
[all …]
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_overlay.c502 libvarpd_plugin_query_reply(varpd_query_handle_t *vqh, int action) in libvarpd_plugin_query_reply() argument
510 if (action == VARPD_LOOKUP_DROP) in libvarpd_plugin_query_reply()
513 else if (action == VARPD_LOOKUP_OK) in libvarpd_plugin_query_reply()
518 vqp->vq_instance->vri_plugin->vpp_name, action); in libvarpd_plugin_query_reply()

12345678910>>...20