Searched refs:LIBSMEDIA_SIGNATURE (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libsmedia/library/inc/ |
H A D | rmedia.h | 66 #define LIBSMEDIA_SIGNATURE 0x1234 macro
|
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 86 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { 90 LIBSMEDIA_SIGNATURE, 128 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { 132 LIBSMEDIA_SIGNATURE, 188 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) { 235 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { 239 LIBSMEDIA_SIGNATURE, 309 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { 313 LIBSMEDIA_SIGNATURE, handle->sm_signature); 376 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { [all...] |
H A D | f_format.c | 550 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 D | b_generic.c | 90 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 D | s_generic.c | 75 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 != LIBSMEDIA_SIGNATURE) { [all...] |
/illumos-gate/usr/src/lib/libsmedia/library/common/ |
H A D | l_misc.c | 295 if (handle->sm_signature != LIBSMEDIA_SIGNATURE) { 297 LIBSMEDIA_SIGNATURE, handle->sm_signature); 381 handle->sm_signature = LIBSMEDIA_SIGNATURE;
|
Completed in 48 milliseconds