Searched refs:mode_type (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scu_bios_definitions.h | 217 U8 mode_type; member 381 U8 mode_type; member 578 U8 mode_type; member 788 U8 mode_type; member
|
H A D | scic_sds_controller.c | 1595 this_controller->oem_parameters.sds1.controller.mode_type in scic_sds_controller_is_start_complete() 1600 this_controller->oem_parameters.sds1.controller.mode_type in scic_sds_controller_is_start_complete() 1685 this_controller->oem_parameters.sds1.controller.mode_type in scic_sds_controller_start_next_phy() 3700 …this_controller->oem_parameters.sds1.controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in scic_sds_controller_set_default_config_parameters() 4722 if (scic_parms->sds1.controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) in scic_oem_parameters_set() 4732 else if (scic_parms->sds1.controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) in scic_oem_parameters_set()
|
H A D | scic_sds_port_configuration_agent.c | 1034 mode = controller->oem_parameters.sds1.controller.mode_type; in scic_sds_port_configuration_agent_initialize()
|
H A D | scic_sds_port.c | 1146 if (this_port->owning_controller->oem_parameters.sds1.controller.mode_type in scic_sds_port_deactivate_phy()
|
/freebsd/usr.sbin/ppp/ |
H A D | lcp.c | 659 LcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in LcpDecodeConfig() argument 690 switch (mode_type) { in LcpDecodeConfig() 748 switch (mode_type) { in LcpDecodeConfig() 806 switch (mode_type) { in LcpDecodeConfig() 827 switch (mode_type) { in LcpDecodeConfig() 942 switch (mode_type) { in LcpDecodeConfig() 968 switch (mode_type) { in LcpDecodeConfig() 1007 switch (mode_type) { in LcpDecodeConfig() 1032 switch (mode_type) { in LcpDecodeConfig() 1057 switch (mode_type) { in LcpDecodeConfig() [all …]
|
H A D | ipv6cp.c | 682 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in ipv6cp_DecodeConfig() argument 707 switch (mode_type) { in ipv6cp_DecodeConfig() 760 if (mode_type != MODE_NOP) { in ipv6cp_DecodeConfig() 768 if (mode_type != MODE_NOP) { in ipv6cp_DecodeConfig() 769 if (mode_type == MODE_REQ && !ipv6cp->peer_tokenreq) { in ipv6cp_DecodeConfig()
|
H A D | ipcp.c | 1054 IpcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in IpcpDecodeConfig() argument 1081 switch (mode_type) { in IpcpDecodeConfig() 1115 switch (mode_type) { in IpcpDecodeConfig() 1197 switch (mode_type) { in IpcpDecodeConfig() 1213 switch (mode_type) { in IpcpDecodeConfig() 1267 switch (mode_type) { in IpcpDecodeConfig() 1299 if (mode_type != MODE_NOP) { in IpcpDecodeConfig() 1321 if (mode_type != MODE_NOP) { in IpcpDecodeConfig() 1322 if (mode_type == MODE_REQ && !ipcp->peer_req) { in IpcpDecodeConfig()
|
H A D | ccp.c | 566 CcpDecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, in CcpDecodeConfig() argument 575 if (mode_type == MODE_REQ) in CcpDecodeConfig() 595 if (mode_type == MODE_REQ) { in CcpDecodeConfig() 602 switch (mode_type) { in CcpDecodeConfig() 662 if (mode_type != MODE_NOP) { in CcpDecodeConfig()
|
/freebsd/stand/i386/libi386/ |
H A D | multiboot.h | 119 multiboot_uint32_t mode_type; member
|