/openbmc/linux/net/ieee802154/ |
H A D | nl802154.c | 843 goto out; in nl802154_send_iface() 848 out: in nl802154_send_iface() 894 out: in nl802154_dump_interface() 1874 goto out; in nl802154_dump_llsec_key() 1890 out: in nl802154_dump_llsec_key() 2053 goto out; in nl802154_dump_llsec_dev() 2069 out: in nl802154_dump_llsec_dev() 2234 goto out; in nl802154_dump_llsec_devkey() 2257 out: in nl802154_dump_llsec_devkey() 2407 goto out; in nl802154_dump_llsec_seclevel() [all …]
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_aead.c | 2047 goto out; in cc_rfc4309_ccm_encrypt() 2060 out: in cc_rfc4309_ccm_encrypt() 2089 goto out; in cc_rfc4309_ccm_decrypt() 2103 out: in cc_rfc4309_ccm_decrypt() 2201 goto out; in cc_rfc4106_gcm_encrypt() 2214 out: in cc_rfc4106_gcm_encrypt() 2225 goto out; in cc_rfc4543_gcm_encrypt() 2241 out: in cc_rfc4543_gcm_encrypt() 2252 goto out; in cc_rfc4106_gcm_decrypt() 2265 out: in cc_rfc4106_gcm_decrypt() [all …]
|
H A D | cc_hash.c | 852 goto out; in cc_hash_setkey() 908 out: in cc_hash_setkey() 1508 memcpy(out, &tmp, sizeof(u32)); in cc_hash_export() 1509 out += sizeof(u32); in cc_hash_export() 1511 memcpy(out, state->digest_buff, ctx->inter_digestsize); in cc_hash_export() 1512 out += ctx->inter_digestsize; in cc_hash_export() 1514 memcpy(out, state->digest_bytes_len, ctx->hash_len); in cc_hash_export() 1515 out += ctx->hash_len; in cc_hash_export() 1517 memcpy(out, &curr_buff_cnt, sizeof(u32)); in cc_hash_export() 1518 out += sizeof(u32); in cc_hash_export() [all …]
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 446 goto out; in ieee80211_softmac_scan_syncro() 455 goto out; in ieee80211_softmac_scan_syncro() 459 out: in ieee80211_softmac_scan_syncro() 490 goto out; /* no good chans */ in ieee80211_softmac_scan_wq() 495 goto out; in ieee80211_softmac_scan_wq() 504 out: in ieee80211_softmac_scan_wq() 1720 goto out; in ieee80211_sta_ps() 1749 out: in ieee80211_sta_ps() 3000 goto out; in ieee80211_wpa_supplicant_ioctl() 3006 goto out; in ieee80211_wpa_supplicant_ioctl() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 631 goto out; in mlx4_ib_send_to_slave() 672 out: in mlx4_ib_send_to_slave() 1002 in_wc, in_grh, in, out); in mlx4_ib_process_mad() 1005 in, out); in mlx4_ib_process_mad() 1010 in_grh, in, out); in mlx4_ib_process_mad() 1139 goto out; in handle_slaves_guid_change() 1160 goto out; in handle_slaves_guid_change() 1171 out: in handle_slaves_guid_change() 1404 goto out; in mlx4_ib_send_to_wire() 1414 goto out; in mlx4_ib_send_to_wire() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 336 goto out; in mlx4_grant_resource() 373 out: in mlx4_grant_resource() 843 out: in update_vport_qp_param() 1498 out: in rem_res_range() 2915 out: in mlx4_QUERY_MPT_wrapper() 3702 out: in mlx4_QUERY_SRQ_wrapper() 3727 out: in mlx4_ARM_SRQ_wrapper() 3751 out: in mlx4_GEN_QP_wrapper() 3865 out: in mlx4_INIT2RTR_QP_wrapper() 4555 out: in mlx4_QP_FLOW_STEERING_DETACH_wrapper() [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ti.c | 696 goto out; in check_i2c_image() 701 goto out; in check_i2c_image() 748 out: in check_i2c_image() 885 goto out; in i2c_type_bootmode() 898 goto out; in i2c_type_bootmode() 904 out: in i2c_type_bootmode() 1019 goto out; in download_fw() 1040 goto out; in download_fw() 1046 goto out; in download_fw() 1063 out: in download_fw()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_tunnel.c | 263 goto out; in ip6_tnl_create2() 270 out: in ip6_tnl_create2() 484 goto out; in ip6_tnl_err() 488 goto out; in ip6_tnl_err() 554 out: in ip6_tnl_err() 614 goto out; in ip4ip6_err() 627 goto out; in ip4ip6_err() 634 goto out; in ip4ip6_err() 640 goto out; in ip4ip6_err() 647 out: in ip4ip6_err()
|
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk322x.c | 648 goto out; in dram_cap_detect() 681 out: in dram_cap_detect() 708 goto out; in sdram_init() 711 out: in sdram_init()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | bcm5974.c | 661 goto out; in bcm5974_wellspring_mode() 673 goto out; in bcm5974_wellspring_mode() 688 goto out; in bcm5974_wellspring_mode() 694 out: in bcm5974_wellspring_mode()
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_flowtable.sh | 335 out=$2 338 if ! cmp "$in" "$out" > /dev/null 2>&1; then 341 ls -l "$out" 647 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu…
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_base.c | 523 goto out; in genwqe_start() 533 goto out; in genwqe_start() 542 goto out; in genwqe_start() 562 out: in genwqe_start()
|
/openbmc/linux/fs/pstore/ |
H A D | ram.c | 256 goto out; in ramoops_pstore_read() 264 goto out; in ramoops_pstore_read() 275 goto out; in ramoops_pstore_read() 284 out: in ramoops_pstore_read()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 707 goto out; in fun_rxq_create_dev() 758 out: in fun_rxq_create_dev() 802 goto out; in funeth_rxq_create() 811 out: in funeth_rxq_create()
|
H A D | funeth_tx.c | 700 goto out; in fun_txq_create_dev() 724 out: in fun_txq_create_dev() 772 goto out; in funeth_txq_create() 781 out: in funeth_txq_create()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 163 goto out; in cx18_mdl_send_to_vb2() 170 goto out; in cx18_mdl_send_to_vb2() 200 out: in cx18_mdl_send_to_vb2() 751 int cx18_api_func(void *priv, u32 cmd, int in, int out, in cx18_api_func() argument
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzn1.c | 375 goto out; in rzn1_dt_node_to_map_one() 381 goto out; in rzn1_dt_node_to_map_one() 390 goto out; in rzn1_dt_node_to_map_one() 396 out: in rzn1_dt_node_to_map_one()
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 522 goto out; in afs_deliver_to_call() 561 out: in afs_deliver_to_call() 588 goto out; in afs_wait_for_call_to_complete() 648 out: in afs_wait_for_call_to_complete()
|
/openbmc/linux/net/sched/ |
H A D | sch_ets.c | 473 goto out; in ets_qdisc_dequeue() 479 goto out; in ets_qdisc_dequeue() 487 goto out; in ets_qdisc_dequeue() 496 out: in ets_qdisc_dequeue()
|
/openbmc/linux/drivers/pmdomain/qcom/ |
H A D | rpmpd.c | 856 goto out; in rpmpd_power_on() 863 out: in rpmpd_power_on() 901 goto out; in rpmpd_set_performance() 905 out: in rpmpd_set_performance()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | lgs8gxx.c | 421 goto out; in lgs8gxx_auto_detect() 429 goto out; in lgs8gxx_auto_detect() 436 goto out; in lgs8gxx_auto_detect() 464 out: in lgs8gxx_auto_detect()
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | usb_8dev.c | 195 struct usb_8dev_cmd_msg *out, in usb_8dev_send_cmd() argument 204 out->begin = USB_8DEV_CMD_START; in usb_8dev_send_cmd() 205 out->end = USB_8DEV_CMD_END; in usb_8dev_send_cmd() 209 memcpy(priv->cmd_msg_buffer, out, in usb_8dev_send_cmd()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci.c | 771 goto out; in pnv_pci_set_tunnel_bar() 784 goto out; in pnv_pci_set_tunnel_bar() 793 goto out; in pnv_pci_set_tunnel_bar() 799 out: in pnv_pci_set_tunnel_bar()
|
/openbmc/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 20 include/asm-sh/. For the new kernel, things are broken out by board type, 74 | `-- This is also broken out per CPU family, so each family can 155 particularly for allocating out of some board-specific SRAM for DMA 175 example vapor_inb. These will be needed when filling out the machine
|
/openbmc/linux/drivers/input/serio/ |
H A D | serio.c | 256 goto out; in serio_queue_event() 265 goto out; in serio_queue_event() 273 goto out; in serio_queue_event() 283 out: in serio_queue_event()
|