Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 333) sorted by path

12345678910>>...14

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c271 uint16_t *to; in vidc_text_cons_copy() local
743 uchar_t volatile *to; in vidc_install_font() local
/illumos-gate/usr/src/boot/libsa/string/
H A Dstpcpy.c37 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy()
H A Dstrcpy.c39 strcpy(char * __restrict to, const char * __restrict from) in strcpy()
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len) in swab()
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h106 u_int to; /* shouldn't be above 0xfffff */ member
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h42 #define ISODCL(from, to) (to - from + 1) argument
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h276 u_int to; /* shouldn't be above 0xfffff */ member
/illumos-gate/usr/src/cmd/audio/include/
H A Daiff.h143 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
145 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument
147 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument
149 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument
152 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
155 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument
157 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument
159 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument
H A Darchdep.h48 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument
49 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument
50 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument
55 #define DECODE_SHORT(from, to) \ argument
58 #define DECODE_LONG(from, to) \ argument
64 #define DECODE_FLOAT(from, to) DECODE_LONG((to), (from)) argument
66 #define DECODE_DOUBLE(from, to) \ argument
80 #define ENCODE_SHORT(from, to) DECODE_SHORT((from), (to)) argument
81 #define ENCODE_LONG(from, to) DECODE_LONG((from), (to)) argument
82 #define ENCODE_FLOAT(from, to) DECODE_FLOAT((from), (to)) argument
[all …]
H A Dwav.h121 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument
126 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument
128 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ argument
132 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
134 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument
136 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument
138 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ argument
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc229 Audio* to) // audio object to copy to in Copy()
245 Audio* to, // audio object to copy to in Copy()
324 Audio* to, // audio object to copy to in AsyncCopy()
H A DAudioBuffer.cc461 Audio* to, // audio object to copy to in AsyncCopy()
H A DAudioCopy.cc40 Audio* to) // output sink in AudioCopy()
54 Audio* to, // output sink in AudioCopy()
67 Audio* to, // output sink in AudioAsyncCopy()
H A DAudioFile.cc558 Audio* to, // audio object to copy to in AsyncCopy()
H A DAudioList.cc354 Audio* to, // audio object to copy to in AsyncCopy()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c50 int to; variable
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c813 char *to, *from; in createlinks() local
942 char *to, *from; in movexattrs() local
H A Dutilities.c102 char *from, *to; in renameit() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c788 uint8_t *to; in read_prdt() local
/illumos-gate/usr/src/cmd/bnu/
H A Dexpfile.c169 register char *to, *fr; local
H A Dgetargs.c89 register char *str, *to, *cp; local
H A Dpermission.c954 chkperm(from, to, opt) in chkperm() argument
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c972 caddstr(char *to, char *str) in caddstr()
1050 char *from, *to = nextstring; in changecalculations() local
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c725 void *to, *from; in doacl() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c145 #define memmove(to, from, n) bcopy(from, to, n) argument

12345678910>>...14