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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf.c121 struct modctl *mctlp; local
125 mctlp = mod_getctl(pinfo->pi_provider_dev.pd_sw);
133 mctlp = mod_find_by_filename("drv", drvmod);
138 return (mctlp);
/illumos-gate/usr/src/uts/common/io/
H A Dptem.c1048 mblk_t *mctlp; local
1063 mctlp = mkiocb(onoff ? MC_NO_CANON : MC_DO_CANON);
1064 if (mctlp == NULL) {
1068 mctlp->b_datap->db_type = M_CTL;
1069 putnext(q, mctlp);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c660 so_dequeue_msg(struct sonode *so, mblk_t **mctlp, struct uio *uiop, argument
676 *mctlp = NULL;
760 ASSERT(mctlp != NULL);
765 *mctlp = mp;
812 freemsg(*mctlp);
813 *mctlp = NULL;
904 *mctlp = nmp;
916 *mctlp == NULL && uiop->uio_resid > 0 &&
H A Dsockcommon_sops.c1596 mblk_t *mctlp = NULL; local
1669 error = so_dequeue_msg(so, &mctlp, uiop, &rval, flags);
1680 if (mctlp == NULL) {
1705 tpr = (union T_primitives *)mctlp->b_rptr;
1721 freemsg(mctlp);
1744 addr = sogetoff(mctlp, tpr->unitdata_ind.SRC_offset,
1747 freemsg(mctlp);
1762 opt = sogetoff(mctlp, tpr->unitdata_ind.OPT_offset,
1766 freemsg(mctlp);
1773 ncontrollen = so_cmsglen(mctlp, op
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c7050 * If uiop is NULL all data is returned in mctlp.
7068 mblk_t **mctlp,
7216 * If mctlp == NULL and uiop == NULL, then the code will
7222 if (mctlp != NULL)
7223 *mctlp = NULL;
7402 if (mctlp != NULL && type != M_DATA) {
7405 *mctlp = bp;
7415 * More PROTO blocks in msg. Will only happen if mctlp is NULL.
7430 /* Append data to tail of mctlp */
7432 if (mctlp !
7066 kstrgetmsg( struct vnode *vp, mblk_t **mctlp, struct uio *uiop, unsigned char *prip, int *flagsp, clock_t timout, rval_t *rvp) argument
[all...]

Completed in 64 milliseconds