Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 25 of 64) sorted by relevance

123

/xnu-8792.81.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c256 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 Dchunk_private.h160 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 Dlog.c608 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 Dzalloc-data.cocci28 // vim:ft=diff:
H A Dzalloc-zero.cocci80 // vim:ft=diff:
H A Dzalloc-nofail.cocci87 // vim:ft=diff:
H A Dc11_atomic_builtin_rewrite.cocci162 // vim:ft=diff:
H A Dhw_atomic_rewrite.cocci96 // vim:ft=diff:
H A Dos_atomic_normalize.cocci94 // vim:ft=diff:
/xnu-8792.81.2/osfmk/mach/
H A Dhost_notify_reply.defs43 /* vim: set ft=c : */
H A Dmach_test_upcall.defs43 /* vim: set ft=c : */
H A Darcade_upcall.defs49 /* vim: set ft=c : */
H A Dktrace_background.defs49 /* vim: set ft=c : */
H A Dsysdiagnose_notification.defs54 /* vim: set ft=c : */
H A Dledger.defs48 /* vim: set ft=c : */
H A Dmach_eventlink.defs61 /* vim: set ft=c : */
H A Dclock_reply.defs56 /* vim: set ft=c : */
H A Drestartable.defs51 /* vim: set ft=c : */
H A Dmach_notify.defs38 /* vim: set ft=c : */
H A Dtask_access.defs67 /* vim: set ft=c : */
H A Dclock_priv.defs60 /* vim: set ft=c : */
H A Dclock_types.defs69 /* vim: set ft=c : */
/xnu-8792.81.2/makedefs/
H A DMakeInc.color55 # vim: set ft=make:
/xnu-8792.81.2/osfmk/UserNotification/
H A DUNDReply.defs47 /* vim: set ft=c : */
H A DUNDTypes.defs68 /* vim: set ft=c : */

123