/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 695 of arguments to specify the type and the flags for anything that doesn't 750 isn't found, the not_found value is returned instead. 791 If a match isn't initially made, the key is prefixed with "no" and no 797 If the parameter isn't matched, -ENOPARAM will be returned; if the
|
H A D | f2fs.rst | 250 based on "posix", but doesn't issue flush command for 305 The same extension name can't appear in both compress and nocompress 309 Don't allow use '*' to specifie all file in nocompress extension. 408 # mount -t f2fs /dev/block_device /mnt/f2fs 432 ``-t [0 or 1]`` Disable discard command or not. 843 - At this point, compression feature doesn't expose compressed space to user
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 2208 const struct btf_type *t; in profile_target_name() local 2248 t = btf__type_by_id(btf, func_info.type_id); in profile_target_name() 2249 if (!t) { in profile_target_name() 2254 name = strdup(btf__name_by_offset(btf, t->name_off)); in profile_target_name()
|
/openbmc/linux/drivers/usb/core/ |
H A D | devio.c | 494 const char *t, *d; in snoop_urb() local 500 t = types[usb_pipetype(pipe)]; in snoop_urb() 507 userurb, ep, t, d, length); in snoop_urb() 511 userurb, ep, t, d, length, in snoop_urb() 517 ep, t, d, length, timeout_or_status); in snoop_urb() 521 ep, t, d, length, timeout_or_status); in snoop_urb()
|
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | 799 static void igmp_gq_timer_expire(struct timer_list *t) in igmp_gq_timer_expire() argument 801 struct in_device *in_dev = from_timer(in_dev, t, mr_gq_timer); in igmp_gq_timer_expire() 808 static void igmp_ifc_timer_expire(struct timer_list *t) in igmp_ifc_timer_expire() argument 810 struct in_device *in_dev = from_timer(in_dev, t, mr_ifc_timer); in igmp_ifc_timer_expire() 838 static void igmp_timer_expire(struct timer_list *t) in igmp_timer_expire() argument 840 struct ip_mc_list *im = from_timer(im, t, timer); in igmp_timer_expire()
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 897 unsigned long t; in fcoe_ctlr_parse_adv() local 974 t = ntohl(fka->fd_fka_period); in fcoe_ctlr_parse_adv() 975 if (t >= FCOE_CTLR_MIN_FKA) in fcoe_ctlr_parse_adv() 976 fcf->fka_period = msecs_to_jiffies(t); in fcoe_ctlr_parse_adv() 1774 static void fcoe_ctlr_timeout(struct timer_list *t) in fcoe_ctlr_timeout() argument 1776 struct fcoe_ctlr *fip = from_timer(fip, t, timer); in fcoe_ctlr_timeout()
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 275 If you don't get any errors, then you should be good to go. Unmount the 276 USB drive, distinctly label it so you don't blow it away next time you 350 If you don't have the "private-keys-v1.d" directory 674 If you only have one secret key in your keyring, then you don't really 736 this reason, most kernel developers don't bother signing their commits 868 don't already have them)::
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sh-sci.c | 1111 static void rx_fifo_timer_fn(struct timer_list *t) in rx_fifo_timer_fn() argument 1113 struct sci_port *s = from_timer(s, t, rx_fifo_timer); in rx_fifo_timer_fn() 1293 ktime_t t = ktime_set(sec, nsec); in start_hrtimer_us() local 1295 hrtimer_start(hrt, t, HRTIMER_MODE_REL); in start_hrtimer_us() 1492 static enum hrtimer_restart sci_dma_rx_timer_fn(struct hrtimer *t) in sci_dma_rx_timer_fn() argument 1494 struct sci_port *s = container_of(t, struct sci_port, rx_timer); in sci_dma_rx_timer_fn()
|
/openbmc/qemu/docs/interop/ |
H A D | live-block-operations.rst | 89 (b) the streamed file *itself* won't be removed by QEMU, 109 (b) the committed file *itself* won't be removed by QEMU 583 file, if it doesn't already exist), call it [E]:: 978 the backup target. With ``blockdev-backup`` you can't specify filename 981 Correspondingly, ``blockdev-backup`` doesn't have ``mode`` and 982 ``format`` arguments which don't apply to an existing block node. See
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 3470 [ -n "$(mptcp_lib_evts_get_info "saddr4" "$evts" $t)" ] && ip=4 3471 [ -n "$(mptcp_lib_evts_get_info "saddr6" "$evts" $t)" ] && ip=6 3473 da=$(mptcp_lib_evts_get_info "daddr$ip" "$evts" $t $2) 3474 dp=$(mptcp_lib_evts_get_info dport "$evts" $t $2) 3475 sp=$(mptcp_lib_evts_get_info sport "$evts" $t $2) 3982 t@add_addr_timeout_tests
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 1131 + # Don't use ranlib 3095 + # Don't use ranlib 5034 + # Don't use ranlib 6976 + # Don't use ranlib 8924 + # Don't use ranlib 11560 + # Don't use ranlib 14188 + # Don't use ranlib 17388 + # Don't use ranlib 19319 + # Don't use ranlib 20451 + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 1375 match = sp->fcport->d_id.b24 == t; in __qla2x00_eh_wait_for_pending_commands() 1381 match = (sp->fcport->d_id.b24 == t && in __qla2x00_eh_wait_for_pending_commands() 3638 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one() local 3641 kthread_stop(t); in qla2x00_probe_one() 3821 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work() local 3828 kthread_stop(t); in qla2x00_destroy_deferred_work() 7252 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc() local 7254 if (!test_bit(UNLOADING, &vha->dpc_flags) && t) in qla2xxx_wake_dpc() 7255 wake_up_process(t); in qla2xxx_wake_dpc() 7391 qla2x00_timer(struct timer_list *t) in qla2x00_timer() argument [all …]
|
/openbmc/u-boot/doc/driver-model/ |
H A D | README.txt | 50 - simple: Just prints a message for hello, doesn't implement status 336 *** being you need serial support in SPL and don't have enough SRAM for 443 If you don't want to have the platdata automatically allocated then you 653 U-Boot it may be expensive to probe devices and we don't want to do it until 721 Note: If you don't use priv_auto_alloc_size then you will need to 815 this concept relates to a class of drivers (or a subsystem). We shouldn't 819 This removes a level of indirection that doesn't seem necessary.
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 696 (indent-tabs-mode . t) 697 (show-trailing-whitespace . t) 889 ``don't``. Scrivete messaggi concisi, chiari, e inequivocabili. 1068 #define sizeof_field(t, f) (sizeof(((t*)0)->f)) 1133 ad eccezione dell'ultima stringa/istruzione, ognuna deve terminare con ``\n\t`` 1138 asm ("magic %reg1, #42\n\t"
|
/openbmc/linux/drivers/atm/ |
H A D | iphase.c | 702 u32 t; 722 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); 723 while (!(t & NVDO)) 724 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS); 739 u32 t; in ia_eeprom_get() local 752 NVRAM_CLKIN(t); in ia_eeprom_get() 753 val |= (t << i); in ia_eeprom_get()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 1191 void gen_load_gpr(TCGv t, int reg) in gen_load_gpr() argument 1195 tcg_gen_movi_tl(t, 0); in gen_load_gpr() 1197 tcg_gen_mov_tl(t, cpu_gpr[reg]); in gen_load_gpr() 1201 void gen_store_gpr(TCGv t, int reg) in gen_store_gpr() argument 1205 tcg_gen_mov_tl(cpu_gpr[reg], t); in gen_store_gpr() 1210 void gen_load_gpr_hi(TCGv_i64 t, int reg) in gen_load_gpr_hi() argument 1214 tcg_gen_movi_i64(t, 0); in gen_load_gpr_hi() 1362 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32() 1371 gen_load_fpr32(ctx, t, reg | 1); in gen_load_fpr32h() 1379 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32h() [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | 53c700.rst | 69 This will be a standard SCSI driver (I don't know of a good document
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | stream_open.cocci | 370 // no read, no write - don't change anything
|
/openbmc/linux/Documentation/hwmon/ |
H A D | occ.rst | 142 that doesn't fit anywhere else. The meaning of these sensors is entirely
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | Kconfig | 89 It's safe to select Y here, even if you don't have a B43 SDIO device.
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 186 | ;also ensure that a0 isn't corrupted
|
/openbmc/linux/Documentation/networking/ |
H A D | dns_resolver.rst | 78 it doesn't find it, it upcalls to userspace to make a new DNS query, which
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-test-howto.rst | 50 # mount -t configfs none /sys/kernel/config
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | hotfoot.dts | 271 * IO range but we don't use it for now
|
/openbmc/linux/Documentation/gpu/ |
H A D | afbc.rst | 76 which doesn't include alpha can be used, e.g. DRM_FORMAT_BGR888.
|