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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c933 #define sdopen ssdopen macro
1307 static int sdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p);
1726 sdopen, /* open */
10089 * Function: sdopen
10108 sdopen(dev_t *dev_p, int flag, int otyp, cred_t *cred_p) function
10204 "sdopen: sd_pm_entry failed\n");
10211 SD_TRACE(SD_LOG_OPEN_CLOSE, un, "sdopen: un=%p\n", (void *)un);
10213 "sdopen: exclopen=%x, flag=%x, regopen=%x\n",
10255 SD_ERROR(SD_LOG_OPEN_CLOSE, un, "sdopen: "
10294 SD_ERROR(SD_LOG_OPEN_CLOSE, un, "sdopen
[all...]

Completed in 122 milliseconds