Home
last modified time | relevance | path

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

123

/xnu-8020.140.41/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-8020.140.41/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-8020.140.41/libkern/os/
H A Dlog.c556 firehose_tracepoint_t ft = firehose_chunk_tracepoint_begin(fbc, stamp, (uint16_t)publen, in _firehose_trace_early_boot() local
558 memcpy(ft->ft_data, pubdata, publen); in _firehose_trace_early_boot()
559 firehose_chunk_tracepoint_end(fbc, ft, ftid); in _firehose_trace_early_boot()
574 …firehose_tracepoint_t ft = __firehose_buffer_tracepoint_reserve(stamp, stream, (uint16_t)datalen, … in _firehose_trace() local
576 if (fastpath(ft)) { in _firehose_trace()
579 memcpy(ft->ft_data, data, datalen); in _firehose_trace()
580 __firehose_buffer_tracepoint_flush(ft, ftid); in _firehose_trace()
/xnu-8020.140.41/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-8020.140.41/bsd/kern/
H A Dsubr_log.c406 firehose_tracepoint_t ft = e->metadata; in stream_metadata_create() local
407 ft->ft_id.ftid_value = ftid.ftid_value; in stream_metadata_create()
408 ft->ft_thread = thread_tid(current_thread()); in stream_metadata_create()
409 ft->ft_length = (uint16_t)data_len; in stream_metadata_create()
410 memcpy(ft->ft_data, data, ft->ft_length); in stream_metadata_create()
/xnu-8020.140.41/osfmk/mach/
H A Dmach_test_upcall.defs43 /* vim: set ft=c : */
H A Dhost_notify_reply.defs43 /* vim: set ft=c : */
H A Dledger.defs48 /* 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.defs55 /* vim: set ft=c : */
H A Dclock_reply.defs56 /* vim: set ft=c : */
H A Dmach_eventlink.defs61 /* vim: set ft=c : */
H A Drestartable.defs51 /* vim: set ft=c : */
H A Dtask_access.defs67 /* vim: set ft=c : */
H A Dlock_set.defs79 /* vim: set ft=c : */
/xnu-8020.140.41/makedefs/
H A DMakeInc.color55 # vim: set ft=make:
/xnu-8020.140.41/osfmk/UserNotification/
H A DUNDReply.defs47 /* vim: set ft=c : */
/xnu-8020.140.41/osfmk/atm/
H A Datm_types.defs47 /* vim: set ft=c : */
H A Datm_notification.defs63 /* vim: set ft=c : */

123