Searched refs:log_entry (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | tcp_log_buf.c | 1119 _tcp_log_entry_refcnt_add(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_add() argument 1124 refcnt = atomic_fetchadd_int(&log_entry->tlm_refcnt, 1); in _tcp_log_entry_refcnt_add() 1127 func, line, log_entry, refcnt); in _tcp_log_entry_refcnt_add() 1133 _tcp_log_entry_refcnt_rem(struct tcp_log_mem *log_entry, const char *func, in _tcp_log_entry_refcnt_rem() argument 1138 refcnt = atomic_fetchadd_int(&log_entry->tlm_refcnt, -1); in _tcp_log_entry_refcnt_rem() 1141 func, line, log_entry, refcnt); in _tcp_log_entry_refcnt_rem() 1158 tcp_log_free_log_common(struct tcp_log_mem *log_entry, int *count __unused) in tcp_log_free_log_common() argument 1161 uma_zfree(tcp_log_zone, log_entry); in tcp_log_free_log_common() 1172 struct tcp_log_mem *log_entry; in tcp_log_free_entries() local 1175 while ((log_entry = STAILQ_FIRST(head)) != NULL) { in tcp_log_free_entries() [all …]
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | logger.c | 104 struct log_entry { struct 133 struct log_entry *log_entries; argument 142 (struct log_entry *) NULL, 148 static struct log_entry def_log_entry; 285 log_control.log_entries = (struct log_entry *) in krb5_klog_init() 286 malloc(log_control.log_nentries * sizeof(struct log_entry)); in krb5_klog_init() 568 log_control.log_entries = (struct log_entry *) NULL; in krb5_klog_close()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | umountf2.sh | 142 struct log_entry { 149 struct log_entry oplog[LOGSIZE]; /* the log */ 257 struct log_entry *le; 283 struct log_entry *lp;
|
| /freebsd/include/rpcsvc/ |
| H A D | nis.x | 212 struct log_entry { struct 224 log_entry lr_entries<>; /* zero or more entries */ argument
|
| /freebsd/tools/regression/fsx/ |
| H A D | fsx.c | 70 struct log_entry { struct 77 struct log_entry oplog[LOGSIZE]; /* the log */ argument 164 struct log_entry *le; in do_log4() 192 struct log_entry *lp; in logdump()
|