Searched refs:statep (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0009-Redefine-_IO_iconv_t-to-store-a-single-gconv-step-po.patch | 123 @@ -118,14 +115,14 @@ __libio_codecvt_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, 135 - codecvt->__cd_out.__cd.__data[0].__statep = statep; 138 + codecvt->__cd_out.step_data.__statep = statep; 142 @@ -134,12 +131,12 @@ __libio_codecvt_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, 157 @@ -170,14 +167,14 @@ __libio_codecvt_in (struct _IO_codecvt *codecvt, __mbstate_t *statep, 169 - codecvt->__cd_in.__cd.__data[0].__statep = statep; 172 + codecvt->__cd_in.step_data.__statep = statep; 176 @@ -186,12 +183,12 @@ __libio_codecvt_in (struct _IO_codecvt *codecvt, __mbstate_t *statep, 212 @@ -239,12 +236,12 @@ __libio_codecvt_length (struct _IO_codecvt *codecvt, __mbstate_t *statep, 222 - codecvt->__cd_in.__cd.__data[0].__statep = statep; [all …]
|
| H A D | 0008-libio-Remove-codecvt-vtable-BZ-24588.patch | 111 - __mbstate_t *statep, 117 - __mbstate_t *statep, char *to_start, 120 - __mbstate_t *statep, 126 -static int do_length (struct _IO_codecvt *codecvt, __mbstate_t *statep, 165 -do_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, 170 +__libio_codecvt_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, 177 @@ -203,57 +162,11 @@ do_out (struct _IO_codecvt *codecvt, __mbstate_t *statep, 182 -do_unshift (struct _IO_codecvt *codecvt, __mbstate_t *statep, 193 - codecvt->__cd_out.__cd.__data[0].__statep = statep; 229 -do_in (struct _IO_codecvt *codecvt, __mbstate_t *statep, [all …]
|
| /OK3568_Linux_fs/kernel/net/netlink/ |
| H A D | policy.c | 27 static int add_policy(struct netlink_policy_dump_state **statep, in add_policy() argument 31 struct netlink_policy_dump_state *state = *statep; in add_policy() 61 *statep = state; in add_policy()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 812 unsigned char *statep; in lpfc_debugfs_nodelist_data() local 832 statep = "UNUSED"; in lpfc_debugfs_nodelist_data() 835 statep = "PLOGI "; in lpfc_debugfs_nodelist_data() 838 statep = "ADISC "; in lpfc_debugfs_nodelist_data() 841 statep = "REGLOG"; in lpfc_debugfs_nodelist_data() 844 statep = "PRLI "; in lpfc_debugfs_nodelist_data() 847 statep = "LOGO "; in lpfc_debugfs_nodelist_data() 850 statep = "UNMAP "; in lpfc_debugfs_nodelist_data() 854 statep = "MAPPED"; in lpfc_debugfs_nodelist_data() 858 statep = "NPR "; in lpfc_debugfs_nodelist_data() [all …]
|
| H A D | lpfc_attr.c | 172 char *statep; in lpfc_nvme_info_show() local 190 statep = "REGISTERED"; in lpfc_nvme_info_show() 192 statep = "INIT"; in lpfc_nvme_info_show() 195 statep); in lpfc_nvme_info_show() 357 statep = "ONLINE"; in lpfc_nvme_info_show() 359 statep = "UNKNOWN "; in lpfc_nvme_info_show() 367 localport->port_id, statep); in lpfc_nvme_info_show() 386 statep = "ONLINE"; in lpfc_nvme_info_show() 389 statep = "UNKNOWN "; in lpfc_nvme_info_show() 392 statep = "UNSUPPORTED"; in lpfc_nvme_info_show() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_attr.c | 872 struct xfs_da_state **statep) in xfs_attr_node_hasname() argument 878 if (statep != NULL) in xfs_attr_node_hasname() 879 *statep = state; in xfs_attr_node_hasname() 888 if (!statep) in xfs_attr_node_hasname()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 4768 self.statep = addressof(self.state) 4819 self.xed_operand_values_set_mode(inst.xedp, inst.statep)
|