Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 25 of 54) sorted by relevance

123

/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_data.c49 struct ccdata *cc; in cc_create() local
71 cc_reset(struct ccdata *cc) in cc_reset()
97 cc_destroy(struct ccdata *cc) in cc_destroy()
108 cc_set_log(struct ccdata *cc, u_int flags) in cc_set_log()
113 cc_get_log(const struct ccdata *cc) in cc_get_log()
120 cc_get_extended_status(const struct ccdata *cc, struct atm_exstatus *status, in cc_get_extended_status()
H A Dcc_port.c52 find_port(struct ccdata *cc, u_int portno) in find_port()
67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno) in cc_port_create()
148 cc_unmanage(struct ccdata *cc) in cc_unmanage()
176 cc_get_addrs(struct ccdata *cc, u_int portno, in cc_get_addrs()
298 cc_port_get_param(struct ccdata *cc, u_int portno, in cc_port_get_param()
333 cc_port_getlist(struct ccdata *cc, u_int *cnt, u_int **ports) in cc_port_getlist()
358 cc_port_start(struct ccdata *cc, u_int portno) in cc_port_start()
375 cc_port_stop(struct ccdata *cc, u_int portno) in cc_port_stop()
399 cc_port_isrunning(struct ccdata *cc, u_int portno, int *state) in cc_port_isrunning()
416 cc_port_clear(struct ccdata *cc, u_int portno) in cc_port_clear()
[all …]
H A Dcc_sig.c90 sig_alloc(struct ccdata *cc, u_int type, void *target, u_int has_msg, in sig_alloc()
252 sig_flush(struct ccdata *cc, u_int type, void *target) in sig_flush()
307 cc_work(struct ccdata *cc) in cc_work()
330 cc_sig_flush_all(struct ccdata *cc) in cc_sig_flush_all()
H A Dcc_dump.c56 struct ccdata *cc; /* what to dump */ member
300 cc_dump(struct ccdata *cc, size_t maxsiz, cc_dump_f func, void *uarg) in cc_dump()
H A Dccpriv.h119 struct ccdata *cc; /* back pointer to node */ member
227 struct ccdata *cc; /* owner node */ member
483 struct ccdata *cc; /* the node */ member
/f-stack/freebsd/kern/
H A Dkern_timeout.c183 #define cc_exec_next(cc) cc->cc_next argument
202 #define CC_LOCK(cc) mtx_lock_spin(&(cc)->cc_lock) argument
274 struct callout_cpu *cc; in callout_callwheel_init() local
372 struct callout_cpu *cc; in start_softclock() local
419 struct callout_cpu *cc; in callout_process() local
544 struct callout_cpu *cc; in callout_lock() local
806 struct callout_cpu *cc; in softclock() local
898 struct callout_cpu *cc; in callout_reset_sbt_on() local
1053 struct callout_cpu *cc, *old_cc; in _callout_stop_safe() local
1361 struct callout_cpu *cc; in sysctl_kern_callout_stat() local
[all …]
H A Dtty_compat.c132 cc_t *cc; in ttsetcompat() local
148 cc_t *cc; in ttsetcompat() local
204 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
220 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
232 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() local
H A Duipc_sockbuf.c610 sbreserve_locked(struct sockbuf *sb, u_long cc, struct socket *so, in sbreserve_locked()
645 sbsetopt(struct socket *so, int cmd, u_long cc) in sbsetopt()
/f-stack/lib/
H A Dff_kern_timeout.c162 #define cc_exec_next(cc) cc->cc_next argument
204 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup()
215 cc_cce_migrating(struct callout_cpu *cc, int direct) in cc_cce_migrating()
227 struct callout_cpu *cc; in callout_callwheel_init() local
270 callout_cpu_init(struct callout_cpu *cc, int cpu) in callout_cpu_init()
306 struct callout_cpu *cc; in callout_tick() local
336 struct callout_cpu *cc; in callout_lock() local
561 struct callout_cpu *cc; in softclock() local
696 struct callout_cpu *cc; in callout_reset_tick_on() local
794 struct callout_cpu *cc, *old_cc; in _callout_stop_safe() local
[all …]
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_crypto_adptr_dp.h23 uint8_t cc) in otx2_ca_deq_post_process()
60 uint8_t cc; in otx2_handle_crypto_event() local
/f-stack/dpdk/drivers/net/memif/
H A Dmemif_socket.c58 memif_msg_send_from_queue(struct memif_control_channel *cc) in memif_msg_send_from_queue()
82 memif_msg_enq(struct memif_control_channel *cc) in memif_msg_enq()
99 memif_msg_enq_disconnect(struct memif_control_channel *cc, const char *reason, in memif_msg_enq_disconnect()
133 memif_msg_enq_hello(struct memif_control_channel *cc) in memif_msg_enq_hello()
184 memif_msg_receive_init(struct memif_control_channel *cc, memif_msg_t *msg) in memif_msg_receive_init()
505 struct memif_control_channel *cc = arg; in memif_intr_unregister_handler() local
623 memif_msg_receive(struct memif_control_channel *cc) in memif_msg_receive()
770 struct memif_control_channel *cc = arg; in memif_intr_handler() local
811 struct memif_control_channel *cc; in memif_listener_handler() local
H A Drte_eth_memif.h98 struct memif_control_channel *cc; /**< control channel */ member
/f-stack/freebsd/opencrypto/
H A Dcriov.c243 crypto_cursor_init(struct crypto_buffer_cursor *cc, in crypto_cursor_init()
275 crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount) in crypto_cursor_advance()
340 crypto_cursor_segbase(struct crypto_buffer_cursor *cc) in crypto_cursor_segbase()
365 crypto_cursor_seglen(struct crypto_buffer_cursor *cc) in crypto_cursor_seglen()
387 crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copyback()
469 crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size, void *vdst) in crypto_cursor_copydata()
555 crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size, in crypto_cursor_copydata_noadv()
H A Drmd160.c164 uint32_t a, b, c, d, e, aa, bb, cc, dd, ee, t, x[16]; in RMD160Transform() local
/f-stack/freebsd/x86/x86/
H A Dmca.c696 struct cmc_state *cc; in cmci_update() local
722 struct amd_et_state *cc; in amd_thresholding_update() local
1068 struct cmc_state *cc; in cmci_monitor() local
1126 struct cmc_state *cc; in cmci_resume() local
1151 amd_thresholding_start(struct amd_et_state *cc, int bank) in amd_thresholding_start()
1178 struct amd_et_state *cc; in amd_thresholding_monitor() local
1242 struct amd_et_state *cc; in amd_thresholding_resume() local
/f-stack/freebsd/netinet/
H A Daccf_http.c159 int cmplen, cc; in sohashttpget() local
203 int i, cc, spaces, inspaces; in soparsehttpvers() local
/f-stack/dpdk/
H A Dmeson.build15 cc = meson.get_compiler('c') variable
/f-stack/freebsd/libkern/
H A Darc4random.c97 uint64_t cc; in chacha20_randomstir() local
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c443 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield()
464 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
475 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
490 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield()
503 struct ConsControl cc; in constructor() local
H A Dloslib.c149 char cc[3]; in os_date() local
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c656 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield()
677 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
688 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
703 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield()
712 static void field (LexState *ls, struct ConsControl *cc) { in field()
740 struct ConsControl cc; in constructor() local
/f-stack/freebsd/netgraph/
H A Dng_mppc.c144 u_int16_t cc:12; /* coherency count */ member
630 u_int16_t header, cc; in ng_mppc_decompress() local
/f-stack/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_uio.c41 int cc; in vmbus_uio_irq_read() local
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c916 uintptr_t *rsp, uint8_t cc) in otx2_cpt_dequeue_post_process()
979 uint8_t cc[nb_ops]; in otx2_cpt_dequeue_burst() local
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c6075 uint32_t cc; in adc_byte() local
6102 uint32_t cc; in adc_word() local
6131 uint32_t cc; in adc_long() local
6162 uint32_t cc; in add_byte() local
6185 uint32_t cc; in add_word() local
6210 uint32_t cc; in add_long() local
6503 uint32_t cc; in inc_byte() local
6525 uint32_t cc; in inc_word() local
6547 uint32_t cc; in inc_long() local

123