Searched refs:ft (Results 1 – 25 of 64) sorted by relevance
123
| /xnu-8792.81.2/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 256 netif_flow_list_lookup(struct netif_flowtable *ft, struct __kern_packet *pkt, in netif_flow_list_lookup() argument 259 struct netif_list_flowtable *lft = ft->ft_internal; in netif_flow_list_lookup() 260 struct netif_flowtable_ops *fops = ft->ft_ops; in netif_flow_list_lookup() 288 netif_flow_list_insert(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_insert() argument 290 struct netif_list_flowtable *lft = ft->ft_internal; in netif_flow_list_insert() 295 ft->ft_ops->nfo_match(&nf->nf_desc, &f->nf_desc)) { in netif_flow_list_insert() 307 netif_flow_list_remove(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_remove() argument 309 struct netif_list_flowtable *lft = ft->ft_internal; in netif_flow_list_remove() 317 struct netif_flowtable *ft; in netif_flow_list_table_alloc() local 320 ft = skn_alloc_type(flowtable, struct netif_flowtable, in netif_flow_list_table_alloc() [all …]
|
| /xnu-8792.81.2/libkern/firehose/ |
| H A D | chunk_private.h | 160 firehose_tracepoint_t ft = (firehose_tracepoint_t) in firehose_chunk_tracepoint_begin() local 166 os_atomic_std(atomic_store_explicit)(&ft->ft_atomic_stamp_and_length, stamp, in firehose_chunk_tracepoint_begin() 169 ft->ft_thread = thread_id; in firehose_chunk_tracepoint_begin() 170 return ft; in firehose_chunk_tracepoint_begin() 176 firehose_tracepoint_t ft, firehose_tracepoint_id_u ftid) in firehose_chunk_tracepoint_end() argument 180 os_atomic_std(atomic_store_explicit)(&ft->ft_id.ftid_atomic_value, in firehose_chunk_tracepoint_end()
|
| /xnu-8792.81.2/libkern/os/ |
| H A D | log.c | 608 firehose_tracepoint_t ft = firehose_chunk_tracepoint_begin(fbc, stamp, (uint16_t)publen, in _firehose_trace_early_boot() local 610 memcpy(ft->ft_data, pubdata, publen); in _firehose_trace_early_boot() 611 firehose_chunk_tracepoint_end(fbc, ft, ftid); in _firehose_trace_early_boot() 626 …firehose_tracepoint_t ft = __firehose_buffer_tracepoint_reserve(stamp, stream, (uint16_t)datalen, … in _firehose_trace() local 628 if (fastpath(ft)) { in _firehose_trace() 631 memcpy(ft->ft_data, data, datalen); in _firehose_trace() 632 __firehose_buffer_tracepoint_flush(ft, ftid); in _firehose_trace()
|
| /xnu-8792.81.2/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-8792.81.2/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 | arcade_upcall.defs | 49 /* vim: set ft=c : */
|
| H A D | ktrace_background.defs | 49 /* 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 | mach_eventlink.defs | 61 /* vim: set ft=c : */
|
| H A D | clock_reply.defs | 56 /* vim: set ft=c : */
|
| H A D | restartable.defs | 51 /* 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_priv.defs | 60 /* vim: set ft=c : */
|
| H A D | clock_types.defs | 69 /* vim: set ft=c : */
|
| /xnu-8792.81.2/makedefs/ |
| H A D | MakeInc.color | 55 # vim: set ft=make:
|
| /xnu-8792.81.2/osfmk/UserNotification/ |
| H A D | UNDReply.defs | 47 /* vim: set ft=c : */
|
| H A D | UNDTypes.defs | 68 /* vim: set ft=c : */
|
123