HomeSort by: relevance | last modified time | path
    Searched refs:mailbox (Results 1 - 13 of 13) sorted by relevancy

  /src/games/hack/
hack.unix.c 374 static char *mailbox; variable
380 if (!(mailbox = getenv("MAIL")))
382 if (stat(mailbox, &omstat)) {
384 pline("Cannot get status of MAIL=%s .", mailbox);
385 mailbox = 0;
395 if (!mailbox
402 if (stat(mailbox, &nmstat)) {
404 pline("Cannot get status of MAIL=%s anymore.", mailbox);
405 mailbox = 0;
513 (void) page_file(mailbox, FALSE)
    [all...]
  /src/sys/dev/pci/qat/
qat_hw17.c 137 uint32_t mailbox; local
143 mailbox = qat_misc_read_4(sc, mb_offset);
144 if (mailbox == 1)
qat.c 936 uint8_t mailbox, ae, nae; local
939 mailbox = ETR_RING_AP_MAILBOX_NUMBER(ring);
949 __SHIFTIN(mailbox, ETR_AP_DEST_MAILBOX) |
  /src/sys/dev/ic/
aha.c 347 * what if the mailbox was already received?
856 struct aha_mailbox mailbox; local
862 * mailbox interface is unlocked.
870 printf("%s: unlocking mailbox interface\n",
942 * Allocate the mailbox and control blocks.
960 * Create and load the DMA map used for the mailbox and
1012 mailbox.cmd.opcode = AHA_MBX_INIT;
1013 mailbox.cmd.nmbx = AHA_MBX_SIZE;
1015 offsetof(struct aha_control, ac_mbx), mailbox.cmd.addr);
1017 sizeof(mailbox.cmd), (u_char *)&mailbox.cmd
    [all...]
bha.c 1255 * Set the mailbox count to precisely the number of HW CCBs
1256 * available. A mailbox isn't required while a CCB is executing,
1260 * This will keep the mailbox count small on boards which don't
1353 struct bha_mailbox mailbox; local
1359 * Set up the mailbox. We always run the mailbox in round-robin.
1389 * Give the mailbox to the board.
1391 mailbox.cmd.opcode = BHA_MBX_INIT_EXTENDED;
1392 mailbox.cmd.nmbx = sc->sc_mbox_count;
1393 ltophys(sc->sc_dmamap_mbox->dm_segs[0].ds_addr, mailbox.cmd.addr)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm-cygnus.dtsi 153 mailbox: mailbox@3024024 {
154 compatible = "brcm,iproc-mailbox";
171 interrupt-parent = <&mailbox>;
bcm-nsp.dtsi 263 mailbox: mailbox@25c00 {
346 mboxes = <&mailbox 0>;
  /src/sys/arch/arc/dti/
btl.c 469 * what if the mailbox was already received?
1069 struct bt_mailbox mailbox; local
1130 mailbox.cmd.opcode = BT_MBX_INIT_EXTENDED;
1131 mailbox.cmd.nmbx = BT_MBX_SIZE;
1132 ltophys(KVTOPHYS(wmbx), mailbox.cmd.addr);
1133 bt_cmd(iobase, sc, sizeof(mailbox.cmd), (u_char *)&mailbox.cmd,
  /src/sys/arch/sparc/include/
cpu.h 325 vaddr_t mailbox; /* VA of CPU's mailbox */ member in struct:cpu_info
  /src/sys/arch/sparc/sparc/
intr.c 315 if (cpuinfo.mailbox) {
317 uint8_t msg = *(uint8_t *)cpuinfo.mailbox;
cpu.c 239 * Map CPU mailbox if available
241 if (node != 0 && (error = prom_getprop(node, "mailbox-virtual",
244 cpi->mailbox = mbprop->va;
246 } else if (node != 0 && (error = prom_getprop(node, "mailbox",
253 printf("%s: mailbox in mem space\n", device_xname(self));
259 &cpi->mailbox) != 0)
260 panic("%s: can't map CPU mailbox", device_xname(self));
937 * message (0xfc) in the target CPU's mailbox and then
985 * message (0xfb) in the target CPU's mailbox and then
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/
sunxi-h3-h5.dtsi 243 msgbox: mailbox@1c17000 {
sun8i-a83t.dtsi 613 msgbox: mailbox@1c17000 {

Completed in 24 milliseconds