Searched refs:sm_signature (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Drmedia.h56 int32_t sm_signature; /* identifies that handle is valid */ member in struct:rmedia_handle
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c86 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
91 handle->sm_signature);
128 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
133 handle->sm_signature);
188 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
235 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
240 handle->sm_signature);
309 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
313 LIBSMEDIA_SIGNATURE, handle->sm_signature);
376 if (handle->sm_signature !
[all...]
H A Df_format.c550 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
554 LIBSMEDIA_SIGNATURE, handle->sm_signature);
581 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
585 LIBSMEDIA_SIGNATURE, handle->sm_signature);
/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c90 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
92 LIBSMEDIA_SIGNATURE, handle->sm_signature);
145 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
147 LIBSMEDIA_SIGNATURE, handle->sm_signature);
196 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c75 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) {
79 LIBSMEDIA_SIGNATURE, handle->sm_signature);
132 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
226 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
255 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
313 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
380 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
430 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
479 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
525 if (handle->sm_signature !
[all...]
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c295 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) {
297 LIBSMEDIA_SIGNATURE, handle->sm_signature);
332 handle->sm_signature = 0;
381 handle->sm_signature = LIBSMEDIA_SIGNATURE;
382 DPRINTF2("fd=%d signature=0x%x\n", handle->sm_fd, handle->sm_signature);

Completed in 1760 milliseconds