Searched refs:d2p (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/libkern/
H A Diconv_xlat.c80 iconv_xlat_conv(void *d2p, const char **inbuf, argument
84 struct iconv_xlat *dp = (struct iconv_xlat*)d2p;
H A Diconv_xlat16.c111 iconv_xlat16_conv(void *d2p, const char **inbuf, argument
115 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p;
301 iconv_xlat16_tolower(void *d2p, register int c) argument
303 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p;
326 iconv_xlat16_toupper(void *d2p, register int c) argument
328 struct iconv_xlat16 *dp = (struct iconv_xlat16*)d2p;
H A Diconv_ucs.c167 iconv_ucs_conv(void *d2p, const char **inbuf, argument
171 struct iconv_ucs *dp = (struct iconv_ucs*)d2p;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stream.c1036 struct dup2_args d2p; local
1056 d2p.from = st->s_afd;
1057 d2p.to = fdi.fd;
1059 if ((error = sys_dup2(td, &d2p)) != 0) {

Completed in 102 milliseconds