/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/ |
H A D | gdm_46.0.bb | 50 # out into a seperate package.
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 228 int uleb128_encode_small(uint8_t *out, uint32_t n);
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 314 goto out; in il_send_cmd_sync() 354 goto out; in il_send_cmd_sync() 371 out: in il_send_cmd_sync() 1696 goto out; in il_bg_scan_completed() 1707 out: in il_bg_scan_completed() 3233 out: in il_enqueue_hcmd() 4349 out: in il_apm_init() 4599 out: in il_mac_add_interface() 4748 out: in il_mac_change_interface() 4786 out: in il_mac_flush() [all …]
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 3112 out: in dasd_eckd_format_process_data() 3143 goto out; in test_and_set_format_track() 3153 out: in test_and_set_format_track() 3466 out: in dasd_eckd_format_evaluate_tracks() 3528 goto out; in dasd_eckd_check_device_format() 3551 out: in dasd_eckd_check_device_format() 3949 out: in dasd_eckd_release_space_trks() 4938 out: in dasd_eckd_free_cp() 5490 out: in dasd_symm_io() 6414 out: in dasd_eckd_get_ref_conf() [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 621 goto out; in xs_node_walk() 629 goto out; in xs_node_walk() 661 goto out; in xs_node_walk() 666 goto out; in xs_node_walk() 679 goto out; in xs_node_walk() 707 goto out; in xs_node_walk() 743 out: in xs_node_walk()
|
/openbmc/linux/sound/x86/ |
H A D | intel_hdmi_audio.c | 963 goto out; in had_process_ringbuf() 972 goto out; in had_process_ringbuf() 979 out: in had_process_ringbuf() 995 goto out; /* disconnected? - bail out */ in had_process_buffer_done() 1004 out: in had_process_buffer_done() 1295 goto out; in had_process_mode_change() 1307 out: in had_process_mode_change()
|
/openbmc/linux/fs/ext2/ |
H A D | super.c | 1548 goto out; in ext2_quota_write() 1555 goto out; in ext2_quota_write() 1569 out: in ext2_quota_write() 1607 goto out; in ext2_quota_off() 1621 out: in ext2_quota_off() 1645 goto out; in init_ext2_fs() 1647 out: in init_ext2_fs()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_debugfs.c | 1277 goto out; in hns3_dbg_read() 1286 goto out; in hns3_dbg_read() 1296 goto out; in hns3_dbg_read() 1306 out: in hns3_dbg_read() 1407 goto out; in hns3_dbg_init() 1414 goto out; in hns3_dbg_init() 1420 out: in hns3_dbg_init()
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 1000 struct v4l2_output *out) in cobalt_enum_output() argument 1002 if (out->index) in cobalt_enum_output() 1004 snprintf(out->name, sizeof(out->name), "HDMI-%d", out->index); in cobalt_enum_output() 1005 out->type = V4L2_OUTPUT_TYPE_ANALOG; in cobalt_enum_output() 1006 out->capabilities = V4L2_OUT_CAP_DV_TIMINGS; in cobalt_enum_output()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ramfs-rootfs-initramfs.rst | 41 The older "ram disk" mechanism created a synthetic block device out of 45 fake block device into the page cache (and copying changes back out), as well 52 complicated and turn out to be about as expensive as the copying anyway.) 102 out of that. 125 rootfs, nor unmount it. Instead delete everything out of rootfs to 354 separate journal). They can be out on the network (requiring dhcp, setting a 357 issues requiring a full udev implementation to sort out. They can be
|
/openbmc/linux/net/sctp/ |
H A D | protocol.c | 463 goto out; in sctp_v4_get_dst() 537 out: in sctp_v4_get_dst() 590 goto out; in sctp_v4_create_accept_sk() 608 out: in sctp_v4_create_accept_sk() 1503 goto out; in sctp_init() 1654 out: in sctp_init() 1683 goto out; in sctp_init()
|
/openbmc/linux/drivers/firewire/ |
H A D | net.c | 1019 goto out; in fwnet_send_packet() 1039 out: in fwnet_send_packet() 1475 goto out; in fwnet_probe() 1498 goto out; in fwnet_probe() 1508 out: in fwnet_probe() 1668 goto out; in fwnet_init() 1686 out: in fwnet_init()
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 619 goto out; in ubifs_readdir() 637 goto out; in ubifs_readdir() 661 goto out; in ubifs_readdir() 680 goto out; in ubifs_readdir() 689 out: in ubifs_readdir() 1582 goto out; in ubifs_xrename() 1605 out: in ubifs_xrename()
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 37 you've probably got a copy checked out already, so we're going to make a _git 41 protects you from checking out the same branch in two places. 61 convenience, since you can't check out a branch in your worktree that's already 62 checked out somewhere else; you can safely ignore or delete that branch later. 64 However, Git won't be able to figure out how to get to your main worktree 155 checks out that branch for you to start hacking. 397 when some "name" is out of bounds, an exception should be thrown. (What "name"
|
/openbmc/linux/crypto/ |
H A D | md4.c | 184 static int md4_final(struct shash_desc *desc, u8 *out) in md4_final() argument 206 memcpy(out, mctx->hash, sizeof(mctx->hash)); in md4_final()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-sched.txt | 46 time (time between sched-out and next sched-in events for the task), the 167 Show task state when it switched out.
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | stk014.c | 264 goto out; in sd_start() 286 out: in sd_start()
|
/openbmc/linux/arch/arm/mach-rpc/ |
H A D | dma.c | 105 goto out; in iomd_dma_handle() 129 out: in iomd_dma_handle()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 255 goto out; in spu_hw_set_mfc_query() 259 out: in spu_hw_set_mfc_query()
|
/openbmc/linux/drivers/mfd/ |
H A D | ucb1x00-ts.c | 320 goto out; in ucb1x00_ts_open() 340 out: in ucb1x00_ts_open()
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | iamt.rst | 10 Intel AMT provides the ability to manage a host remotely out-of-band (OOB) 69 A Local Agent enables IT personnel to configure Intel AMT out-of-the-box
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta350.txt | 23 0: 2-channel (full-bridge) power, 2-channel data-out 122 // 2-channel data-out
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | max8998.txt | 34 property should be 0, 1, 2 or 3. If not specified or out of range, 38 property should be 0 or 1. If not specified or out of range, a default
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
H A D | defconfig | 5 # lines must be commented out complete, if they are not to be included, i.e., 145 # Remove debugging code that is printing out debug messages to stdout.
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | ChangeLog | 22 within) have to be well thought out. 55 register type out of FPREG, and getting rid of the union variable
|