| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_core.c | 58 nctrl.ncmd.s.param1 = param1; in lio_set_feature() 95 if (nctrl->ncmd.s.param1) { in lio_ctrl_cmd_completion() 97 int vfidx = nctrl->ncmd.s.param1 - 1; in lio_ctrl_cmd_completion() 135 if (nctrl->ncmd.s.param1) in lio_ctrl_cmd_completion() 143 nctrl->ncmd.s.param1); in lio_ctrl_cmd_completion() 148 nctrl->ncmd.s.param1); in lio_ctrl_cmd_completion() 186 nctrl->ncmd.s.param1); in lio_ctrl_cmd_completion() 189 nctrl->ncmd.s.param1); in lio_ctrl_cmd_completion() 198 if (nctrl->ncmd.s.param1 == LIO_CMD_FNV_ENABLE) in lio_ctrl_cmd_completion() 207 } else if (nctrl->ncmd.s.param1 == in lio_ctrl_cmd_completion() [all …]
|
| H A D | lio_ioctl.c | 78 nctrl.ncmd.s.param1 = lio_get_new_flags(ifp); in lio_change_dev_flags() 376 ncmd->s.param1 = new_mtu; in lio_change_mtu() 438 nctrl.ncmd.s.param1 = 0; in lio_set_mac() 525 nctrl.ncmd.s.param1 = lio_get_new_flags(ifp); in lio_set_mcast_list()
|
| H A D | lio_network.h | 142 int lio_set_feature(struct ifnet *ifp, int cmd, uint16_t param1);
|
| /freebsd-13.1/contrib/libucl/tests/basic/ |
| H A D | 2.res | 2 param1 = "value"; 15 param1 { 18 param1 [
|
| H A D | 2.in | 1 section1 { param1 = value; param2 = value, 3 section2 { param1 = {key = value}, param1 = ["key"]}
|
| /freebsd-13.1/contrib/wpa/src/utils/ |
| H A D | edit.c | 650 if (param1 < 0 && param2 < 0) in esc_seq_to_key1() 653 if (param1 == 1 && param2 == 2) in esc_seq_to_key1() 656 if (param1 == 1 && param2 == 3) in esc_seq_to_key1() 659 if (param1 == 1 && param2 == 4) in esc_seq_to_key1() 662 if (param1 == 1 && param2 == 5) in esc_seq_to_key1() 668 switch (param1) { in esc_seq_to_key1() 704 if (param1 >= 0 || param2 >= 0) in esc_seq_to_key2() 729 int param1 = -1, param2 = -1; in esc_seq_to_key() local 737 param1 = atoi(&seq[1]); in esc_seq_to_key() 744 ret = esc_seq_to_key1(param1, param2, last); in esc_seq_to_key() [all …]
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdioctl.c | 186 tdsaAllShared->tdFWProfileEx.param1 = agParam1; in tdipFWProfileIoctl() 1124 tdsaAllShared->tdFWControlEx.param1 = agParam1; 1990 tdsaAllShared->tdFWControlEx.param1, in ostiGetForensicDataIOCTLRsp() 2710 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaIoErrorStatisticGetIoctl() 2766 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaIoEventStatisticGetIoctl() 2822 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaRegisterIoctl() 2975 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaPhyProfileIoctl() 3057 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaForensicDataGetIoctl() 3222 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaSendSMPIoctl() 3323 tdsaAllShared->tdFWControlEx.param1 = agParam1; in tdsaSendBISTIoctl() [all …]
|
| H A D | tdioctl.h | 258 void *param1; member 302 void *param1; member
|
| /freebsd-13.1/crypto/heimdal/lib/kafs/ |
| H A D | afssys.c | 40 unsigned long param1; member 47 unsigned long param1; member 247 data.param1 = (unsigned long)a_path; in k_pioctl() 257 data.param1 = (unsigned long)a_path; in k_pioctl()
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | STYLE.TXT | 14 /* Parameters: param1(I) - param1 is an input parameter */
|
| /freebsd-13.1/sys/dev/ppbus/ |
| H A D | ppb_msq.c | 138 ppb_MS_exec(device_t bus, device_t dev, int opcode, union ppb_insarg param1, in ppb_MS_exec() argument 148 msq[0].arg[0] = param1; in ppb_MS_exec()
|
| /freebsd-13.1/sys/dev/mlx/ |
| H A D | mlx.c | 75 static int mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, int fi… 147 static int mlx_fw_message(struct mlx_softc *sc, int status, int param1, int param2); 2553 mlx_v3_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, in mlx_v3_fw_handshake() argument 2577 *param1 = MLX_V3_GET_FWERROR_PARAM1(sc); in mlx_v3_fw_handshake() 2672 mlx_v4_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, in mlx_v4_fw_handshake() argument 2696 *param1 = MLX_V4_GET_FWERROR_PARAM1(sc); in mlx_v4_fw_handshake() 2787 mlx_v5_fw_handshake(struct mlx_softc *sc, int *error, int *param1, int *param2, in mlx_v5_fw_handshake() argument 2811 *param1 = MLX_V5_GET_FWERROR_PARAM1(sc); in mlx_v5_fw_handshake() 3007 mlx_fw_message(struct mlx_softc *sc, int error, int param1, int param2) in mlx_fw_message() argument 3011 device_printf(sc->mlx_dev, "physical drive %d:%d not responding\n", param2, param1); in mlx_fw_message() [all …]
|
| H A D | mlxvar.h | 182 … int (* mlx_fw_handshake)(struct mlx_softc *sc, int *error, int *param1, int *param2, int first);
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | smapi.h | 76 u_int16_t param1; member
|
| /freebsd-13.1/sys/dev/iavf/ |
| H A D | iavf_adminq_cmd.h | 67 __le32 param1; member 73 __le32 param1; member
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/bdb/ |
| H A D | bdb_compat.h | 90 #define bdb_error_gatherer(param1, param2, param3) \
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_glbl.h | 122 uint32_t param0, uint32_t param1, uint32_t param2,
|
| H A D | ql_ioctl.c | 576 uint32_t param0, uint32_t param1, uint32_t param2, uint32_t param3, in ql_sp_log() argument 596 sp_e->params[1] = param1; in ql_sp_log()
|
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | lio_common.h | 281 uint64_t param1:16; member 289 uint64_t param1:16;
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | saapi.h | 169 bit32 param1 489 bit32 param1
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | saphy.c | 1010 bit32 param1 in saHwEventAck() argument 1033 …SA_DBG1(("saHwEventAck: event 0x%x param0 0x%x param1 0x%x\n", eventSource->event, param0, param1)… in saHwEventAck() 1163 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASHwEventAckCmd_t, Param1), param1); in saHwEventAck()
|
| H A D | saport.c | 429 bit32 param1 in saPortControl() argument 451 …t %p portOperation 0x%x param0 0x%x param1 0x%x\n", agPortContext, portOperation, param0, param1)); in saPortControl() 503 OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPortControlCmd_t, Param1), param1); in saPortControl()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | config.c | 52 void *param1, *param2, *param3, *param4; member 112 dst = (char **) (((u8 *) ssid) + (long) data->param1); in wpa_config_parse_str() 186 src = (char **) (((u8 *) ssid) + (long) data->param1); in wpa_config_write_str() 207 dst = (int *) (((u8 *) ssid) + (long) data->param1); in wpa_config_parse_int() 247 src = (int *) (((u8 *) ssid) + (long) data->param1); in wpa_config_write_int() 4484 void *param1, *param2, *param3; member 4499 dst = (int *) (((u8 *) config) + (long) data->param1); in wpa_global_config_parse_int() 4559 dst = (char **) (((u8 *) config) + (long) data->param1); in wpa_global_config_parse_str() 4677 dst = (u32 *) (((u8 *) config) + (long) data->param1); in wpa_global_config_parse_ipv4() 5317 return field->get(name, config, (long) field->param1, in wpa_config_get_value() [all …]
|
| /freebsd-13.1/sys/dev/iscsi_initiator/ |
| H A D | iscsi.h | 287 u_char param1[2]; member
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | ostiapi.h | 136 void *param1,
|