Home
last modified time | relevance | path

Searched defs:s (Results 2251 – 2275 of 4912) sorted by relevance

1...<<919293949596979899100>>...197

/openbmc/linux/drivers/scsi/
H A Dnsp32_debug.c88 int i,s; in print_commandk() local
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in91 def write(s): argument
H A Dmain.py91 def write(s): argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fxam.c7 struct { uint64_t sig; uint16_t sign_exp; } s; member
/openbmc/linux/arch/arm/kernel/
H A Dinsn.c10 unsigned long s, j1, j2, i1, i2, imm10, imm11; in __arm_gen_branch_thumb2() local
/openbmc/qemu/hw/remote/
H A Diohub.c76 int pirq, s; in intr_resample_handler() local
/openbmc/qemu/hw/arm/
H A Dimx25_pdk.c69 IMX25PDK *s = g_new0(IMX25PDK, 1); in imx25_pdk_init() local
/openbmc/fb-ipmi-oem/include/
H A Dcommandutils.hpp32 static void instances(std::string s, std::vector<std::string>& host) in instances()
/openbmc/pldm/pldmtool/
H A Dpldm_cmd_helper.hpp46 std::stringstream s; in Logger() local
/openbmc/qemu/tests/tcg/minilib/
H A Dprintf.c21 static void print_str(char *s) in print_str()
/openbmc/qemu/include/hw/nvram/
H A Dxlnx-efuse.h120 static inline uint32_t xlnx_efuse_get_row(XlnxEFuse *s, unsigned int bit) in xlnx_efuse_get_row()
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c37 #define _SBF(s, v) ((v) << (s)) argument
139 #define SSS_REG_AES_IN_DATA(s) (0x10 + (s << 2)) argument
140 #define SSS_REG_AES_OUT_DATA(s) (0x20 + (s << 2)) argument
141 #define SSS_REG_AES_IV_DATA(s) (0x30 + (s << 2)) argument
142 #define SSS_REG_AES_CNT_DATA(s) (0x40 + (s << 2)) argument
143 #define SSS_REG_AES_KEY_DATA(s) (0x80 + (s << 2)) argument
201 #define SSS_REG_HASH_IV(s) (0xB0 + ((s) << 2)) argument
202 #define SSS_REG_HASH_OUT(s) (0x100 + ((s) << 2)) argument
/openbmc/linux/drivers/parport/
H A Dparport_pc.c234 struct parport_state *s) in parport_pc_init_state()
246 static void parport_pc_save_state(struct parport *p, struct parport_state *s) in parport_pc_save_state()
255 struct parport_state *s) in parport_pc_restore_state()
970 struct superio_struct *s; in show_parconfig_smsc37c669() local
1051 struct superio_struct *s; in show_parconfig_winbond() local
1390 struct superio_struct *s = find_superio(p); in get_superio_dma() local
1398 struct superio_struct *s = find_superio(p); in get_superio_irq() local
3149 static int __init parport_parse_param(const char *s, int *val, in parport_parse_param()
/openbmc/u-boot/net/
H A Dnet.c309 const char *s = env_get("autoload"); in net_auto_load() local
1601 void ip_to_string(struct in_addr x, char *s) in ip_to_string()
1612 void vlan_to_string(ushort x, char *s) in vlan_to_string()
1625 ushort string_to_vlan(const char *s) in string_to_vlan()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c976 static int nilfs_attach_snapshot(struct super_block *s, __u64 cno, in nilfs_attach_snapshot()
1284 static int nilfs_set_bdev_super(struct super_block *s, void *data) in nilfs_set_bdev_super()
1290 static int nilfs_test_bdev_super(struct super_block *s, void *data) in nilfs_test_bdev_super()
1300 struct super_block *s; in nilfs_mount() local
/openbmc/linux/net/rose/
H A Daf_rose.c165 struct sock *s; in rose_kill_by_neigh() local
272 struct sock *s; in rose_find_listener() local
303 struct sock *s; in rose_find_socket() local
1452 struct sock *s = sk_entry(v); in rose_info_show() local
/openbmc/linux/net/x25/
H A Daf_x25.c267 struct sock *s; in x25_find_listener() local
310 struct sock *s; in __x25_find_socket() local
324 struct sock *s; in x25_find_socket() local
1773 struct sock *s; in x25_kill_by_neigh() local
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c387 static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) in cgroup_pidlist_start()
448 static void cgroup_pidlist_stop(struct seq_file *s, void *v) in cgroup_pidlist_stop()
460 static void *cgroup_pidlist_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_pidlist_next()
481 static int cgroup_pidlist_show(struct seq_file *s, void *v) in cgroup_pidlist_show()
/openbmc/qemu/target/mips/
H A Dkvm.c47 int kvm_arch_init(MachineState *ms, KVMState *s) in kvm_arch_init()
59 int kvm_arch_irqchip_create(KVMState *s) in kvm_arch_irqchip_create()
188 void kvm_arch_init_irq_routing(KVMState *s) in kvm_arch_init_irq_routing()
1264 KVMState *s = KVM_STATE(machine->accelerator); in kvm_arch_get_default_type() local
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c665 VirtIOSerial *s = VIRTIO_SERIAL(vdev); in virtio_serial_save_device() local
718 VirtIOSerial *s = VIRTIO_SERIAL(opaque); in virtio_serial_post_load_timer_cb() local
749 VirtIOSerial *s, uint32_t nr_active_ports) in fetch_active_ports_list()
801 VirtIOSerial *s = VIRTIO_SERIAL(vdev); in virtio_serial_load_device() local
/openbmc/qemu/linux-user/
H A Dsignal.c106 const sigset_t *s) in host_to_target_sigset_internal()
121 void host_to_target_sigset(target_sigset_t *d, const sigset_t *s) in host_to_target_sigset()
132 const target_sigset_t *s) in target_to_host_sigset_internal()
147 void target_to_host_sigset(sigset_t *d, const target_sigset_t *s) in target_to_host_sigset()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1918 const char *s; in perf_sample__fprintf_synth_evt() local
2113 const char *s = symbol_conf.graph_function; in show_event() local
2871 static void script_spec__add(struct script_spec *s) in script_spec__add()
2878 struct script_spec *s; in script_spec__find() local
2888 struct script_spec *s; in script_spec_register() local
2905 struct script_spec *s = script_spec__find(spec); in script_spec__lookup() local
2914 struct script_spec *s; in list_available_languages() local
3196 struct script_desc *s = zalloc(sizeof(*s)); in script_desc__new() local
3219 struct script_desc *s; in script_desc__find() local
3229 struct script_desc *s = script_desc__find(name); in script_desc__findnew() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h22 #define nvbios_init(s,o,ARGS...) ({ \ argument
/openbmc/linux/include/linux/mtd/
H A Dspear_smi.h23 #define DEFINE_PARTS(n, of, s) \ argument
/openbmc/linux/include/media/i2c/
H A Dov772x.h41 #define OV772X_MANUAL_EDGECTRL(s, t) \ argument

1...<<919293949596979899100>>...197