/openbmc/qemu/hw/input/ |
H A D | lasips2.c | 131 static void lasips2_update_irq(LASIPS2State *s) in lasips2_update_irq() 141 LASIPS2State *s = LASIPS2(opaque); in lasips2_set_irq() local 266 LASIPS2State *s = LASIPS2(dev); in lasips2_realize() local 290 LASIPS2State *s = LASIPS2(obj); in lasips2_init() local 328 LASIPS2Port *s = LASIPS2_PORT(opaque); in lasips2_port_set_irq() local 335 LASIPS2Port *s = LASIPS2_PORT(dev); in lasips2_port_realize() local 343 LASIPS2Port *s = LASIPS2_PORT(obj); in lasips2_port_init() local 374 LASIPS2KbdPort *s = LASIPS2_KBD_PORT(dev); in lasips2_kbd_port_realize() local 388 LASIPS2KbdPort *s = LASIPS2_KBD_PORT(obj); in lasips2_kbd_port_init() local 424 LASIPS2MousePort *s = LASIPS2_MOUSE_PORT(dev); in lasips2_mouse_port_realize() local [all …]
|
/openbmc/qemu/hw/char/ |
H A D | mcf_uart.c | 84 mcf_uart_state *s = (mcf_uart_state *)opaque; in mcf_uart_read() local 124 static void mcf_uart_do_tx(mcf_uart_state *s) in mcf_uart_do_tx() 139 static void mcf_do_command(mcf_uart_state *s, uint8_t cmd) in mcf_do_command() 204 mcf_uart_state *s = (mcf_uart_state *)opaque; in mcf_uart_write() local 235 mcf_uart_state *s = MCF_UART(dev); in mcf_uart_reset() local 247 static void mcf_uart_push_byte(mcf_uart_state *s, uint8_t data) in mcf_uart_push_byte() 264 mcf_uart_state *s = (mcf_uart_state *)opaque; in mcf_uart_event() local 278 mcf_uart_state *s = (mcf_uart_state *)opaque; in mcf_uart_can_receive() local 285 mcf_uart_state *s = (mcf_uart_state *)opaque; in mcf_uart_receive() local 299 mcf_uart_state *s = MCF_UART(dev); in mcf_uart_instance_init() local [all …]
|
H A D | sh_serial.c | 96 SHSerialState *s = opaque; in sh_serial_write() local 215 SHSerialState *s = opaque; in sh_serial_read() local 321 static int sh_serial_can_receive(SHSerialState *s) in sh_serial_can_receive() 326 static void sh_serial_receive_break(SHSerialState *s) in sh_serial_receive_break() 335 SHSerialState *s = opaque; in sh_serial_can_receive1() local 341 SHSerialState *s = opaque; in sh_serial_timeout_int() local 351 SHSerialState *s = opaque; in sh_serial_receive1() local 381 SHSerialState *s = opaque; in sh_serial_event() local 395 SHSerialState *s = SH_SERIAL(dev); in sh_serial_reset() local 416 SHSerialState *s = SH_SERIAL(d); in sh_serial_realize() local [all …]
|
/openbmc/qemu/hw/nvram/ |
H A D | npcm7xx_otp.c | 92 void npcm7xx_otp_array_write(NPCM7xxOTPState *s, const void *data, in npcm7xx_otp_array_write() 107 static uint64_t npcm7xx_otp_read(NPCM7xxOTPState *s, NPCM7xxOTPRegister reg) in npcm7xx_otp_read() 135 static void npcm7xx_otp_read_array(NPCM7xxOTPState *s) in npcm7xx_otp_read_array() 144 static void npcm7xx_otp_program_array(NPCM7xxOTPState *s) in npcm7xx_otp_program_array() 176 static void npcm7xx_otp_write(NPCM7xxOTPState *s, NPCM7xxOTPRegister reg, in npcm7xx_otp_write() 258 NPCM7xxOTPState *s = opaque; in npcm7xx_fuse_array_read() local 286 NPCM7xxOTPState *s = opaque; in npcm7xx_fuse_array_write() local 313 NPCM7xxOTPState *s = opaque; in npcm7xx_key_storage_read() local 333 NPCM7xxOTPState *s = opaque; in npcm7xx_key_storage_write() local 362 NPCM7xxOTPState *s = NPCM7XX_OTP(obj); in npcm7xx_otp_enter_reset() local [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | summary.c | 63 static int jffs2_sum_add_mem(struct jffs2_summary *s, union jffs2_sum_mem *item) in jffs2_sum_add_mem() 108 int jffs2_sum_add_padding_mem(struct jffs2_summary *s, uint32_t size) in jffs2_sum_add_padding_mem() 115 int jffs2_sum_add_inode_mem(struct jffs2_summary *s, struct jffs2_raw_inode *ri, in jffs2_sum_add_inode_mem() 133 int jffs2_sum_add_dirent_mem(struct jffs2_summary *s, struct jffs2_raw_dirent *rd, in jffs2_sum_add_dirent_mem() 158 int jffs2_sum_add_xattr_mem(struct jffs2_summary *s, struct jffs2_raw_xattr *rx, uint32_t ofs) in jffs2_sum_add_xattr_mem() 176 int jffs2_sum_add_xref_mem(struct jffs2_summary *s, struct jffs2_raw_xref *rr, uint32_t ofs) in jffs2_sum_add_xref_mem() 193 static void jffs2_sum_clean_collected(struct jffs2_summary *s) in jffs2_sum_clean_collected() 210 void jffs2_sum_reset_collected(struct jffs2_summary *s) in jffs2_sum_reset_collected() 217 void jffs2_sum_disable_collecting(struct jffs2_summary *s) in jffs2_sum_disable_collecting() 224 int jffs2_sum_is_disabled(struct jffs2_summary *s) in jffs2_sum_is_disabled() [all …]
|
/openbmc/qemu/hw/display/ |
H A D | ati.c | 51 static void ati_vga_switch_mode(ATIVGAState *s) in ati_vga_switch_mode() 142 static void ati_cursor_define(ATIVGAState *s) in ati_cursor_define() 171 ATIVGAState *s = container_of(vga, ATIVGAState, vga); in ati_cursor_invalidate() local 198 ATIVGAState *s = container_of(vga, ATIVGAState, vga); in ati_cursor_draw_line() local 253 static void ati_vga_update_irq(ATIVGAState *s) in ati_vga_update_irq() 260 ATIVGAState *s = opaque; in ati_vga_vblank_irq() local 280 ATIVGAState *s = opaque; in ati_mm_read() local 535 ATIVGAState *s = opaque; in ati_mm_write() local 952 ATIVGAState *s = ATI_VGA(dev); in ati_vga_realize() local 1024 ATIVGAState *s = ATI_VGA(dev); in ati_vga_reset() local [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc4xx_sdram.c | 92 GString *s = g_string_new(NULL); in ppc4xx_sdram_banks() local 207 Ppc4xxSdramDdrState *s = opaque; in sdram_ddr_dcr_read() local 274 Ppc4xxSdramDdrState *s = opaque; in sdram_ddr_dcr_write() local 369 Ppc4xxSdramDdrState *s = PPC4xx_SDRAM_DDR(dev); in ppc4xx_sdram_ddr_reset() local 388 Ppc4xxSdramDdrState *s = PPC4xx_SDRAM_DDR(dev); in ppc4xx_sdram_ddr_realize() local 446 void ppc4xx_sdram_ddr_enable(Ppc4xxSdramDdrState *s) in ppc4xx_sdram_ddr_enable() 528 Ppc4xxSdramDdr2State *s = opaque; in sdram_ddr2_dcr_read() local 583 Ppc4xxSdramDdr2State *s = opaque; in sdram_ddr2_dcr_write() local 642 Ppc4xxSdramDdr2State *s = PPC4xx_SDRAM_DDR2(dev); in ppc4xx_sdram_ddr2_reset() local 650 Ppc4xxSdramDdr2State *s = PPC4xx_SDRAM_DDR2(dev); in ppc4xx_sdram_ddr2_realize() local [all …]
|
/openbmc/qemu/hw/remote/ |
H A D | machine.c | 31 RemoteMachineState *s = REMOTE_MACHINE(machine); in remote_machine_init() local 75 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_vfio_user() local 82 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_vfio_user() local 94 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_auto_shutdown() local 102 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_auto_shutdown() local 109 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_instance_init() local
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc3.c | 348 static void reset_csr(USBDWC3 * s) in reset_csr() 385 USBDWC3 *s = USB_DWC3(reg->opaque); in usb_dwc3_gctl_postw() local 394 USBDWC3 *s = USB_DWC3(reg->opaque); in usb_dwc3_guid_postw() local 568 USBDWC3 *s = USB_DWC3(dev); in usb_dwc3_reset() local 597 USBDWC3 *s = USB_DWC3(dev); in usb_dwc3_realize() local 627 USBDWC3 *s = USB_DWC3(obj); in usb_dwc3_init() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | usbdux.c | 225 struct comedi_subdevice *s) in usbdux_ai_cancel() 239 struct comedi_subdevice *s, in usbduxsub_ai_handle_urb() 290 struct comedi_subdevice *s = dev->read_subdev; in usbduxsub_ai_isoc_irq() local 353 struct comedi_subdevice *s) in usbdux_ao_cancel() 367 struct comedi_subdevice *s, in usbduxsub_ao_handle_urb() 437 struct comedi_subdevice *s = dev->write_subdev; in usbduxsub_ao_isoc_irq() local 507 struct comedi_subdevice *s, struct comedi_cmd *cmd) in usbdux_ai_cmdtest() 629 struct comedi_subdevice *s, in usbdux_ai_inttrig() 659 static int usbdux_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in usbdux_ai_cmd() 736 struct comedi_subdevice *s, in usbdux_ai_insn_read() [all …]
|
H A D | pcl711.c | 162 struct comedi_subdevice *s) in pcl711_ai_get_sample() 173 struct comedi_subdevice *s) in pcl711_ai_cancel() 183 struct comedi_subdevice *s = dev->read_subdev; in pcl711_interrupt() local 208 struct comedi_subdevice *s, in pcl711_set_changain() 234 struct comedi_subdevice *s, in pcl711_ai_eoc() 247 struct comedi_subdevice *s, in pcl711_ai_insn_read() 272 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl711_ai_cmdtest() 337 static int pcl711_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl711_ai_cmd() 363 struct comedi_subdevice *s, in pcl711_ao_insn_write() 381 struct comedi_subdevice *s, in pcl711_di_insn_bits() [all …]
|
/openbmc/qemu/hw/timer/ |
H A D | aspeed_timer.c | 95 AspeedTimerCtrlState *s = timer_to_ctrl(t); in calculate_rate() local 164 AspeedTimerCtrlState *s = timer_to_ctrl(t); in calculate_next() local 205 AspeedTimerCtrlState *s = timer_to_ctrl(t); in aspeed_timer_expire() local 244 AspeedTimerCtrlState *s = opaque; in aspeed_timer_read() local 266 static void aspeed_timer_set_value(AspeedTimerCtrlState *s, int timer, int reg, in aspeed_timer_set_value() 393 static void aspeed_timer_set_ctrl(AspeedTimerCtrlState *s, uint32_t reg) in aspeed_timer_set_ctrl() 429 static void aspeed_timer_set_ctrl2(AspeedTimerCtrlState *s, uint32_t value) in aspeed_timer_set_ctrl2() 439 AspeedTimerCtrlState *s = opaque; in aspeed_timer_write() local 468 static uint64_t aspeed_2400_timer_read(AspeedTimerCtrlState *s, hwaddr offset) in aspeed_2400_timer_read() 487 static void aspeed_2400_timer_write(AspeedTimerCtrlState *s, hwaddr offset, in aspeed_2400_timer_write() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | mipsnet.c | 47 static void mipsnet_reset(MIPSnetState *s) in mipsnet_reset() argument 59 static void mipsnet_update_irq(MIPSnetState *s) in mipsnet_update_irq() 66 static int mipsnet_buffer_full(MIPSnetState *s) in mipsnet_buffer_full() 76 MIPSnetState *s = qemu_get_nic_opaque(nc); in mipsnet_can_receive() local 87 MIPSnetState *s = qemu_get_nic_opaque(nc); in mipsnet_receive() local 117 MIPSnetState *s = opaque; in mipsnet_ioport_read() local 166 MIPSnetState *s = opaque; in mipsnet_ioport_write() local 250 MIPSnetState *s = MIPS_NET(dev); in mipsnet_realize() local 265 MIPSnetState *s = MIPS_NET(dev); in mipsnet_sysbus_reset() local
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_compress.c | 77 void BZ2_bsInitWrite ( EState* s ) in BZ2_bsInitWrite() 86 void bsFinishWrite ( EState* s ) in bsFinishWrite() 113 void bsW ( EState* s, Int32 n, UInt32 v ) in bsW() 123 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32() 134 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() 146 void makeMaps_e ( EState* s ) in makeMaps_e() 160 void generateMTFValues ( EState* s ) in generateMTFValues() 279 void sendMTFValues ( EState* s ) in sendMTFValues() 643 void BZ2_compressBlock ( EState* s, Bool is_last_block ) in BZ2_compressBlock()
|
/openbmc/qemu/hw/intc/ |
H A D | slavio_intctl.c | 92 SLAVIO_CPUINTCTLState *s = opaque; in slavio_intctl_mem_readl() local 112 SLAVIO_CPUINTCTLState *s = opaque; in slavio_intctl_mem_writel() local 149 SLAVIO_INTCTLState *s = opaque; in slavio_intctlm_mem_readl() local 175 SLAVIO_INTCTLState *s = opaque; in slavio_intctlm_mem_writel() local 220 static void slavio_check_interrupts(SLAVIO_INTCTLState *s, int set_irqs) in slavio_check_interrupts() 290 SLAVIO_INTCTLState *s = opaque; in slavio_set_irq() local 321 SLAVIO_INTCTLState *s = opaque; in slavio_set_timer_irq_cpu() local 345 SLAVIO_INTCTLState *s = opaque; in vmstate_intctl_post_load() local 378 SLAVIO_INTCTLState *s = SLAVIO_INTCTL(d); in slavio_intctl_reset() local 396 SLAVIO_INTCTLState *s = SLAVIO_INTCTL(obj); in slavio_intctl_get_statistics() local [all …]
|
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 38 BDRVQcow2State *s = bs->opaque; in qcow2_shrink_l1_table() local 89 BDRVQcow2State *s = bs->opaque; in qcow2_grow_l1_table() local 214 BDRVQcow2State *s = bs->opaque; in l2_load() local 229 BDRVQcow2State *s = bs->opaque; in qcow2_write_l1_entry() local 275 BDRVQcow2State *s = bs->opaque; in l2_allocate() local 399 BDRVQcow2State *s = bs->opaque; in qcow2_get_subcluster_range_type() local 449 BDRVQcow2State *s = bs->opaque; in count_contiguous_subclusters() local 542 BDRVQcow2State *s = bs->opaque; in do_perform_cow_write() local 590 BDRVQcow2State *s = bs->opaque; in qcow2_get_host_offset() local 759 BDRVQcow2State *s = bs->opaque; in get_cluster_table() local [all …]
|
H A D | qcow2-snapshot.c | 36 BDRVQcow2State *s = bs->opaque; in qcow2_free_single_snapshot() local 47 BDRVQcow2State *s = bs->opaque; in qcow2_free_snapshots() local 86 BDRVQcow2State *s = bs->opaque; in qcow2_do_read_snapshots() local 273 BDRVQcow2State *s = bs->opaque; in qcow2_write_snapshots() local 434 BDRVQcow2State *s = bs->opaque; in qcow2_check_read_snapshot_table() local 555 BDRVQcow2State *s = bs->opaque; in qcow2_check_fix_snapshot_table() local 579 BDRVQcow2State *s = bs->opaque; in find_new_snapshot_id() local 597 BDRVQcow2State *s = bs->opaque; in find_snapshot_by_id_and_name() local 639 BDRVQcow2State *s = bs->opaque; in qcow2_snapshot_create() local 762 BDRVQcow2State *s = bs->opaque; in qcow2_snapshot_goto() local [all …]
|
H A D | nvme.c | 79 BDRVNVMeState *s; member 168 static bool nvme_init_queue(BDRVNVMeState *s, NVMeQueue *q, in nvme_init_queue() 220 static NVMeQueuePair *nvme_create_queue_pair(BDRVNVMeState *s, in nvme_create_queue_pair() 286 BDRVNVMeState *s = q->s; in nvme_kick() local 386 BDRVNVMeState *s = q->s; in nvme_process_completion() local 522 BDRVNVMeState *s = bs->opaque; in nvme_admin_cmd_sync() local 541 BDRVNVMeState *s = bs->opaque; in nvme_identify() local 650 static void nvme_poll_queues(BDRVNVMeState *s) in nvme_poll_queues() 661 BDRVNVMeState *s = container_of(n, BDRVNVMeState, in nvme_handle_event() local 671 BDRVNVMeState *s = bs->opaque; in nvme_add_io_queue() local [all …]
|
H A D | qcow2.c | 104 BDRVQcow2State *s = bs->opaque; in qcow2_crypto_hdr_read_func() local 127 BDRVQcow2State *s = bs->opaque; in qcow2_crypto_hdr_init_func() local 166 BDRVQcow2State *s = bs->opaque; in qcow2_crypto_hdr_write_func() local 209 BDRVQcow2State *s = bs->opaque; in qcow2_read_extensions() local 465 BDRVQcow2State *s = bs->opaque; in cleanup_unknown_header_ext() local 512 BDRVQcow2State *s = bs->opaque; in qcow2_mark_dirty() local 542 BDRVQcow2State *s = bs->opaque; in qcow2_mark_clean() local 564 BDRVQcow2State *s = bs->opaque; in qcow2_mark_corrupt() local 577 BDRVQcow2State *s = bs->opaque; in qcow2_mark_consistent() local 650 BDRVQcow2State *s = bs->opaque; in qcow2_co_check() local [all …]
|
/openbmc/qemu/util/ |
H A D | oslib-win32.c | 297 SOCKET s = _get_osfhandle(sockfd); in qemu_socket_select() local 436 SOCKET s = _get_osfhandle(sockfd); in qemu_connect_wrap() local 458 SOCKET s = _get_osfhandle(sockfd); in qemu_listen_wrap() local 477 SOCKET s = _get_osfhandle(sockfd); in qemu_bind_wrap() local 501 SOCKET s = _get_osfhandle(fd); in qemu_close_socket_osfhandle() local 545 SOCKET s = INVALID_SOCKET; in qemu_close_wrap() local 567 SOCKET s; in qemu_socket_wrap() local 592 SOCKET s = _get_osfhandle(sockfd); in qemu_accept_wrap() local 619 SOCKET s = _get_osfhandle(sockfd); in qemu_shutdown_wrap() local 637 SOCKET s = _get_osfhandle(fd); in qemu_ioctlsocket_wrap() local [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 58 static int mvpp2_dbgfs_flow_flt_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_flt_hits_show() 71 static int mvpp2_dbgfs_flow_dec_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_dec_hits_show() 84 static int mvpp2_dbgfs_flow_type_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_type_show() 124 static int mvpp2_dbgfs_flow_id_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_id_show() 140 static int mvpp2_dbgfs_port_flow_hash_opt_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_port_flow_hash_opt_show() 166 static int mvpp2_dbgfs_port_flow_engine_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_port_flow_engine_show() 191 static int mvpp2_dbgfs_flow_c2_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_c2_hits_show() 205 static int mvpp2_dbgfs_flow_c2_rxq_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_c2_rxq_show() 226 static int mvpp2_dbgfs_flow_c2_enable_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_c2_enable_show() 243 static int mvpp2_dbgfs_port_vid_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_port_vid_show() [all …]
|
/openbmc/qemu/hw/gpio/ |
H A D | sifive_gpio.c | 22 static void update_output_irq(SIFIVEGPIOState *s) in update_output_irq() 39 static void update_state(SIFIVEGPIOState *s) in update_state() 107 SIFIVEGPIOState *s = SIFIVE_GPIO(opaque); in sifive_gpio_read() local 193 SIFIVEGPIOState *s = SIFIVE_GPIO(opaque); in sifive_gpio_write() local 286 SIFIVEGPIOState *s = SIFIVE_GPIO(opaque); in sifive_gpio_set() local 302 SIFIVEGPIOState *s = SIFIVE_GPIO(dev); in sifive_gpio_reset() local 359 SIFIVEGPIOState *s = SIFIVE_GPIO(dev); in sifive_gpio_realize() local
|
/openbmc/qemu/hw/misc/ |
H A D | imx_rngc.c | 52 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_read() local 130 static void imx_rngc_do_reset(IMXRNGCState *s) in imx_rngc_do_reset() 141 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_write() local 203 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_self_test() local 213 IMXRNGCState *s = IMX_RNGC(opaque); in imx_rngc_seed() local 223 IMXRNGCState *s = IMX_RNGC(dev); in imx_rngc_realize() local 239 IMXRNGCState *s = IMX_RNGC(dev); in imx_rngc_reset() local
|
H A D | imx25_ccm.c | 113 IMX25CCMState *s = IMX25_CCM(dev); in imx25_ccm_get_mpll_clk() local 129 IMX25CCMState *s = IMX25_CCM(dev); in imx25_ccm_get_mcu_clk() local 147 IMX25CCMState *s = IMX25_CCM(dev); in imx25_ccm_get_ahb_clk() local 196 IMX25CCMState *s = IMX25_CCM(dev); in imx25_ccm_reset() local 232 IMX25CCMState *s = (IMX25CCMState *)opaque; in imx25_ccm_read() local 250 IMX25CCMState *s = (IMX25CCMState *)opaque; in imx25_ccm_write() local 288 IMX25CCMState *s = IMX25_CCM(obj); in imx25_ccm_init() local
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_dh.c | 88 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) in ip_vs_dh_get() 98 ip_vs_dh_reassign(struct ip_vs_dh_state *s, struct ip_vs_service *svc) in ip_vs_dh_reassign() 134 static void ip_vs_dh_flush(struct ip_vs_dh_state *s) in ip_vs_dh_flush() 154 struct ip_vs_dh_state *s; in ip_vs_dh_init_svc() local 175 struct ip_vs_dh_state *s = svc->sched_data; in ip_vs_dh_done_svc() local 190 struct ip_vs_dh_state *s = svc->sched_data; in ip_vs_dh_dest_changed() local 217 struct ip_vs_dh_state *s; in ip_vs_dh_schedule() local
|