Lines Matching refs:control
1598 void *control;
1649 * simpler in the cases that no control or name is returned.
1800 * Return control msg to caller.
1804 control = kmem_zalloc(controllen, KM_SLEEP);
1807 !(flags & MSG_XPG4_2), control, controllen);
1813 kmem_free(control, controllen);
1817 msg->msg_control = control;
1859 * Return control msg to caller.
1863 control = kmem_zalloc(controllen, KM_SLEEP);
1866 !(flags & MSG_XPG4_2), control, controllen);
1869 kmem_free(control, controllen);
1873 msg->msg_control = control;
1893 * Not possible to wait if control info was received.