HomeSort by: relevance | last modified time | path
    Searched refs:si (Results 1 - 25 of 184) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/usr.bin/xlint/lint1/
msg_118.c 9 int si; variable in typeref:typename:int
17 si <<= si;
18 si <<= ui;
20 si <<= sl;
22 si <<= ul;
24 si = si << si;
25 si = si << ui
    [all...]
msg_118_ilp32.c 9 int si; variable in typeref:typename:int
22 si <<= si;
23 si <<= ui;
24 si <<= sl;
25 si <<= ul;
27 si = si << si;
28 si = si << ui
    [all...]
msg_297.c 12 caller(signed int si, unsigned int ui)
16 take_unsigned_long_long(si);
20 take_long_long(si);
msg_011.c 12 signed int si: 3; member in struct:example::__anonfa862dfd0108
msg_259_c90.c 70 signed int si, unsigned int ui,
78 plain_char(si);
88 signed_char(si);
98 unsigned_char(si);
108 signed_short(si);
118 unsigned_short(si);
136 signed_to_unsigned(int si, long sl)
139 unsigned_int(si);
149 unsigned_long(si);
168 signed_to_signed(signed int si, signed long sl
    [all...]
msg_259.c 72 signed int si, unsigned int ui,
80 plain_char(si);
90 signed_char(si);
100 unsigned_char(si);
110 signed_short(si);
120 unsigned_short(si);
138 signed_to_unsigned(int si, long sl, long long sll)
141 unsigned_int(si);
154 unsigned_long(si);
167 unsigned_long_long(si);
    [all...]
  /src/sys/arch/sun68k/stand/libsa/
dev_disk.c 60 struct saioreq *si; local in function:disk_open
74 si = &disk_ioreq;
81 si->si_boottab = bp->bootDevice;
82 si->si_ctlr = bp->ctlrNum;
83 si->si_unit = bp->unitNum;
84 si->si_boff = bp->partNum;
85 if ((error = prom_iopen(si)) != 0)
90 f->f_devdata = si;
97 struct saioreq *si; local in function:disk_close
104 si = f->f_devdata
117 struct saioreq *si; local in function:disk_strategy
    [all...]
promdev.c 57 * si->si_boottab
58 * si->si_ctlr
59 * si->si_unit
60 * si->si_boff
64 prom_iopen(struct saioreq *si)
73 ops = si->si_boottab;
75 ctlr = si->si_ctlr;
100 si->si_devaddr = dev_mapin(dip->d_devtype,
102 DPRINTF("devaddr=%#x", si->si_devaddr);
106 si->si_dmaaddr = dvma_alloc(dip->d_dmabytes)
    [all...]
  /src/sys/dev/tc/
pxg.c 129 struct stic_info *si; local in function:pxg_attach
138 si = &stic_consinfo;
142 si = &stic_consinfo;
144 si = malloc(sizeof(*si), M_DEVBUF, M_WAITOK | M_ZERO);
146 si->si_slotbase = ta->ta_addr;
147 pxg_init(si);
151 pxg->pxg_si = si;
152 si->si_dv = self;
153 tc_intr_establish(parent, ta->ta_cookie, IPL_TTY, pxg_intr, si);
175 struct stic_info *si; local in function:pxg_cnattach
271 struct stic_info *si; local in function:pxg_intr
    [all...]
px.c 127 struct stic_info *si; local in function:px_attach
139 si = &stic_consinfo;
143 si = &stic_consinfo;
145 si = malloc(sizeof(*si), M_DEVBUF, M_WAITOK | M_ZERO);
147 si->si_slotbase = ta->ta_addr;
148 px_init(si, 0);
152 px->px_si = si;
153 si->si_dv = self;
154 tc_intr_establish(parent, ta->ta_cookie, IPL_TTY, px_intr, si);
172 struct stic_info *si; local in function:px_cnattach
237 struct stic_info *si; local in function:px_intr
    [all...]
stic.c 276 stic_init(struct stic_info *si)
282 stic_reset(si);
283 vdac = si->si_vdac;
290 *si->si_vdac_reset = 0;
328 if (wsfont_lock(cookie, &si->si_font))
331 si->si_fontw = si->si_font->fontwidth;
332 si->si_fonth = si->si_font->fontheight;
333 si->si_consw = (1280 / si->si_fontw) & ~1
533 struct stic_info *si; local in function:sticioctl
629 struct stic_info *si; local in function:stic_alloc_screen
674 struct stic_info *si; local in function:stic_show_screen
696 struct stic_info *si; local in function:stic_do_switch
784 struct stic_info *si; local in function:stic_erasecols
825 struct stic_info *si; local in function:stic_eraserows
864 struct stic_info *si; local in function:stic_copyrows
924 struct stic_info *si; local in function:stic_copycols
978 struct stic_info *si; local in function:stic_putchar
1096 struct stic_info *si; local in function:stic_mapchar
1118 struct stic_info *si; local in function:stic_cursor
1428 struct stic_info *si; local in function:sticopen
1454 struct stic_info *si; local in function:sticclose
1468 struct stic_info *si; local in function:sticmmap
    [all...]
  /src/tests/lib/libc/sys/
t_wait.c 57 siginfo_t si; local in function:ATF_TC_BODY
60 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1
73 siginfo_t si; local in function:ATF_TC_BODY
86 ATF_REQUIRE(wait6(P_PID, pid, &st, WEXITED, &wru, &si) == pid);
88 ATF_REQUIRE(si.si_status == 0x5a5a5a5a);
89 ATF_REQUIRE(si.si_pid == pid);
90 ATF_REQUIRE(si.si_uid == getuid());
91 ATF_REQUIRE(si.si_code == CLD_EXITED);
92 printf("user: %ju system: %ju\n", (uintmax_t)si.si_utime,
93 (uintmax_t)si.si_utime)
107 siginfo_t si; local in function:ATF_TC_BODY
142 siginfo_t si; local in function:ATF_TC_BODY
179 siginfo_t si; local in function:ATF_TC_BODY
245 siginfo_t si; local in function:ATF_TC_BODY
    [all...]
  /src/sys/arch/arm/s3c2xx0/
s3c2800_intr.h 49 #define SI_TO_IRQBIT(si) ((si)==SI_SOFTSERIAL? (1<<9) : (1U<<(ICU_LEN+(si))))
s3c24x0_intr.h 38 #define SI_TO_IRQBIT(si) (1<<(si))
  /src/sys/arch/sun3/dev/
si_vme.c 148 * it is an "sc" (Sun2) or "si" (Sun3) SCSI board. This can
150 * 4K bytes in VME space but the "si" board occupies 2K bytes.
152 /* Note: the "si" board should NOT respond here. */
235 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_reset
249 si->si_csr = 0;
251 si->si_csr = SI_CSR_FIFO_RES | SI_CSR_SCSI_RES | SI_CSR_INTR_EN;
253 si->fifo_count = 0;
256 si->dma_addrh = 0;
257 si->dma_addrl = 0;
258 si->dma_counth = 0
275 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_intr_on
300 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_intr_off
322 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_dma_setup
385 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_dma_start
447 volatile struct si_regs *si = sc->sc_regs; local in function:si_vme_dma_stop
    [all...]
si_obio.c 221 volatile struct si_regs *si = sc->sc_regs; local in function:si_obio_reset
235 si->si_csr = 0;
237 si->si_csr = SI_CSR_FIFO_RES | SI_CSR_SCSI_RES | SI_CSR_INTR_EN;
239 si->fifo_count = 0;
243 si_obio_udc_write(volatile struct si_regs *si, int regnum, int value)
246 si->udc_addr = regnum;
248 si->udc_data = value;
253 si_obio_udc_read(volatile struct si_regs *si, int regnum)
257 si->udc_addr = regnum;
259 value = si->udc_data
281 volatile struct si_regs *si = sc->sc_regs; local in function:si_obio_dma_setup
380 volatile struct si_regs *si = sc->sc_regs; local in function:si_obio_dma_start
439 volatile struct si_regs *si = sc->sc_regs; local in function:si_obio_dma_stop
    [all...]
  /src/sys/arch/sun68k/stand/tapeboot/
dev_tape.c 78 struct saioreq *si; local in function:tape_open
103 si = &tape_ioreq;
104 memset(si, 0, sizeof(*si));
107 si->si_boottab = bp->bootDevice;
108 si->si_ctlr = bp->ctlrNum;
109 si->si_unit = bp->unitNum;
110 si->si_boff = part; /* default = bp->partNum + 1; */
112 error = prom_iopen(si);
119 f->f_devdata = si;
127 struct saioreq *si; local in function:tape_close
143 struct saioreq *si; local in function:tape_strategy
    [all...]
  /src/sys/compat/linux32/common/
linux32_sysinfo.c 71 struct linux32_sysinfo si; local in function:linux32_sys_sysinfo
75 memset(&si, 0, sizeof(si));
76 si.uptime = time_uptime;
78 si.loads[0] = la->ldavg[0] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
79 si.loads[1] = la->ldavg[1] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
80 si.loads[2] = la->ldavg[2] * LINUX_SYSINFO_LOADS_SCALE / la->fscale;
81 si.totalram = ctob((u_long)physmem);
83 si.freeram = (u_long)uvm_availmem(true) * uvmexp.pagesize;
88 si.sharedram = 0; /* XXX *
    [all...]
  /src/sys/dev/scsipi/
scsipi_ioctl.c 87 struct scsi_ioctl *si; local in function:si_get
89 si = malloc(sizeof(struct scsi_ioctl), M_TEMP, M_WAITOK|M_ZERO);
90 buf_init(&si->si_bp);
92 LIST_INSERT_HEAD(&si_head, si, si_list);
94 return (si);
98 si_free(struct scsi_ioctl *si)
102 LIST_REMOVE(si, si_list);
104 buf_destroy(&si->si_bp);
105 free(si, M_TEMP);
111 struct scsi_ioctl *si; local in function:si_find
133 struct scsi_ioctl *si; local in function:scsipi_user_done
234 struct scsi_ioctl *si; local in function:scsistrategy
330 struct scsi_ioctl *si; local in function:scsipi_do_ioctl
    [all...]
  /src/sys/dev/splash/
splash.c 177 splash_render(struct splash_info *si, int flg)
198 if ((width > si->si_width) || (height > si->si_height)) {
201 width, height, si->si_width, si->si_height);
208 xoff = (si->si_width - width) / 2;
209 yoff = (si->si_height - height) / 2;
213 switch (si->si_depth) {
216 splash_render8(si, data, xoff, yoff, width, height, flg);
221 splash_render16(si, data, xoff, yoff, width, height, flg)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_msg.h 48 * @in_si: [IN] Input argument through SI, set to 0 if not used
56 * @si: [OUT]
61 eax, ebx, ecx, edx, si, di) \
68 "=S"(si), \
89 * @in_si: [IN] Input argument through SI, set to 0 if not used
98 * @si: [OUT]
105 eax, ebx, ecx, edx, si, di) \
115 "=S"(si), \
130 eax, ebx, ecx, edx, si, di) \
140 "=S"(si), \
    [all...]
  /src/sys/rump/librump/rumpkern/
intr.c 147 struct softint *si; local in function:sithread
161 si = sip->sip_parent;
163 func = si->si_func;
164 funarg = si->si_arg;
165 mpsafe = si->si_flags & SI_MPSAFE;
169 if (si->si_flags & SI_KILLME) {
170 softint_disestablish(si);
202 struct softint *si; local in function:sithread_cpu_bouncer
219 si = sip->sip_parent;
220 cidx = sip - si->si_entry
341 struct softint *si; local in function:softint_establish
378 struct softint *si = arg; local in function:softint_schedule
407 struct softint *si = arg; local in function:softint_schedule_cpu
441 struct softint *si = cook; local in function:softint_disestablish
    [all...]
  /src/usr.bin/eject/
am_glue.c 63 struct sockaddr_in si; local in function:ping_pmap
67 (void)memset(&si, 0, sizeof(si));
68 si.sin_family = AF_INET;
69 si.sin_len = sizeof(si);
70 si.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
71 si.sin_port = htons(PMAPPORT);
73 if ((cl = clntudp_bufcreate(&si, PMAPPROG, PMAPVERS, pingtv,
  /src/lib/libm/src/
s_nan.c 67 int si; /* index into s */ local in function:_scan_nan
77 for (si = 0; isxdigit((unsigned char)s[si]); si++)
86 if (--si < 0)
88 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
  /src/sys/kern/
kern_softint.c 262 softint_t *si; local in function:softint_init_isr
265 si = &sc->sc_int[level];
267 si->si_cpu = ci;
269 SIMPLEQ_INIT(&si->si_q);
272 KTHREAD_IDLE, ci, softint_thread, si, &si->si_lwp,
277 snprintf(si->si_name, sizeof(si->si_name), "%s/%u", desc,
279 evcnt_attach_dynamic(&si->si_evcnt, EVCNT_TYPE_MISC, NULL,
280 "softint", si->si_name)
485 softint_t *si; local in function:softint_schedule
565 softint_t *si = l->l_private; local in function:softint_execute
648 softint_t *si = l->l_private; local in function:softint_block
669 softint_t *si; local in function:softint_init_md
726 softint_t *si; local in function:softint_thread
759 softint_t *si; local in function:softint_picklwp
    [all...]

Completed in 19 milliseconds

1 2 3 4 5 6 7 8