/openbsd/lib/libsndio/ |
H A D | aucat.c | 100 data = (unsigned char *)&hdl->wmsg; in _aucat_wmsg() 172 hdl->wmsg.cmd = htonl(AMSG_DATA); in _aucat_wdata() 492 AMSG_INIT(&hdl->wmsg); in _aucat_open() 493 hdl->wmsg.cmd = htonl(AMSG_AUTH); in _aucat_open() 499 AMSG_INIT(&hdl->wmsg); in _aucat_open() 500 hdl->wmsg.cmd = htonl(AMSG_HELLO); in _aucat_open() 503 hdl->wmsg.u.hello.devnum = devnum; in _aucat_open() 506 sizeof(hdl->wmsg.u.hello.who)); in _aucat_open() 507 strlcpy(hdl->wmsg.u.hello.opt, opt, in _aucat_open() 535 AMSG_INIT(&hdl->wmsg); in _aucat_close() [all …]
|
H A D | sio_aucat.c | 197 AMSG_INIT(&hdl->aucat.wmsg); in sio_aucat_start() 243 AMSG_INIT(&hdl->aucat.wmsg); in sio_aucat_drain() 244 hdl->aucat.wmsg.cmd = htonl(AMSG_STOP); in sio_aucat_drain() 245 hdl->aucat.wmsg.u.stop.drain = drain; in sio_aucat_drain() 285 AMSG_INIT(&hdl->aucat.wmsg); in sio_aucat_setpar() 287 hdl->aucat.wmsg.u.par.bits = par->bits; in sio_aucat_setpar() 288 hdl->aucat.wmsg.u.par.bps = par->bps; in sio_aucat_setpar() 289 hdl->aucat.wmsg.u.par.sig = par->sig; in sio_aucat_setpar() 290 hdl->aucat.wmsg.u.par.le = par->le; in sio_aucat_setpar() 291 hdl->aucat.wmsg.u.par.msb = par->msb; in sio_aucat_setpar() [all …]
|
H A D | sioctl_aucat.c | 180 AMSG_INIT(&hdl->aucat.wmsg); in sioctl_aucat_ondesc() 181 hdl->aucat.wmsg.cmd = htonl(AMSG_CTLSUB); in sioctl_aucat_ondesc() 182 hdl->aucat.wmsg.u.ctlsub.desc = 1; in sioctl_aucat_ondesc() 183 hdl->aucat.wmsg.u.ctlsub.val = 0; in sioctl_aucat_ondesc() 207 AMSG_INIT(&hdl->aucat.wmsg); in sioctl_aucat_onval() 208 hdl->aucat.wmsg.cmd = htonl(AMSG_CTLSUB); in sioctl_aucat_onval() 209 hdl->aucat.wmsg.u.ctlsub.desc = 1; in sioctl_aucat_onval() 210 hdl->aucat.wmsg.u.ctlsub.val = 1; in sioctl_aucat_onval() 224 hdl->aucat.wmsg.cmd = htonl(AMSG_CTLSET); in sioctl_aucat_setctl() 225 hdl->aucat.wmsg.u.ctlset.addr = htons(a); in sioctl_aucat_setctl() [all …]
|
H A D | aucat.h | 25 struct amsg rmsg, wmsg; /* temporary messages */ member
|
/openbsd/usr.bin/sndiod/ |
H A D | sock.c | 1155 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1156 f->wmsg.cmd = htonl(AMSG_MOVE); in sock_buildmsg() 1170 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1195 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1208 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1241 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1255 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1319 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1338 AMSG_INIT(&f->wmsg); in sock_buildmsg() 1398 f->wmsg = f->rmsg; in sock_read() [all …]
|
H A D | sock.h | 30 struct amsg rmsg, wmsg; /* messages being sent/received */ member
|
/openbsd/sys/uvm/ |
H A D | uvm_pdaemon.c | 120 uvm_wait(const char *wmsg) in uvm_wait() argument 163 msleep_nsec(&uvmexp.free, &uvm.fpageqlock, PVM | PNORELOCK, wmsg, timo); in uvm_wait()
|
H A D | uvm_pmemrange.c | 2104 const char *wmsg = "pmrwait"; in uvm_wait_pla() local 2128 msleep_nsec(&uvmexp.free, &uvm.fpageqlock, PVM, wmsg, in uvm_wait_pla() 2146 msleep_nsec(&pma, &uvm.fpageqlock, PVM, wmsg, INFSLP); in uvm_wait_pla()
|
/openbsd/sys/dev/pv/ |
H A D | hyperv.c | 624 struct hv_msg *msg, void *wchan, const char *wmsg) in hv_wait() argument 637 tsleep_nsec(wchan, PRIBIO, wmsg ? wmsg : "hvwait", in hv_wait()
|
/openbsd/usr.bin/ssh/ |
H A D | packet.c | 938 const char *wmsg; in ssh_set_newkeys() local 986 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys() 987 error("Warning: %s", wmsg); in ssh_set_newkeys()
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde.c | 1880 const char *wmsg = "filtered, withdraw"; in rde_update_update() local 1905 wmsg = "path invalid, withdraw"; in rde_update_update() 1923 rde_update_log(wmsg, i, peer, NULL, prefix, prefixlen); in rde_update_update() 1929 rde_update_log(wmsg, i, peer, in rde_update_update()
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-tic54x.texi | 416 @cindex @code{wmsg} directive, TIC54X 419 @itemx .wmsg @var{string}
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-tic54x.texi | 416 @cindex @code{wmsg} directive, TIC54X 419 @itemx .wmsg @var{string}
|