| /OK3568_Linux_fs/buildroot/package/python-pam/ |
| H A D | 0003-memory-errors-CVE2012-1502.patch | 21 static int PyPAM_conv(int num_msg, const struct pam_message **msg, 35 - PyObject* msgList = PyList_New(num_msg); 37 + msgList = PyList_New(num_msg); 43 for (int i = 0; i < num_msg; i++) { 71 @@ -71,11 +86,15 @@ static int PyPAM_conv(int num_msg, const 90 @@ -85,7 +104,7 @@ static int PyPAM_conv(int num_msg, const 99 @@ -95,7 +114,8 @@ static int PyPAM_conv(int num_msg, const
|
| H A D | 0002-nofree.patch | 22 @@ -54,15 +52,6 @@ static int PyPAM_conv(int num_msg, const struct pam_message **msg, 35 PyObject* msgList = PyList_New(num_msg); 37 for (int i = 0; i < num_msg; i++) { 38 @@ -92,6 +81,10 @@ static int PyPAM_conv(int num_msg, const struct pam_message **msg, 49 @@ -100,10 +93,6 @@ static int PyPAM_conv(int num_msg, const struct pam_message **msg,
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0088-libweston-Add-user-authentication-support-via-PAM.patch | 67 +weston_pam_conv(int num_msg, const struct pam_message **msg, 74 + if (!num_msg) 77 + rsp = calloc(num_msg, sizeof(*rsp)); 81 + for (i = 0; i < num_msg; i++) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0089-libweston-Add-user-authentication-support-via-PAM.patch | 67 +weston_pam_conv(int num_msg, const struct pam_message **msg, 74 + if (!num_msg) 77 + rsp = calloc(num_msg, sizeof(*rsp)); 81 + for (i = 0; i < num_msg; i++) {
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-mt9m114.c | 108 int num_msg; in mt9m114_write_reg() local 150 num_msg = i2c_transfer(client->adapter, &msg, 1); in mt9m114_write_reg() 158 if (num_msg >= 0) in mt9m114_write_reg() 162 val, reg, num_msg); in mt9m114_write_reg() 170 return num_msg; in mt9m114_write_reg() 247 const int num_msg = 1; in __mt9m114_flush_reg_array() local 262 ret = i2c_transfer(client->adapter, &msg, num_msg); in __mt9m114_flush_reg_array() 263 if (ret != num_msg) { in __mt9m114_flush_reg_array()
|
| H A D | atomisp-gc2235.c | 93 const int num_msg = 1; in gc2235_i2c_write() local 102 return ret == num_msg ? 0 : -EIO; in gc2235_i2c_write()
|
| H A D | atomisp-ov2722.c | 99 const int num_msg = 1; in ov2722_i2c_write() local 108 return ret == num_msg ? 0 : -EIO; in ov2722_i2c_write()
|
| H A D | atomisp-gc0310.c | 92 const int num_msg = 1; in gc0310_i2c_write() local 101 return ret == num_msg ? 0 : -EIO; in gc0310_i2c_write()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/ |
| H A D | no_pam_build_fix.patch | 30 int num_msg, const struct pam_message **msg,
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ipc.c | 45 u32 num_msg; member 573 sparams->num_msg = DIV_ROUND_UP(sparams->msg_bytes, sparams->pl_size); in sof_get_ctrl_copy_params() 617 for (i = 0; i < sparams->num_msg; i++) { in sof_set_get_large_ctrl_data()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | atomisp-ov5693.c | 187 const int num_msg = 1; in ov5693_i2c_write() local 196 return ret == num_msg ? 0 : -EIO; in ov5693_i2c_write() 202 const int num_msg = 1; in vcm_dw_i2c_write() local 214 return ret == num_msg ? 0 : -EIO; in vcm_dw_i2c_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.h | 2229 u8 num_msg; member
|
| H A D | wmi.c | 488 evt->num_msg, evt->msg_len, evt->msg_type); in ath6kl_wmi_tx_complete_event_rx() 490 for (index = 0; index < evt->num_msg; index++) { in ath6kl_wmi_tx_complete_event_rx()
|