putnext - send a message to the next queue
#include <sys/stream.h> #include <sys/ddi.h> void putnext(queue_t *q, mblk_t *mp);
Architecture independent level 1 (DDI/DKI).
q
mp
The putnext() function is used to pass a message to the put(9E) routine of the next queue in the stream.
The putnext() function can be called from user, interrupt, or kernel context.
See allocb(9F) for an example of using putnext().
put(9E), allocb(9F), put(9F), qprocson(9F)
Writing Device Drivers
The put() and putnext() functions should be called only after qprocson() is finished.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |