/openbmc/qemu/docs/system/arm/ |
H A D | bananapi_m2u.rst | 139 --verbose --show=app,console run -t machine:bpim2u \
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qcow2-internal-snapshots.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.45.1.bb | 45 # Needs brokensep as this doesn't use automake
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/ |
H A D | squid_6.9.bb | 72 # with a cross-compiler that doesn't.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 6 We can't use AC_TRY_RUN to run programs in a cross compile
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/ |
H A D | open-vm-tools_12.3.5.bb | 32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 48 # We don't use the obmc-power-start or obmc-power-stop, which use the
|
/openbmc/linux/Documentation/networking/ |
H A D | rxrpc.rst | 289 If this isn't set, sendmsg() will return immediately, either returning 317 (4) If there is more data to be had on a call (it hasn't copied the last byte 919 the amount requested, EBADMSG is returned. If want_more wasn't set, but 1054 returns true as long as the call hasn't yet reached the completed state. 1072 successful if the call is still in progress. It shouldn't be called once 1077 restarted as it shouldn't change otherwise. 1111 Usually the other side won't stop sending packets until the advertised 1118 generate a soft-ACK to tell the sender that it doesn't need to resend.
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1332 static void print_temp(struct seq_file *s, const char *prefix, s32 t) in print_temp() argument 1334 switch (t) { in print_temp() 1340 seq_printf(s, "%s %s%d.%03d\n", prefix, (t < 0 ? "-" : ""), in print_temp() 1341 abs(t / 1000), abs(t % 1000)); in print_temp()
|
/openbmc/linux/drivers/usb/host/ |
H A D | octeon-hcd.c | 1848 struct cvmx_usb_transaction *t = in cvmx_usb_find_ready_pipe() local 1849 list_first_entry(&pipe->transactions, typeof(*t), in cvmx_usb_find_ready_pipe() 1851 if (!(pipe->flags & CVMX_USB_PIPE_FLAGS_SCHEDULED) && t && in cvmx_usb_find_ready_pipe() 1856 (!usb->active_split || (usb->active_split == t))) { in cvmx_usb_find_ready_pipe() 1857 prefetch(t); in cvmx_usb_find_ready_pipe()
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget-testing.rst | 507 -t<out endpoint addr> -r<in endpoint addr> 773 $ arecord -f dat -t wav -D hw:2,0 | aplay -D hw:0,0 & 777 $ arecord -f dat -t wav -D hw:CARD=UAC2Gadget,DEV=0 | \ 963 $ arecord -f dat -t wav -D hw:2,0 | aplay -D hw:0,0 & 967 $ arecord -f dat -t wav -D hw:CARD=UAC1Gadget,DEV=0 | \
|
/openbmc/linux/arch/arm/mm/ |
H A D | Kconfig | 436 # There are no CPUs available with MMU that don't implement an ARM ISA: 439 Select this if your CPU doesn't support the 32 bit ARM instructions. 697 If you don't know what this all is, saying Y is a safe choice. 1136 didn't need it until now also won't need it in the future.
|
/openbmc/qemu/docs/specs/ |
H A D | rocker.rst | 506 When a packet ingresses on a port and the source MAC/VLAN isn't known to the 660 -ROCKER_EMSGSIZE Rx descriptor buffer wasn't big enough to contain 919 -ROCKER_EMSGSIZE GET_STATS cmd descriptor buffer wasn't 999 -ROCKER_ENOSPC GET_STATS cmd descriptor buffer wasn't 1007 -ROCKER_ENODEV ADD next group ID doesn't exist
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | pn533.c | 1234 static void pn533_listen_mode_timer(struct timer_list *t) in pn533_listen_mode_timer() argument 1236 struct pn533 *dev = from_timer(dev, t, listen_timer); in pn533_listen_mode_timer() 2071 struct sk_buff *skb, *tmp, *t; in pn533_build_response() local 2082 skb_queue_walk_safe(&dev->resp_q, tmp, t) in pn533_build_response() 2094 skb_queue_walk_safe(&dev->resp_q, tmp, t) { in pn533_build_response()
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 406 static int __bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in __bpf_arch_text_poke() argument 418 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 428 ret = t == BPF_MOD_CALL ? in __bpf_arch_text_poke() 449 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, in bpf_arch_text_poke() argument 464 return __bpf_arch_text_poke(ip, t, old_addr, new_addr); in bpf_arch_text_poke()
|
/openbmc/qemu/qom/ |
H A D | object.c | 388 TypeImpl *t = type_get_by_name_noload(ti->interfaces[i].typename); in type_initialize() local 389 if (!t) { in type_initialize() 397 if (type_is_ancestor(target_type, t)) { in type_initialize() 406 type_initialize_interface(ti, t, t); in type_initialize()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
H A D | kernel.fuc | 260 /* check if there wasn't any overflow */ 292 /* check if there wasn't any overflow */
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | nid.h | 1337 #define DMA_PACKET(cmd, t, s, n) ((((cmd) & 0xF) << 28) | \ argument 1338 (((t) & 0x1) << 23) | \
|
/openbmc/linux/Documentation/filesystems/ |
H A D | squashfs.rst | 162 This scheme has the advantage that it doesn't require extra memory overhead 163 and doesn't require much extra storage on disk.
|
/openbmc/linux/Documentation/process/ |
H A D | 7.AdvancedTopics.rst | 112 so that you don't have to do the same work twice. 138 don't forget to review them. Also ensure that you maintain the correct
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
H A D | mpd.conf.in | 354 # this may have undesired effects. Don't change this if you don't know what you
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
H A D | gpc.fuc | 192 // set mmctx base addresses now so we don't have to do it later, 193 // they don't currently ever change
|
/openbmc/u-boot/doc/imx/common/ |
H A D | mxs.txt | 166 * t 1 ................... change first partition ID 196 I) The NAND wasn't written at all yet or the BCB is broken
|
/openbmc/u-boot/doc/ |
H A D | README.trace | 129 it doesn't have a proper trace buffer. On many boards 158 In practice this doesn't matter much so long as you are aware of the
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dvb-bt8xx.c | 42 static void dvb_bt8xx_task(struct tasklet_struct *t) in dvb_bt8xx_task() argument 44 struct bt878 *bt = from_tasklet(bt, t, tasklet); in dvb_bt8xx_task()
|