Searched defs:action (Results 151 - 175 of 236) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c2489 ppm_manage_led(int action) argument
2496 PPMD(D_LED, ("ppm_manage_led: action: %s\n",
2497 (action == PPM_LED_BLINKING) ? "PPM_LED_BLINKING" :
2512 if (action == PPM_LED_BLINKING) {
2518 ASSERT(action == PPM_LED_SOLIDON);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c1575 int action; local
1608 action = sgen_handle_incomplete(sg_state, pkt);
1617 action = sgen_handle_autosense(sg_state, pkt);
1618 ASSERT(action != FETCH_SENSE);
1628 action = sgen_handle_sense(sg_state);
1629 ASSERT(action != FETCH_SENSE);
1637 action = sgen_check_error(sg_state, bp);
1640 switch (action) {
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1125 * Process a received action frame using the default aggregation
1257 * Process a received 802.11n action frame.
1274 "BA action %d not implemented\n",
1297 "HT action %d not implemented\n",
1458 * Send an action management frame. The arguments are stuff
1464 int category, int action, uint16_t args[4])
1482 sizeof (uint16_t) /* action+category */
1483 /* may action payload */
1489 *frm++ = (uint8_t)action;
1492 switch (action) {
1463 ieee80211_send_action(struct ieee80211_node *in, int category, int action, uint16_t args[4]) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c67 #define DPRINTF0(class, action, fmt) \
68 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt))
69 #define DPRINTF1(class, action, fmt, arg1) \
70 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
72 #define DPRINTF2(class, action, fmt, arg1, arg2) \
73 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
75 #define DPRINTF3(class, action, fmt, arg1, arg2, arg3) \
76 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fmt),\
78 #define DPRINTF4(class, action, fmt, arg1, arg2, arg3, arg4) \
79 mboxsc_dprintf(__FILE__, __LINE__, (class), (action), (fm
2328 mboxsc_dprintf( const char *file, int line, uint32_t class, uint32_t action, const char *fmt, ...) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c385 xcppm_set_led(int action) argument
390 ASSERT(action == PPM_LEDON || action == PPM_LEDOFF);
392 (action == PPM_LEDON) ? "on" : "off"));
397 if (action == PPM_LEDON)
407 xcppm_blink_led(void *action) argument
420 if ((int)(uintptr_t)action == PPM_LEDON) {
424 ASSERT((int)(uintptr_t)action == PPM_LEDOFF);
437 xcppm_freeze_led(void *action) argument
442 DPRINTF(D_LOWEST, ("xcppm_freeze_led: action
595 xcppm_gpio_port2(int action, uint8_t pos) argument
669 xcppm_switch_dcdc_converter(int action) argument
1668 int action; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c371 uint8_t ntwdt_wdog_action; /* Reset action */
1301 int action; local
1307 ret |= ntwdt_get_cfgvar(LW8_WDT_PROP_RECOV, &action);
1318 " timeout/action: %d/%d", timeout, action));
1321 ntwdt_data.ntwdt_wd2 = (uint8_t)action;
1674 cmn_err(CE_NOTE, "OS timeout expired, taking no action");
/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) argument
1261 switch (action) {
1308 int action; local
1328 action = dadk_chkerr(pktp);
1330 action = COMMAND_DONE_ERROR;
1332 if (action == JUST_RETURN)
1340 if (ddi_in_panic() && action == QUE_COMMAND)
1341 action = COMMAND_DONE_ERROR;
1343 if (action !
[all...]
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c199 * void wrtmsg(severity, action, tag, text[, txtarg1[, txtarg2[, ...]]])
205 * action The action-string used to generate the
206 * action-component of the message
217 wrtmsg(int severity, char *action, char *tag, char *text, ...) argument
233 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag);
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c376 * int *action
385 h_print_list(Hotplug_Devlist *bsyRsrv_disk_list, int *action, int enc_type) argument
448 *action = QUIT;
450 *action = SKIP;
493 int busy_flag = 0, reserve_flag = 0, action = 0; local
944 &action, enc_type)) != 0) {
947 if (action == SKIP) {
949 } else if (action == QUIT) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c907 uint32_t action; local
1135 action = 0;
1151 action = 1;
1155 action = 2;
1162 if (action) {
1170 if (action == 0) {
1172 } else if (action == 1) {
1175 } else if (action == 2) {
1213 action = 0;
1233 action
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1073 so_opctl(sock_upper_handle_t sock_handle, sock_opctl_action_t action, argument
1078 switch (action) {
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c1318 f_badfd(int start, int *fdp, int action) argument
1333 if (action >= NSIG || action < 0)
1359 fip->fi_action = action;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c67 int fa_need_dirbuf; /* only consulted in the head action */
149 struct sigaction action; local
156 (void) memset(&action, 0, sizeof (action));
157 action.sa_handler = SIG_IGN;
160 (void) __sigaction(sig, &action, NULL);
165 (void) memset(&action, 0, sizeof (action));
166 action.sa_handler = SIG_DFL;
169 (void) __sigaction(sig, &action, NUL
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1030 int action,
1028 fop_dumpctl( vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c695 * is a special, internal-only action for this purpose.
876 smb_node_notify_change(smb_node_t *node, uint_t action, const char *name) argument
880 smb_notify_event(node, action, name);
888 if (action == FILE_ACTION_RENAMED_OLD_NAME)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c161 ndp_badflag(enum ndp_action action) argument
163 switch (action) {
990 enum ndp_action action = NDP_A_DEFAULT; local
1007 if (action != NDP_A_DEFAULT)
1008 ndp_badflag(action);
1009 action = NDP_A_SET_NCE;
1032 if (action != NDP_A_DEFAULT)
1033 ndp_badflag(action);
1034 action = NDP_A_GET_ALL;
1037 if (action !
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c289 int op, action; local
299 action = *pc & 0x3ff; /* low 6 bits */
301 switch (action) {
342 if (action >= ENF_PUSHWORD)
343 printf("PUSHWORD %d ", action - ENF_PUSHWORD);
387 if (action == ENF_PUSHLIT ||
388 action == ENF_LOAD_OFFSET ||
389 action == ENF_BRTR ||
390 action == ENF_BRFL) {
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c2033 sctp_assoc_disconnecting(sock_upper_handle_t handle, sock_opctl_action_t action, argument
2041 ASSERT(action == SOCK_OPCTL_SHUT_SEND);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1736 __in efx_stats_action_t action)
1741 int clear = (action == EFX_STATS_CLEAR);
1742 int upload = (action == EFX_STATS_UPLOAD);
1743 int enable = (action == EFX_STATS_ENABLE_NOEVENTS);
1744 int events = (action == EFX_STATS_ENABLE_EVENTS);
1745 int disable = (action == EFX_STATS_DISABLE);
1733 efx_mcdi_mac_stats( __in efx_nic_t *enp, __in_opt efsys_mem_t *esmp, __in efx_stats_action_t action) argument
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c582 * perform the appropriate action for the escape sequence
1738 tem_safe_clear_tabs(struct tem_vt_state *tem, int action) argument
1743 switch (action) {
1909 tem_safe_text_cursor(struct tem_vt_state *tem, short action, argument
1919 ca.action = action;
1923 if (action == VIS_GET_CURSOR) {
1930 tem_safe_pix_cursor(struct tem_vt_state *tem, short action, argument
1972 ca.action = action;
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c712 set_inst_action_inst(scf_instance_t *inst, const char *action) argument
779 if (scf_pg_get_property(pg, action, prop) != 0) {
842 if (transaction_property_set(tx, ent, action,
917 set_inst_action(const char *fmri, const char *action) argument
932 ret = set_inst_action_inst(inst, action);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1618 /* Log action to be taken on the dictionary and update db_update_version. */
1621 db_dictionary::log_action(int action, char *tab, table_obj *tobj) argument
1626 db_dictlog_entry le(action, newv, tab, tobj);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c1838 * log_walk() visits each log item in turn and executes the supplied action
1839 * using the item as a parameter. If no action is supplied, then the item
1840 * uses it's own stored action.
1845 log_walk(log_t *l, log_item_action_t action) argument
1852 if ((action(li)) != PO_SUCCESS)
1861 * and executes the supplied action using the item as a parameter.
1866 log_reverse_walk(log_t *l, log_item_action_t action) argument
1873 if ((action(li)) != PO_SUCCESS)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c182 static void rtl_irq(struct nic *nic, irq_action_t action);
486 static void rtl_irq(struct nic *nic, irq_action_t action) argument
492 switch ( action ) {
497 if ( action == ENABLE ) mask = mask | interested;
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c226 uint8_t action = FALSE; local
283 if (action == FALSE) {
285 action = TRUE;
292 if (action == FALSE) {
295 action = TRUE;
302 if (action == FALSE) {
304 action = TRUE;
311 if (action == FALSE) {
313 action = TRUE;
320 if (action
[all...]

Completed in 197 milliseconds

12345678910