Searched refs:sf (Results 1 – 8 of 8) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 831 struct sk_stats_flow *sf = &fe->fe_stats->fs_stats; in fe_stats_init() local 836 bzero(sf, sizeof(*sf)); in fe_stats_init() 837 uuid_copy(sf->sf_nx_uuid, fsw->fsw_nx->nx_uuid); in fe_stats_init() 838 (void) strlcpy(sf->sf_if_name, fsw->fsw_flow_mgr->fm_name, IFNAMSIZ); in fe_stats_init() 839 sf->sf_if_index = fsw->fsw_ifp->if_index; in fe_stats_init() 840 sf->sf_pid = fe->fe_pid; in fe_stats_init() 841 sf->sf_epid = fe->fe_epid; in fe_stats_init() 842 (void) snprintf(sf->sf_proc_name, sizeof(sf->sf_proc_name), "%s", in fe_stats_init() 844 (void) snprintf(sf->sf_eproc_name, sizeof(sf->sf_eproc_name), "%s", in fe_stats_init() 847 sf->sf_nx_port = fe->fe_nx_port; in fe_stats_init() [all …]
|
| /xnu-8796.141.3/EXTERNAL_HEADERS/architecture/ |
| H A D | byte_order.h | 80 NXSwappedFloat sf; in NXConvertHostFloatToSwapped() member 83 return u.sf; in NXConvertHostFloatToSwapped() 91 NXSwappedFloat sf; in NXConvertSwappedFloatToHost() member 93 u.sf = x; in NXConvertSwappedFloatToHost()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_shutdown.c | 414 struct sd_filterargs * sf = (struct sd_filterargs *)args; in sd_filt1() local 415 int delayterm = sf->delayterm; in sd_filt1() 416 int shutdownstate = sf->shutdownstate; in sd_filt1() 418 if (sf->only_non_dext && proc_is_driver(p)) { in sd_filt1() 470 struct sd_filterargs * sf = (struct sd_filterargs *)args; in sd_filt2() local 471 int delayterm = sf->delayterm; in sd_filt2() 472 int shutdownstate = sf->shutdownstate; in sd_filt2() 474 if (sf->only_non_dext && proc_is_driver(p)) { in sd_filt2()
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | pms.h | 72 union sf { union 75 } sf; member
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | necp_client.c | 6240 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats() local 6241 if (sf == NULL) { in necp_request_tcp_netstats() 6248 sf = &ntstat_sk_stats_zero; in necp_request_tcp_netstats() 6267 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_tcp_netstats() 6268 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_tcp_netstats() 6270 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats() 6271 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_tcp_netstats() 6273 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats() 6274 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_tcp_netstats() 6276 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats() [all …]
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_usrreq.c | 1955 struct sk_stats_flow sf; in tcp_fill_info_for_info_tuple() local 1956 size_t len = sizeof(sf); in tcp_fill_info_for_info_tuple() 1957 error = kernel_sysctlbyname(SK_STATS_FLOW, &sf, &len, &nmf, sizeof(nmf)); in tcp_fill_info_for_info_tuple() 1962 if (len != sizeof(sf)) { in tcp_fill_info_for_info_tuple() 1971 ti->tcpi_snd_nxt = sf.sf_lseq; in tcp_fill_info_for_info_tuple() 1972 ti->tcpi_rcv_nxt = sf.sf_rseq; in tcp_fill_info_for_info_tuple() 1973 ti->tcpi_rcv_space = (uint32_t)(sf.sf_lmax_win << sf.sf_lwscale); in tcp_fill_info_for_info_tuple() 1974 ti->tcpi_rcv_wscale = sf.sf_lwscale; in tcp_fill_info_for_info_tuple() 1975 ti->tcpi_last_outif = (int32_t)sf.sf_if_index; in tcp_fill_info_for_info_tuple()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1605 __block struct sk_stats_flow *sf = out; in fsw_mib_get_flow() local 1614 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow() 1653 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow() 1668 flow_entry_stats_get(_fe, sf); in fsw_mib_get_flow() 1669 sf++; in fsw_mib_get_flow() 1682 flow_entry_stats_get(fe, sf); in fsw_mib_get_flow() 1683 sf++; in fsw_mib_get_flow()
|
| /xnu-8796.141.3/bsd/dev/i386/ |
| H A D | dis_tables.c | 2786 const char *const *sf; in dtrace_get_operand() local 2797 sf = dis_vscale_factor; in dtrace_get_operand() 2800 sf = dis_scale_factor; in dtrace_get_operand() 2823 (void) strlcat(opnd, sf[ss], OPLEN); in dtrace_get_operand()
|