Home
last modified time | relevance | path

Searched refs:star (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch166 + star/gtarfail.at\
167 + star/gtarfail2.at\
168 + star/multi-fail.at\
169 + star/pax-big-10g.at\
170 + star/ustar-big-2g.at\
171 + star/ustar-big-8g.at\
189 - star/gtarfail.at\
190 - star/gtarfail2.at\
191 - star/multi-fail.at\
192 - star/ustar-big-2g.at\
[all …]
/openbmc/linux/lib/
H A Dparser.c287 bool star = false; in match_wildcard() local
296 star = true; in match_wildcard()
307 if (!star) in match_wildcard()
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dw6692.c652 u8 stat, star = 0; in W6692B_interrupt() local
657 star = ReadW6692B(wch, W_B_STAR); in W6692B_interrupt()
658 if (star & (W_B_STAR_RDOV | W_B_STAR_CRCE | W_B_STAR_RMB)) { in W6692B_interrupt()
659 if ((star & W_B_STAR_RDOV) && in W6692B_interrupt()
668 if (star & W_B_STAR_CRCE) { in W6692B_interrupt()
675 if (star & W_B_STAR_RMB) { in W6692B_interrupt()
698 star = ReadW6692B(wch, W_B_STAR); in W6692B_interrupt()
699 if (star & W_B_STAR_RDOV) { in W6692B_interrupt()
715 if (!(star & W_B_STAR_RDOV)) { in W6692B_interrupt()
727 star = ReadW6692B(wch, W_B_STAR); in W6692B_interrupt()
[all …]
H A DmISDNipac.c716 int rbch, star; in dbusy_timer_handler() local
722 star = ReadISAC(isac, ISAC_STAR); in dbusy_timer_handler()
724 isac->name, rbch, star); in dbusy_timer_handler()
/openbmc/linux/fs/smb/server/
H A Dmisc.c34 bool star = false; in match_pattern() local
44 star = true; in match_pattern()
56 if (!star) in match_pattern()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c37 selector = (env->star >> 32) & 0xffff; in helper_syscall()
81 env->eip = (uint32_t)env->star; in helper_syscall()
H A Dmisc_helper.c192 env->star = val; in helper_wrmsr()
352 val = env->star; in helper_rdmsr()
H A Dsvm_helper.c524 env->star = in helper_vmload()
525 cpu_ldq_mmuidx_ra(env, addr + offsetof(struct vmcb, save.star), in helper_vmload()
579 cpu_stq_mmuidx_ra(env, addr + offsetof(struct vmcb, save.star), in helper_vmsave()
580 env->star, mmu_idx, 0); in helper_vmsave()
/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c96 while ((readb(&up->regs->r.star) & SAB82532_STAR_TEC) && --timeout) in sunsab_tec_wait()
104 while ((readb(&up->regs->r.star) & SAB82532_STAR_CEC) && --timeout) in sunsab_cec_wait()
249 if (!(readb(&up->regs->r.star) & SAB82532_STAR_XFW)) in transmit_chars()
295 (readb(&up->regs->r.star) & SAB82532_STAR_CTS)); in check_status()
398 val = readb(&up->regs->r.star); in sunsab_get_mctrl()
H A Dsunsab.h12 u8 star; /* Status Register */ member
/openbmc/qemu/target/i386/
H A Dsvm.h218 uint64_t star; member
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h333 u64 star; member
398 u64 star; member
/openbmc/linux/drivers/accessibility/speakup/
H A DDefaultKeyAssignments38 InsKeyPad-star n<x|y> go to line (y) or column (x). Where 'n' is any
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h222 u64 star; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c1716 u32 star, temp; in gf100_gr_init_csdata() local
1719 star = nvkm_rd32(device, falcon + 0x01c4); in gf100_gr_init_csdata()
1721 if (temp > star) in gf100_gr_init_csdata()
1722 star = temp; in gf100_gr_init_csdata()
1723 nvkm_wr32(device, falcon + 0x01c0, 0x01000000 + star); in gf100_gr_init_csdata()
1733 star += 4; in gf100_gr_init_csdata()
1746 nvkm_wr32(device, falcon + 0x01c4, star + 4); in gf100_gr_init_csdata()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f0…
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c140 hv_vcpu_write_msr(cs->accel->fd, MSR_STAR, env->star); in hvf_put_msrs()
225 hv_vcpu_read_msr(cs->accel->fd, MSR_STAR, &env->star); in hvf_get_msrs()
/openbmc/linux/Documentation/networking/
H A Darcnet-hardware.rst197 can use the bus card in place of any star card if you use a terminator. Then
460 cable-connector and it's for changing to star or bus topology;
461 closed: star - open: bus
580 Since this board is designed both for point-to-point connection in star
583 the PC120, PC110 and PC100 star topology boards and the PC220, PC210 and
588 It can be used in a star or a daisy-chained network.
737 star or bus topology.
738 When the jumper is installed, the board may be used in a star network, when
791 The board is designed both for point-to-point connection in star networks
796 It can be used in a star or a daisy-chained (BUS) network.
[all …]
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c170 state->msrs[NVMM_X64_MSR_STAR] = env->star; in nvmm_set_registers()
325 env->star = state->msrs[NVMM_X64_MSR_STAR]; in nvmm_get_registers()
/openbmc/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst315 zc3xx 0ac8:0302 Z-star Vimicro zc0302
321 zc3xx 0ac8:305b Z-star Vimicro zc0305b
/openbmc/u-boot/include/
H A Dimx_lpi2c.h59 u32 star; member
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c960 to_vmcb->save.star = from_vmcb->save.star; in svm_copy_vmloadsave_state()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c528 vcxt.values[idx++].Reg64 = env->star; in whpx_set_registers()
755 env->star = vcxt.values[idx++].Reg64; in whpx_get_registers()
/openbmc/linux/kernel/trace/
H A Dtrace_events.c491 bool star = false; in test_event_printk() local
500 star = true; in test_event_printk()
504 if (star) in test_event_printk()
/openbmc/linux/Documentation/translations/it_IT/process/
H A D6.Followthrough.rst98 I revisori non dovrebbero star lì a cercare all'interno degli archivi per

12