Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.S65 sethi %hi(0x01010101), %o5 ! magic2<31:13>
67 or %o5, %lo(0x01010101),%o5! magic2<31:0>
69 sllx %o5, 32, %o4 ! magic2<63:32>
85 or %o5, %o4, %o5 ! magic2<63:0>
H A Dmemchr.S96 sethi %hi(0x80808080), %o5 ! Alan Mycroft's magic2 !
99 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
H A Dascii_strcasecmp.S153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
H A Dstrchr.S187 sethi %hi(0x80808080), %o5 ! Alan Mycroft's magic2
H A Dstrlcpy.S92 sllx %i4, 7, %i5 ! Alan Mycroft's magic2
343 sllx %i4, 7, %i5 ! Alan Mycroft's magic2
H A Dstrcpy.S122 sllx %o4, 7, %o5 ! Alan Mycroft's magic2
H A Dstrncpy.S100 sllx %o4, 7, %o5 ! Alan Mycroft's magic2
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c51 struct smb_autohome_info *magic2; member
277 si->magic2 = si; in smb_autohome_setent()
295 si->magic2 = 0; in smb_autohome_endent()
444 if ((si->magic1 == si) && (si->magic2 == si) && (si->fp != NULL)) in smb_autohome_getinfo()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c478 unsigned int magic2; in audio_endian() local
483 magic2 = magic1; in audio_endian()
484 SWABI(magic2); in audio_endian()
486 if (magic1 == AUDIO_AU_FILE_MAGIC || magic2 == AUDIO_AU_FILE_MAGIC) { in audio_endian()
489 } else if (magic1 == AUDIO_WAV_RIFF_ID || magic2 == AUDIO_WAV_RIFF_ID) { in audio_endian()
493 magic2 == AUDIO_AIFF_HDR_CHUNK_ID) { in audio_endian()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.S153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
H A Dstrcmp.S69 or %o5, %lo(0x01010101),%o5! finish loading Mycroft's magic2
H A Dstrchr.S187 sethi %hi(0x80808080), %o5 ! Alan Mycroft's magic2
H A Dstrcpy.S93 sethi %hi(0x80808080), %o5 ! Alan Mycroft's magic2
H A Dstrncpy.S100 sll %l1, 7, %i5 ! create Alan Mycroft's magic2
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c966 uint32_t magic2 = 2; in Pgrab() local
970 if (Pread(P, &magic2, sizeof (magic2), (uintptr_t)&magic1) in Pgrab()
971 == sizeof (magic2) && in Pgrab()
972 magic2 == 0 && in Pgrab()
974 Pread(P, &magic2, sizeof (magic2), (uintptr_t)&magic1) in Pgrab()
975 == sizeof (magic2) && in Pgrab()
976 magic2 == 0xfeedbeef && in Pgrab()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c247 uint16_t *eepdata, temp, magic, magic2; in ath9k_hw_check_def_eeprom() local
262 magic2 = swab16(magic); in ath9k_hw_check_def_eeprom()
264 if (magic2 == AR5416_EEPROM_MAGIC) { in ath9k_hw_check_def_eeprom()
377 uint16_t *eepdata, temp, magic, magic2; in ath9k_hw_check_4k_eeprom() local
396 magic2 = swab16(magic); in ath9k_hw_check_4k_eeprom()
398 if (magic2 == AR5416_EEPROM_MAGIC) { in ath9k_hw_check_4k_eeprom()