Searched refs:ft (Results 1 – 25 of 65) sorted by relevance
123
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 329 ft->ft_ops = ops; in netif_flow_list_table_alloc() 330 return ft; in netif_flow_list_table_alloc() 339 ft->ft_ops = NULL; in netif_flow_list_table_free() 491 fops = ft->ft_ops; in nx_netif_flow_match() 533 err = ft->ft_ops->nfo_lookup(ft, pkt, flags, &f); in nx_netif_flow_classify() 691 if (ft == NULL) { in nx_netif_flowtable_init() 704 ASSERT(ft != NULL); in nx_netif_flowtable_fini() 705 ft->ft_ops->nfo_table_free(ft); in nx_netif_flowtable_fini() 774 err = ft->ft_ops->nfo_insert(ft, nf); in nx_netif_flow_add() 816 ASSERT(ft != NULL); in nx_netif_flow_remove() [all …]
|
| /xnu-11215/libkern/firehose/ |
| H A D | chunk_private.h | 167 firehose_tracepoint_t ft = (firehose_tracepoint_t) in firehose_chunk_tracepoint_begin() local 173 os_atomic_std(atomic_store_explicit)(&ft->ft_atomic_stamp_and_length, stamp, in firehose_chunk_tracepoint_begin() 176 ft->ft_thread = thread_id; in firehose_chunk_tracepoint_begin() 177 return ft; in firehose_chunk_tracepoint_begin() 183 firehose_tracepoint_t ft, firehose_tracepoint_id_u ftid) in firehose_chunk_tracepoint_end() argument 187 os_atomic_std(atomic_store_explicit)(&ft->ft_id.ftid_atomic_value, in firehose_chunk_tracepoint_end()
|
| /xnu-11215/libkern/os/ |
| H A D | log.c | 950 if (fastpath(ft)) { in firehose_trace_start() 952 return ft; in firehose_trace_start() 981 __firehose_buffer_tracepoint_flush(ft, ftid); in firehose_trace_finish() 983 firehose_chunk_tracepoint_end(&firehose_boot_chunk, ft, ftid); in firehose_trace_finish() 989 firehose_tracepoint_t ft, uint8_t *ft_priv_data) in firehose_trace_save_payload() argument 992 uint8_t *ft_data = ft->ft_data; in firehose_trace_save_payload() 998 firehose_chunk_t fc = firehose_chunk_for_address(ft); in firehose_trace_save_payload() 1037 firehose_tracepoint_t ft = firehose_trace_start(lp, &ft_priv_data); in firehose_trace() local 1039 if (fastpath(ft)) { in firehose_trace() 1040 firehose_trace_save_payload(lp, lp_data, ft, ft_priv_data); in firehose_trace() [all …]
|
| /xnu-11215/tools/cocci/ |
| H A D | zalloc-data.cocci | 28 // vim:ft=diff:
|
| H A D | zalloc-zero.cocci | 80 // vim:ft=diff:
|
| H A D | zalloc-nofail.cocci | 87 // vim:ft=diff:
|
| H A D | c11_atomic_builtin_rewrite.cocci | 162 // vim:ft=diff:
|
| H A D | hw_atomic_rewrite.cocci | 96 // vim:ft=diff:
|
| H A D | os_atomic_normalize.cocci | 94 // vim:ft=diff:
|
| /xnu-11215/osfmk/mach/ |
| H A D | host_notify_reply.defs | 43 /* vim: set ft=c : */
|
| H A D | mach_test_upcall.defs | 43 /* vim: set ft=c : */
|
| H A D | sysdiagnose_notification.defs | 54 /* vim: set ft=c : */
|
| H A D | ledger.defs | 48 /* vim: set ft=c : */
|
| H A D | arcade_upcall.defs | 49 /* vim: set ft=c : */
|
| H A D | ktrace_background.defs | 49 /* vim: set ft=c : */
|
| H A D | restartable.defs | 51 /* vim: set ft=c : */
|
| H A D | clock_reply.defs | 56 /* vim: set ft=c : */
|
| H A D | mach_eventlink.defs | 61 /* vim: set ft=c : */
|
| H A D | clock_priv.defs | 60 /* vim: set ft=c : */
|
| H A D | mach_notify.defs | 38 /* vim: set ft=c : */
|
| H A D | task_access.defs | 67 /* vim: set ft=c : */
|
| H A D | clock_types.defs | 69 /* vim: set ft=c : */
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.color | 55 # vim: set ft=make:
|
| /xnu-11215/osfmk/UserNotification/ |
| H A D | UNDReply.defs | 47 /* vim: set ft=c : */
|
| H A D | UNDTypes.defs | 68 /* vim: set ft=c : */
|
123