| /freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_msg.c | 21 print_alerting(struct uni_alerting *msg, struct unicx *cx) in print_alerting() 43 check_alerting(struct uni_alerting *m, struct unicx *cx) in check_alerting() 71 encode_alerting(struct uni_msg *msg, struct uni_alerting *p, struct unicx *cx) in encode_alerting() 111 struct unicx *cx) in decode_alerting() 199 print_call_proc(struct uni_call_proc *msg, struct unicx *cx) in print_call_proc() 212 check_call_proc(struct uni_call_proc *m, struct unicx *cx) in check_call_proc() 228 encode_call_proc(struct uni_msg *msg, struct uni_call_proc *p, struct unicx *cx) in encode_call_proc() 257 struct unicx *cx) in decode_call_proc() 311 print_connect(struct uni_connect *msg, struct unicx *cx) in print_connect() 355 check_connect(struct uni_connect *m, struct unicx *cx) in check_connect() [all …]
|
| HD | privmsg.c | 113 union uni_msgall *out, struct unicx *cx) in uni_decode_body_internal() 231 uni_decode_body(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode_body() 246 uni_decode(struct uni_msg *msg, struct uni_all *out, struct unicx *cx) in uni_decode() 257 uni_encode(struct uni_msg *msg, struct uni_all *in, struct unicx *cx) in uni_encode() 271 uni_initcx(struct unicx *cx) in uni_initcx()
|
| HD | uni_ie.c | 215 enum uni_msgtype type, struct unicx *cx, int *mlen) in uni_encode_msg_hdr() 246 uni_print_init(char *buf, size_t bufsiz, struct unicx *cx) in uni_print_init() 264 uni_putc(int c, struct unicx *cx) in uni_putc() 274 uni_printf(struct unicx *cx, const char *fmt, ...) in uni_printf() 311 uni_print_eol(struct unicx *cx) in uni_print_eol() 325 doprefix(struct unicx *cx, const char *s) in doprefix() 368 uni_entry(const char *s, struct unicx *cx) in uni_entry() 374 uni_print_flag(const char *s, struct unicx *cx) in uni_print_flag() 385 uni_print_push_prefix(const char *prefix, struct unicx *cx) in uni_print_push_prefix() 391 uni_print_pop_prefix(struct unicx *cx) in uni_print_pop_prefix() [all …]
|
| /freebsd-11-stable/contrib/ncurses/menu/ |
| HD | m_post.c | 133 int cy = -1, cx = -1; in NCURSES_EXPORT() local 231 int i, j, cy, cx; in _nc_Draw_Menu() local
|
| /freebsd-11-stable/contrib/sendmail/libsm/ |
| HD | t-rpool.c | 24 rfree(cx) in rfree() argument
|
| /freebsd-11-stable/lib/libc/sparc64/fpu/ |
| HD | fpu.c | 240 int cx; in __fpu_cmpck() local 273 int opf, rs1, rs2, rd, type, mask, cx, cond __unused; in __fpu_execute() local
|
| /freebsd-11-stable/usr.sbin/ppp/ |
| HD | command.c | 217 const char *cx; in HelpCommand() local 1090 char const *const *argv, struct prompt *prompt, struct datalink *cx) in FindExec() 1190 struct prompt *prompt, const char *label, struct datalink *cx) in command_Run() 1291 struct datalink *cx = arg->cx ? in OpenCommand() local 1656 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ in SetVariable() local 2689 struct datalink *cx; in LinkCommand() local 2846 struct datalink *cx = arg->cx; /* LOCAL_CX uses this */ in NegotiateSet() local 3116 struct datalink *cx; in ClearCommand() local
|
| HD | systems.c | 319 struct prompt *prompt, struct datalink *cx, int how) in ReadSystem() 480 struct prompt *prompt, struct datalink *cx) in system_Select()
|
| HD | command.h | 45 struct datalink *cx; /* Our context */ member
|
| HD | deflate.c | 49 z_stream cx; member
|
| HD | radius.h | 49 } cx; member
|
| /freebsd-11-stable/sys/dev/fb/ |
| HD | vga.c | 2586 planar_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in planar_fill_rect() 2655 packed_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in packed_fill_rect() 2689 direct_fill_rect16(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect16() 2727 direct_fill_rect24(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect24() 2771 direct_fill_rect32(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect32() 2809 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in vga_fill_rect() 2839 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in vga_fill_rect()
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | port-linux.c | 180 char *oldctx, *newctx, *cx; in ssh_selinux_change_context() local
|
| /freebsd-11-stable/sys/powerpc/fpu/ |
| HD | fpu_emu.c | 276 int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr; in fpu_execute() local
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
| HD | fasttrap_isa.c | 1338 greg_t cx = rp->r_rcx--; in fasttrap_pid_probe() local 1340 greg_t cx = rp->r_ecx--; in fasttrap_pid_probe() local 1367 greg_t cx = rp->r_rcx; in fasttrap_pid_probe() local
|
| /freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/ |
| HD | sig_print.c | 126 const void *msg, struct unicx *cx) in uni_print_api()
|
| /freebsd-11-stable/crypto/openssl/crypto/ |
| HD | crypto.h | 605 # define fips_md_init_ctx(alg, cx) \ argument 619 # define fips_md_init_ctx(alg, cx) \ argument
|
| /freebsd-11-stable/sys/geom/bde/ |
| HD | g_bde_lock.c | 79 SHA512_CTX cx; in g_bde_hash_pass() local
|
| /freebsd-11-stable/sys/geom/ |
| HD | geom_aes.c | 101 MD5_CTX cx; in g_aes_makekey() local
|
| /freebsd-11-stable/sys/netgraph/ |
| HD | ng_deflate.c | 66 z_stream cx; /* compression context */ member
|
| /freebsd-11-stable/sys/netinet/ |
| HD | tcp_lro.c | 213 uint32_t cx; in tcp_lro_rx_csum_fixup() local
|
| /freebsd-11-stable/contrib/less/ |
| HD | line.c | 1478 int cx = color_index(attr); local 1496 int cx = color_index(attr); local
|
| /freebsd-11-stable/usr.bin/login/ |
| HD | login.c | 624 char *cx; in main() local
|
| /freebsd-11-stable/sys/dev/drm/ |
| HD | mach64_state.c | 222 int cx, int cy, int cw, int ch, in mach64_dma_dispatch_clear()
|
| /freebsd-11-stable/sys/dev/terasic/mtl/ |
| HD | terasic_mtl_syscons.c | 316 int cx, int cy) in terasic_mtl_vidsw_fill_rect()
|