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

/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Drmedia.h66 #define LIBSMEDIA_SIGNATURE 0x1234 macro
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c86 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 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 != LIBSMEDIA_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);
381 handle->sm_signature = LIBSMEDIA_SIGNATURE;

Completed in 49 milliseconds