| /src/usr.bin/mesg/ |
| H A D | Makefile | 4 PROG= mesg
|
| /src/sys/arch/bebox/bebox/ |
| H A D | ipi_bebox.c | 55 bebox_send_ipi(cpuid_t target, uint32_t mesg) argument 67 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); 76 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
|
| /src/sbin/fsdb/ |
| H A D | fsdb.h | 32 extern void rwerror(char *mesg, daddr_t blk);
|
| /src/sys/arch/macppc/macppc/ |
| H A D | ipi_hammerhead.c | 63 hh_send_ipi(cpuid_t target, uint32_t mesg) argument 68 atomic_or_32(&cpu_info[0].ci_pending_ipis, mesg); 69 atomic_or_32(&cpu_info[1].ci_pending_ipis, mesg); 80 atomic_or_32(&cpu_info[cpu_id].ci_pending_ipis, mesg);
|
| H A D | pic_u3_ht.c | 624 u3_ht_send_ipi(cpuid_t target, uint32_t mesg) argument 637 mesg); 644 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
|
| /src/sys/arch/evbppc/nintendo/ |
| H A D | ipi_latte.c | 54 ipi_latte_send_ipi(cpuid_t target, uint32_t mesg) argument 65 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); 71 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
|
| /src/sys/arch/powerpc/pic/ |
| H A D | ipi_openpic.c | 79 openpic_send_ipi(cpuid_t target, uint32_t mesg) argument 92 mesg); 99 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
|
| /src/usr.bin/mail/ |
| H A D | list.c | 656 warn("matchbody: mesg=%d", get_msgnum(mp)); 923 check(int mesg, int f) argument 927 if ((mp = get_message(mesg)) == NULL) { 928 (void)printf("%d: Invalid message number\n", mesg); 932 (void)printf("%d: Inappropriate message\n", mesg);
|
| H A D | cmd1.c | 80 printhead(int mesg) argument 88 msgline = smsgprintf(fmtstr, get_message(mesg));
|
| H A D | cmd3.c | 651 int *ip, mesg; local in function:messize 655 mesg = *ip; 656 mp = get_message(mesg); 657 (void)printf("%d: %ld/%llu\n", mesg, mp->m_blines,
|
| /src/usr.bin/ |
| H A D | Makefile | 19 machine mail make man menuc mesg midiplay midirecord mixerctl \
|
| /src/distrib/evbsh3/rom/ramdiskcommon/ |
| H A D | ramdiskbin.conf | 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
|
| /src/sbin/fsck_ext2fs/ |
| H A D | utilities.c | 247 rwerror(const char *mesg, daddr_t blk) argument 252 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk);
|
| /src/games/boggle/boggle/ |
| H A D | mach.c | 549 prompt(const char *mesg) argument 552 printw("%s", mesg);
|
| /src/sys/arch/mac68k/mac68k/ |
| H A D | iop.c | 368 iop_send_msg(int iopn, int chan, u_char *mesg, int msglen, argument 385 memcpy(msg->msg, mesg, msglen);
|
| /src/sbin/fsck_ffs/ |
| H A D | utilities.c | 254 rwerror(const char *mesg, daddr_t blk) argument 259 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk);
|
| /src/usr.bin/crunch/examples/ |
| H A D | really-big.conf | 45 progs login logname look m4 machine mail make man mesg mkfifo
|
| /src/usr.bin/ftp/ |
| H A D | cmds.c | 887 togglevar(int argc, char *argv[], int *var, const char *mesg) argument 899 if (mesg) 900 fprintf(ttyout, "%s %s.\n", mesg, onoff(*var));
|