| /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/external/bsd/am-utils/dist/hlfsd/ |
| homedir.c | 388 mailbox(int uid, char *username) function
|
| /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/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/external/bsd/nsd/dist/ |
| rdata.c | 1435 struct dname_buffer primary, mailbox; local 1441 !dname_make_from_packet_buffered(&mailbox, packet, 1, 1) || 1450 mailbox_domain = domain_table_insert(domains, (void*)&mailbox); 1463 struct domain *primary, *mailbox; local 1467 memcpy(&mailbox, rr->rdata + sizeof(void*), sizeof(void*)); 1469 encode_dname(query, mailbox);
|