Searched defs:dlreplyp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1344 * dlpi_msg_t *dlreplyp: reply message structure, the message size
1360 i_dlpi_strgetmsg(dlpi_impl_t *dip, int msec, dlpi_msg_t *dlreplyp, argument
1377 * dlreplyp and databuf can be NULL at the same time, to force a check
1389 ctl.buf = (dlreplyp == NULL) ? bufc : (void *)dlreplyp->dlm_msg;
1391 ctl.maxlen = (dlreplyp == NULL) ? sizeof (bufc) : dlreplyp->dlm_msgsz;
1456 if (dlreplyp != NULL)
1457 (void) memcpy(dlreplyp->dlm_msg, bufc,
1486 if (dlreplyp
1541 i_dlpi_msg_common(dlpi_impl_t *dip, const dlpi_msg_t *dlreqp, dlpi_msg_t *dlreplyp, size_t dlreplyminsz, int flags) argument
[all...]

Completed in 26 milliseconds