Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/titanic_51/usr/src/cmd/audio/include/
H A Darchdep.h50 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument
51 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument
52 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument
53 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) argument
57 #define DECODE_SHORT(from, to) \ argument
60 DECODE_LONG(from,to) global() argument
66 DECODE_FLOAT(from,to) global() argument
68 DECODE_DOUBLE(from,to) global() argument
82 ENCODE_SHORT(from,to) global() argument
83 ENCODE_LONG(from,to) global() argument
84 ENCODE_FLOAT(from,to) global() argument
85 ENCODE_DOUBLE(from,to) global() argument
[all...]
H A Daiff.h145 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
147 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument
149 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument
151 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument
154 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
157 AUDIO_AIFF_FILE2HOST_SHORT(from,to) global() argument
159 AUDIO_AIFF_HOST2FILE_INT(from,to) global() argument
161 AUDIO_AIFF_HOST2FILE_SHORT(from,to) global() 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 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument
132 AUDIO_WAV_FILE2HOST_INT(from,to) global() argument
134 AUDIO_WAV_FILE2HOST_SHORT(from,to) global() argument
136 AUDIO_WAV_HOST2FILE_INT(from,to) global() argument
138 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument
[all...]
/titanic_51/usr/src/psm/promif/ieee1275/common/
H A Dprom_path.c32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() argument
62 char *from = tmp; in prom_pathname() local
159 prom_strip_options(char * from,char * to) prom_strip_options() argument
[all...]
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java45 private Resource from; field in Move
58 protected Move(Resource from, Resource to) in Move() argument
112 ComponentMove(Resource from, Resource to, Component comp) in ComponentMove() argument
183 QuantityMove(Resource from, Resource to, long qty) QuantityMove() argument
[all...]
/titanic_51/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc41 Audio* from, // input source in AudioCopy() argument
55 Audio* from, // input source in AudioCopy() argument
68 Audio* from, // input source in AudioAsyncCopy() argument
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c98 struct sockaddr_in6 from; in_data() local
288 incoming_rs(struct phyint * pi,struct nd_router_solicit * rs,int len,struct sockaddr_in6 * from) incoming_rs() argument
434 incoming_ra(struct phyint * pi,struct nd_router_advert * ra,int len,struct sockaddr_in6 * from,boolean_t loopback) incoming_ra() argument
592 incoming_prefix_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback) incoming_prefix_opt() argument
794 incoming_prefix_addrconf(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback) incoming_prefix_addrconf() argument
888 incoming_prefix_addrconf_process(struct phyint * pi,struct prefix * pr,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback,boolean_t new_prefix) incoming_prefix_addrconf_process() argument
1151 incoming_mtu_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from) incoming_mtu_opt() argument
1207 incoming_lla_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,int isrouter) incoming_lla_opt() argument
1268 verify_ra_consistency(struct phyint * pi,struct nd_router_advert * ra,int len,struct sockaddr_in6 * from) verify_ra_consistency() argument
1492 verify_opt_len(struct nd_opt_hdr * opt,int optlen,struct phyint * pi,struct sockaddr_in6 * from) verify_opt_len() argument
1531 update_ra_flag(const struct phyint * pi,const struct sockaddr_in6 * from,int isrouter) update_ra_flag() argument
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Drename.c51 renameat(int ffd, char *from, int tfd, char *to) in renameat() argument
77 rename(char *from, char *to) in rename() argument
H A Duucopy.c31 uucopy(const void *from, void *to, size_t size) in uucopy() argument
46 uucopystr(const char *from, char *to, size_t size) in uucopystr() argument
H A Dlink.c51 linkat(int ffd, char *from, int tfd, char *to, int flag) in linkat() argument
82 link(char *from, char *to) in link() argument
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_key.c46 const krb5_keyblock *from, krb5_keyblock *to) in krb5_copy_keyblock_data() argument
90 krb5_copy_keyblock(context,from,to) krb5_copy_keyblock() argument
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A DmemSset.c57 char *from; /* %r7 */ in memSset() local
110 memcpy(char *to, char *from, int count) in memcpy() argument
/titanic_51/usr/src/head/audio/
H A Dau.h117 #define AUDIO_AU_FILE2HOST(from, to) *((long *)(to)) = *((long *)(from)) argument
119 #define AUDIO_AU_FILE2HOST(from, to) \ argument
127 #define AUDIO_AU_HOST2FILE(from, to) AUDIO_AU_FILE2HOST((from), (to)) argument
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c60 struct sockaddr_in *from; in receiving_interface() local
114 struct sockaddr_in from; in read_rip() local
154 input(struct sockaddr_in * from,struct interface * ifp,struct rip * rip,int cc) input() argument
1266 get_peer_info(in_addr_t from) get_peer_info() argument
1374 ck_passwd(struct interface * aifp,struct rip * rip,uint8_t * lim,in_addr_t from,struct msg_limit * use_authp) ck_passwd() argument
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c73 struct sockaddr_in6 from; in in_data() local
128 rip_input(struct sockaddr_in6 * from,int size,uint_t hopcount,struct interface * ifp) rip_input() argument
[all...]
/titanic_51/usr/src/lib/libmail/common/
H A Ds_string.c189 s_append(string *to, char *from) in s_append() argument
282 s_tok(string *from, char *split) in s_tok() argument
388 s_parse(string * from,string * to) s_parse() argument
[all...]
H A Dstrmove.c49 strmove(char *to, char *from) in strmove() argument
/titanic_51/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dstrcpy.c32 strcpy(char *to, const char *from) in strcpy() argument
H A Dmemcmp.c32 p_memcmp(const char *to, const char *from, unsigned size) in p_memcmp() argument
/titanic_51/usr/src/boot/lib/libc/string/
H A Dstpcpy.c37 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() argument
/titanic_51/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c81 struct sockaddr_in to, from; in whoami() local
222 struct sockaddr_in to, from; in getfile() local
[all...]
/titanic_51/usr/src/head/iso/
H A Dstdarg_c99.h67 #define va_copy(to, from) __va_copy(to, from) argument
/titanic_51/usr/src/cmd/vi/port/
H A Dbcopy.c33 bcopy(from, to, count) in bcopy() argument
H A Dex_vadj.c377 int from, to; in vadjAL() local
470 int from, to; vscroll() local
810 int from, to; vadjDL() local
956 int from, to, i; vreplace() local
[all...]
/titanic_51/usr/src/cmd/ipf/lib/common/
H A Dbcopywrap.c3 int bcopywrap(from, to, size) in bcopywrap() argument

12345678910>>...14