Searched refs:mesg (Results 1 - 18 of 18) sorted by relevance

/src/usr.bin/mesg/
H A DMakefile4 PROG= mesg
/src/sys/arch/bebox/bebox/
H A Dipi_bebox.c55 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 Dfsdb.h32 extern void rwerror(char *mesg, daddr_t blk);
/src/sys/arch/macppc/macppc/
H A Dipi_hammerhead.c63 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 Dpic_u3_ht.c624 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 Dipi_latte.c54 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 Dipi_openpic.c79 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 Dlist.c656 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 Dcmd1.c80 printhead(int mesg) argument
88 msgline = smsgprintf(fmtstr, get_message(mesg));
H A Dcmd3.c651 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 DMakefile19 machine mail make man menuc mesg midiplay midirecord mixerctl \
/src/distrib/evbsh3/rom/ramdiskcommon/
H A Dramdiskbin.conf41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
/src/sbin/fsck_ext2fs/
H A Dutilities.c247 rwerror(const char *mesg, daddr_t blk) argument
252 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk);
/src/games/boggle/boggle/
H A Dmach.c549 prompt(const char *mesg) argument
552 printw("%s", mesg);
/src/sys/arch/mac68k/mac68k/
H A Diop.c368 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 Dutilities.c254 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 Dreally-big.conf45 progs login logname look m4 machine mail make man mesg mkfifo
/src/usr.bin/ftp/
H A Dcmds.c887 togglevar(int argc, char *argv[], int *var, const char *mesg) argument
899 if (mesg)
900 fprintf(ttyout, "%s %s.\n", mesg, onoff(*var));

Completed in 17 milliseconds