| /f-stack/freebsd/kern/ |
| H A D | kern_loginclass.c | 77 loginclass_hold(struct loginclass *lc) in loginclass_hold() 84 loginclass_free(struct loginclass *lc) in loginclass_free() 111 struct loginclass *lc; in loginclass_lookup() local 133 struct loginclass *lc, *new_lc; in loginclass_find() local 187 struct loginclass *lc; in sys_getloginclass() local 251 struct loginclass *lc; in loginclass_racct_foreach() local 256 LIST_FOREACH(lc, &loginclasses, lc_next) in loginclass_racct_foreach() local
|
| H A D | kern_ctf.c | 47 link_elf_ctf_get(linker_file_t lf, linker_ctf_t *lc)
|
| H A D | kern_linker.c | 177 linker_add_class(linker_class_t lc) in linker_add_class() 417 linker_class_t lc; in linker_load_file() local 600 linker_make_file(const char *pathname, linker_class_t lc) in linker_make_file() 758 linker_ctf_get(linker_file_t file, linker_ctf_t *lc) in linker_ctf_get() 1500 linker_class_t lc; in linker_preload() local
|
| H A D | kern_rmlock.c | 185 struct lock_class *lc; in owner_rm() local 282 struct lock_class *lc; in rm_init_flags() local 838 struct lock_class *lc; in db_show_rm() local
|
| H A D | subr_lock.c | 127 struct lock_delay_config *lc = la->config; in lock_delay() local 157 lock_delay_default_init(struct lock_delay_config *lc) in lock_delay_default_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 129 tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_head *bucket, in tcp_lro_active_insert() 146 tcp_lro_init(struct lro_ctrl *lc) in tcp_lro_init() 152 tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp, in tcp_lro_init_args() 237 tcp_lro_free(struct lro_ctrl *lc) in tcp_lro_free() 350 tcp_lro_rx_done(struct lro_ctrl *lc) in tcp_lro_rx_done() 400 tcp_lro_rx_ipv4(struct lro_ctrl *lc, struct mbuf *m, struct ip *ip4, in tcp_lro_rx_ipv4() 438 tcp_lro_log(struct tcpcb *tp, struct lro_ctrl *lc, in tcp_lro_log() 867 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_flush() 1081 tcp_lro_flush_all(struct lro_ctrl *lc) in tcp_lro_flush_all() 1405 tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum) in tcp_lro_rx() [all …]
|
| H A D | tcp_fastopen.h | 100 #define tcp_fastopen_check_cookie(i, c, l, lc) (-1) argument
|
| /f-stack/tools/libutil/ |
| H A D | login_ok.c | 91 login_timelist(login_cap_t *lc, char const *cap, int *ltno, in login_timelist() 128 login_ttyok(login_cap_t *lc, const char *tty, const char *allowcap, in login_ttyok() 163 auth_ttyok(login_cap_t *lc, const char * tty) in auth_ttyok() 177 login_hostok(login_cap_t *lc, const char *host, const char *ip, in login_hostok() 207 auth_hostok(login_cap_t *lc, const char *host, const char *ip) in auth_hostok() 219 auth_timeok(login_cap_t *lc, time_t t) in auth_timeok()
|
| H A D | login_cap.c | 153 login_close(login_cap_t * lc) in login_close() 191 login_cap_t *lc; in login_getclassbyname() local 360 login_getcapstr(login_cap_t *lc, const char *cap, const char *def, const char *error) in login_getcapstr() 382 login_getcaplist(login_cap_t *lc, const char *cap, const char *chars) in login_getcaplist() 403 login_getpath(login_cap_t *lc, const char *cap, const char *error) in login_getpath() 535 login_getcaptime(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcaptime() 626 login_getcapnum(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcapnum() 678 login_getcapsize(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcapsize() 751 login_getcapbool(login_cap_t *lc, const char *cap, int def) in login_getcapbool() 780 login_getstyle(login_cap_t *lc, const char *style, const char *auth) in login_getstyle()
|
| H A D | login_class.c | 75 setclassresources(login_cap_t *lc) in setclassresources() 198 setclassenvironment(login_cap_t *lc, const struct passwd * pwd, int paths) in setclassenvironment() 322 setclasscpumask(login_cap_t *lc) in setclasscpumask() 367 login_cap_t *lc; in setclasscontext() local 386 setlogincontext(login_cap_t *lc, const struct passwd *pwd, in setlogincontext() 426 setusercontext(login_cap_t *lc, const struct passwd *pwd, uid_t uid, unsigned int flags) in setusercontext()
|
| H A D | login_crypt.c | 40 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { in login_setcryptfmt()
|
| H A D | login_auth.c | 66 auth_checknologin(login_cap_t *lc) in auth_checknologin()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_rwlock.c | 216 try_read(uint32_t lc) in try_read() 244 try_write(uint32_t lc) in try_write() 297 uint32_t i, lc; in try_read_lcore() local 331 uint32_t i, lc; in try_write_lcore() local 362 print_try_lcore_stats(const struct try_rwlock_lcore *tlc, uint32_t lc) in print_try_lcore_stats() 393 const struct try_rwlock_lcore *lc) in collect_try_lcore_stats() 409 uint32_t lc, rd, wr; in process_try_lcore_stats() local 488 uint32_t lc, mlc; in try_rwlock_test_rde_wro() local
|
| H A D | test_barrier.c | 70 uint32_t lc; /* given lcore id */ member 135 uint32_t lc, ln; in plock_test1_lcore() local 193 uint32_t i, lc, n; in plock_test() local
|
| H A D | test_ring_stress_impl.h | 98 lcore_stat_dump(FILE *f, uint32_t lc, const struct lcore_stat *ls) in lcore_stat_dump() 173 check_ring_op(uint32_t exp, uint32_t res, uint32_t lc, in check_ring_op() 188 uint32_t lc, n, num; in test_worker() local 334 uint32_t lc, mc; in test_mt1() local
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | example.c | 7 void completion(const char *buf, linenoiseCompletions *lc) { in completion()
|
| H A D | linenoise.c | 336 static void freeCompletions(linenoiseCompletions *lc) { in freeCompletions() 351 linenoiseCompletions lc = { 0, NULL }; in completeLine() local 429 void linenoiseAddCompletion(linenoiseCompletions *lc, const char *str) { in linenoiseAddCompletion()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_lookup.c | 99 uint8_t lb, lc, ld, le; in nix_create_non_tunnel_ptype_array() local
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_limit_conn_module.c | 135 ngx_stream_limit_conn_node_t *lc; in ngx_stream_limit_conn_handler() local 323 ngx_stream_limit_conn_node_t *lc; in ngx_stream_limit_conn_cleanup() local
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_limit_conn_module.c | 151 ngx_http_limit_conn_node_t *lc; in ngx_http_limit_conn_handler() local 344 ngx_http_limit_conn_node_t *lc; in ngx_http_limit_conn_cleanup() local
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_accept.c | 28 ngx_connection_t *c, *lc; local
|
| H A D | ngx_event_udp.c | 46 ngx_connection_t *c, *lc; in ngx_event_recvmsg() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | trees.c | 1014 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument 1070 int lc; /* match length or unmatched char (if dist == 0) */ local
|
| /f-stack/freebsd/sys/ |
| H A D | lock.h | 190 lock_delay_arg_init(struct lock_delay_arg *la, struct lock_delay_config *lc) in lock_delay_arg_init() 214 #define LOCK_DELAY_SYSINIT_DEFAULT(lc) \ argument
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 789 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_get() local 812 struct link_config *lc = &pi->link_cfg; in cxgbe_flow_ctrl_set() local
|