Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/list/
H A Dlist.c88 pam_list_mode_t op_mode = LIST_PLUS_CHECK; in pam_sm_acct_mgmt() local
114 if (op_mode == LIST_PLUS_CHECK) { in pam_sm_acct_mgmt()
115 op_mode = LIST_COMPAT_MODE; in pam_sm_acct_mgmt()
118 string_mode_type(op_mode, allow)); in pam_sm_acct_mgmt()
123 if (op_mode == LIST_PLUS_CHECK) { in pam_sm_acct_mgmt()
127 op_mode = LIST_EXTERNAL_FILE; in pam_sm_acct_mgmt()
136 if (op_mode == LIST_PLUS_CHECK) { in pam_sm_acct_mgmt()
140 op_mode = LIST_EXTERNAL_FILE; in pam_sm_acct_mgmt()
253 if (op_mode == LIST_COMPAT_MODE) { in pam_sm_acct_mgmt()
376 if (op_mode == LIST_COMPAT_MODE) { in pam_sm_acct_mgmt()
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_txdma.c177 switch (op_mode) { in hpi_txdma_control_status()
195 " Invalid Input: control <0x%x>", op_mode)); in hpi_txdma_control_status()
203 hpi_txdma_event_mask(hpi_handle_t handle, io_op_t op_mode, uint8_t channel, in hpi_txdma_event_mask() argument
215 switch (op_mode) { in hpi_txdma_event_mask()
233 op_mode)); in hpi_txdma_event_mask()
241 hpi_txdma_ring_config(hpi_handle_t handle, io_op_t op_mode, in hpi_txdma_ring_config() argument
252 switch (op_mode) { in hpi_txdma_ring_config()
264 " Invalid Input: ring_config <0x%x>", op_mode)); in hpi_txdma_ring_config()
272 hpi_txdma_mbox_config(hpi_handle_t handle, io_op_t op_mode, in hpi_txdma_mbox_config() argument
288 switch (op_mode) { in hpi_txdma_mbox_config()
[all …]
H A Dhpi_txdma.h112 hpi_status_t hpi_txdma_control_status(hpi_handle_t handle, io_op_t op_mode,
115 hpi_status_t hpi_txdma_event_mask(hpi_handle_t handle, io_op_t op_mode,
118 hpi_status_t hpi_txdma_ring_config(hpi_handle_t handle, io_op_t op_mode,
120 hpi_status_t hpi_txdma_mbox_config(hpi_handle_t handle, io_op_t op_mode,
H A Dhpi_rxdma.c544 hpi_rxdma_control_status(hpi_handle_t handle, io_op_t op_mode, uint8_t channel, in hpi_rxdma_control_status() argument
556 switch (op_mode) { in hpi_rxdma_control_status()
573 "hpi_rxdma_control_status", "control", op_mode)); in hpi_rxdma_control_status()
585 hpi_rxdma_event_mask(hpi_handle_t handle, io_op_t op_mode, uint8_t channel, in hpi_rxdma_event_mask() argument
597 switch (op_mode) { in hpi_rxdma_event_mask()
614 "hpi_rxdma_event_mask", "eventmask", op_mode)); in hpi_rxdma_event_mask()
H A Dhpi_rxdma.h189 hpi_status_t hpi_rxdma_control_status(hpi_handle_t handle, io_op_t op_mode,
191 hpi_status_t hpi_rxdma_event_mask(hpi_handle_t handle, io_op_t op_mode,
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c518 switch (op_mode) { in npi_txdma_log_page_config()
632 op_mode)); in npi_txdma_log_page_config()
677 switch (op_mode) { in npi_txdma_log_page_vld_config()
704 op_mode)); in npi_txdma_log_page_vld_config()
1045 switch (op_mode) { in npi_txdma_control_status()
1064 op_mode)); in npi_txdma_control_status()
1110 switch (op_mode) { in npi_txdma_event_mask()
1131 op_mode)); in npi_txdma_event_mask()
1203 op_mode)); in npi_txdma_event_mask_config()
1382 op_mode)); in npi_txdma_ring_config()
[all …]
H A Dnpi_txc.c265 npi_txc_dma_max_burst(npi_handle_t handle, io_op_t op_mode, uint8_t channel, in npi_txc_dma_max_burst() argument
279 switch (op_mode) { in npi_txc_dma_max_burst()
295 op_mode)); in npi_txc_dma_max_burst()
390 npi_txc_control(npi_handle_t handle, io_op_t op_mode, in npi_txc_control() argument
393 switch (op_mode) { in npi_txc_control()
407 op_mode)); in npi_txc_control()
408 return (NPI_FAILURE | NPI_TXC_OPCODE_INVALID(op_mode)); in npi_txc_control()
H A Dnpi_rxdma.c2175 npi_rxdma_control_status(npi_handle_t handle, io_op_t op_mode, in npi_rxdma_control_status() argument
2189 switch (op_mode) { in npi_rxdma_control_status()
2210 "control", op_mode)); in npi_rxdma_control_status()
2237 npi_rxdma_event_mask(npi_handle_t handle, io_op_t op_mode, in npi_rxdma_event_mask() argument
2251 switch (op_mode) { in npi_rxdma_event_mask()
2272 "eventmask", op_mode)); in npi_rxdma_event_mask()
2300 npi_rxdma_event_mask_config(npi_handle_t handle, io_op_t op_mode, in npi_rxdma_event_mask_config() argument
2315 switch (op_mode) { in npi_rxdma_event_mask_config()
2339 "eventmask", op_mode)); in npi_rxdma_event_mask_config()
H A Dnpi_fflp.c2920 npi_fflp_event_mask_config(npi_handle_t handle, io_op_t op_mode, in npi_fflp_event_mask_config() argument
2926 switch (op_mode) { in npi_fflp_event_mask_config()
2951 " eventmask <0x%x>", op_mode)); in npi_fflp_event_mask_config()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c8695 } op_mode = bridgeMode; in do_show_bridge() local
8738 if (op_mode != bridgeMode && op_mode != fwdMode) in do_show_bridge()
8740 op_mode = fwdMode; in do_show_bridge()
8749 if (op_mode != bridgeMode && op_mode != linkMode) in do_show_bridge()
8751 op_mode = linkMode; in do_show_bridge()
8767 if (op_mode != bridgeMode && op_mode != trillMode) in do_show_bridge()
8769 op_mode = trillMode; in do_show_bridge()
8780 if ((op_mode == fwdMode || op_mode == trillMode) && brstate.show_stats) in do_show_bridge()
8806 } else if (op_mode != bridgeMode) { in do_show_bridge()
8815 switch (op_mode) { in do_show_bridge()
[all …]