Home
last modified time | relevance | path

Searched refs:sckm_udata (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c175 static sckm_ioctl_getreq_t sckm_udata; /* request for daemon */ variable
250 sckm_udata.buf = kmem_alloc(SCKM_SCKD_MAXDATA, KM_SLEEP); in _init()
256 if ((sckm_udata.buf == NULL) || (req_data == NULL) || in _init()
261 if (sckm_udata.buf != NULL) in _init()
262 kmem_free(sckm_udata.buf, SCKM_SCKD_MAXDATA); in _init()
267 sckm_udata.buf = NULL; in _init()
330 if (sckm_udata.buf != NULL) { in _fini()
331 kmem_free(sckm_udata.buf, SCKM_SCKD_MAXDATA); in _fini()
332 sckm_udata.buf = NULL; in _fini()
576 "transid = 0x%lx", sckm_udata.transid); in sckm_ioctl()
[all …]