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

123

/freebsd-11-stable/usr.sbin/fdcontrol/
H A Dfdcontrol.c75 struct fd_type ft, newft, *fdtp; local
126 if (ioctl(fd, FD_GTYPE, &ft) == -1)
136 ft = newft;
146 ft = *fdtp;
150 parse_fmt(fmtstring, type, ft, &newft);
151 ft = newft;
159 (128 << ft.secsize) * ft.size / 1024);
161 print_fmt(ft);
162 if (ft
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c232 struct mlx5_flow_table *ft = priv->fts.main.t; local
267 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
283 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
296 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
312 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
325 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
340 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
353 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
369 *rule_p = mlx5_add_flow_rule(ft, mc_enable, mc, mv,
382 *rule_p = mlx5_add_flow_rule(ft, mc_enabl
508 struct mlx5_flow_table *ft = priv->fts.vlan.t; local
1083 mlx5e_destroy_groups(struct mlx5e_flow_table *ft) argument
1096 mlx5e_destroy_flow_table(struct mlx5e_flow_table *ft) argument
1128 mlx5e_create_main_groups_sub(struct mlx5e_flow_table *ft, u32 *in, int inlen) argument
1269 mlx5e_create_main_groups(struct mlx5e_flow_table *ft) argument
1287 struct mlx5e_flow_table *ft = &priv->fts.main; local
1335 mlx5e_create_vlan_groups_sub(struct mlx5e_flow_table *ft, u32 *in, int inlen) argument
1387 mlx5e_create_vlan_groups(struct mlx5e_flow_table *ft) argument
1406 struct mlx5e_flow_table *ft = &priv->fts.vlan; local
1456 mlx5e_create_inner_rss_groups_sub(struct mlx5e_flow_table *ft, u32 *in, int inlen) argument
1506 mlx5e_create_inner_rss_groups(struct mlx5e_flow_table *ft) argument
1525 struct mlx5e_flow_table *ft = &priv->fts.inner_rss; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgettimeofday.c43 FILETIME ft; local
47 GetSystemTimeAsFileTime(&ft);
48 li.LowPart = ft.dwLowDateTime;
49 li.HighPart = ft.dwHighDateTime;
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dgettimeofday.c43 FILETIME ft; member in union:__anon4669
47 GetSystemTimeAsFileTime(&data.ft);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c193 static void _fs_del_ft(struct mlx5_flow_table *ft);
317 static struct fs_fte *alloc_star_ft_entry(struct mlx5_flow_table *ft, argument
426 src_dst->dest_attr.ft = dst_ft;
471 struct mlx5_flow_table *prev_ft = src_dst->dest_attr.ft;
482 /* Assume ft's prio is locked */
500 static int create_star_rule(struct mlx5_flow_table *ft, struct fs_prio *prio) argument
525 MLX5_SET(create_flow_group_in, fg_in, start_flow_index, ft->max_fte);
526 MLX5_SET(create_flow_group_in, fg_in, end_flow_index, ft->max_fte);
532 ft->star_rule.fg = fg;
534 fg_in, ft
595 destroy_star_rule(struct mlx5_flow_table *ft, struct fs_prio *prio) argument
716 struct mlx5_flow_table *ft; local
734 update_root_ft_create(struct mlx5_flow_root_namespace *root, struct mlx5_flow_table *ft) argument
764 struct mlx5_flow_table *ft; local
863 struct mlx5_flow_table *ft; local
880 struct mlx5_flow_table *ft = NULL; local
933 _fs_del_ft(struct mlx5_flow_table *ft) argument
948 update_root_ft_destroy(struct mlx5_flow_root_namespace *root, struct mlx5_flow_table *ft) argument
987 mlx5_destroy_flow_table(struct mlx5_flow_table *ft) argument
1045 fs_create_fg(struct mlx5_core_dev *dev, struct mlx5_flow_table *ft, struct list_head *prev, u32 *fg_in, int refcount) argument
1085 mlx5_create_flow_group(struct mlx5_flow_table *ft, u32 *in) argument
1208 struct mlx5_flow_table *ft; local
1230 struct mlx5_flow_table *ft; local
1253 struct mlx5_flow_table *ft; local
1272 struct mlx5_flow_table *ft = NULL; local
1309 struct mlx5_flow_table *ft; local
1331 struct mlx5_flow_table *ft; local
1354 struct mlx5_flow_table *ft; local
1372 struct mlx5_flow_table *ft = NULL; local
1391 create_autogroup(struct mlx5_flow_table *ft, u8 match_criteria_enable, u32 *match_criteria) argument
1559 struct mlx5_flow_table *ft; local
1672 struct mlx5_flow_table *ft; local
1716 struct mlx5_flow_table *ft; local
1746 struct mlx5_flow_table *ft; local
1795 fs_add_dst_ft(struct mlx5_flow_table *ft, u8 match_criteria_enable, u32 *match_criteria, u32 *match_value, u8 action, u32 flow_tag, struct mlx5_flow_destination *dest) argument
1845 mlx5_add_flow_rule(struct mlx5_flow_table *ft, u8 match_criteria_enable, u32 *match_criteria, u32 *match_value, u32 action, u32 flow_tag, struct mlx5_flow_destination *dest) argument
2526 iterate_rules_in_ft(struct mlx5_flow_table *ft, rule_event_fn add_rule_cb, void *context) argument
2573 struct mlx5_flow_table *ft; local
[all...]
/freebsd-11-stable/sys/net/
H A Dflowtable.c133 #define FLOWSTAT_ADD(ft, name, v) \
134 counter_u64_add((ft)->ft_stat[offsetof(struct flowtable_stat, name) / sizeof(uint64_t)], (v))
135 #define FLOWSTAT_INC(ft, name) FLOWSTAT_ADD(ft, name, 1)
412 flowtable_mask(struct flowtable *ft) argument
418 * ft lifetime, it is safe, otherwise...
423 return (*(bitstr_t **)zpcpu_get(ft->ft_masks));
427 flowtable_list(struct flowtable *ft, uint32_t hash) argument
431 return (zpcpu_get(ft->ft_table[hash % ft
435 flow_stale(struct flowtable *ft, struct flentry *fle, int maxidle) argument
494 flowtable_insert(struct flowtable *ft, uint32_t hash, uint32_t *key, int keylen, uint32_t fibnum0) argument
706 flowtable_lookup_common(struct flowtable *ft, uint32_t *key, int keylen, uint32_t fibnum) argument
740 flowtable_alloc(struct flowtable *ft) argument
760 flowtable_free_stale(struct flowtable *ft, struct rtentry *rt, int maxidle) argument
833 flowtable_clean_vnet(struct flowtable *ft, struct rtentry *rt, int maxidle) argument
857 struct flowtable *ft; local
1035 flowtable_mask_pcpu(struct flowtable *ft, int cpuid) argument
1042 flowtable_list_pcpu(struct flowtable *ft, uint32_t hash, int cpuid) argument
1049 flow_show(struct flowtable *ft, struct flentry *fle) argument
1121 flowtable_show(struct flowtable *ft, int cpuid) argument
1156 flowtable_show_vnet(struct flowtable *ft) argument
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dtraffic.c78 u_int ft, bt, be, ftag, btag; local
192 ft = traffic->h.present & fmask;
230 if (ft != UNI_TRAFFIC_FPCR1_P)
241 if (ft == UNI_TRAFFIC_FPCR0_P) {
244 } else if (ft == fcbr3) {
267 if (ft != fvbr16)
278 if (ft == fvbr23) {
283 } else if (ft == fvbr16) {
302 if (ft == fvbr23) {
307 } else if (ft
[all...]
/freebsd-11-stable/bin/pax/
H A Dftree.c147 FTREE *ft; local
163 if ((ft = (FTREE *)malloc(sizeof(FTREE))) == NULL) {
170 ft->fname = str;
171 ft->refcnt = 0;
172 ft->chflg = chflg;
173 ft->fow = NULL;
175 fttail = fthead = ft;
178 fttail->fow = ft;
179 fttail = ft;
237 FTREE *ft; local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dtext.cpp103 static void set_special_char_type(const char *ch, int st, int ft) argument
112 if (ft >= 0)
113 p->font_type = ft;
259 void char_box::handle_char_type(int st, int ft) argument
263 if (ft >= 0)
264 char_table[c].font_type = ft;
267 void special_char_box::handle_char_type(int st, int ft) argument
269 set_special_char_type(s, st, ft);
276 int ft = lookup_font_type(type); local
277 if (st < 0 && ft <
347 handle_char_type(int st, int ft) argument
[all...]
H A Dlist.cpp223 void list_box::handle_char_type(int st, int ft) argument
226 list.p[i]->handle_char_type(st, ft);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp66 FILETIME ft; variable
69 GetSystemTimePreciseAsFileTime(&ft); variable
71 GetSystemTimeAsFileTime(&ft); variable
74 GetSystemTimeAsFileTime(&ft); variable
77 filetime_duration d{(static_cast<__int64>(ft.dwHighDateTime) << 32) |
78 static_cast<__int64>(ft.dwLowDateTime)};
/freebsd-11-stable/contrib/jemalloc/src/
H A Dnstime.c113 FILETIME ft; local
115 GetSystemTimeAsFileTime(&ft);
116 ticks = (((uint64_t)ft.dwHighDateTime) << 32) |
117 ft.dwLowDateTime;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_vale.c106 /* NM_FT_NULL terminates a list of slots in the ft */
219 struct nm_bdg_fwd *ft; local
223 ft = nm_os_malloc(l);
224 if (!ft) {
228 dstq = (struct nm_vale_q *)(ft + NM_BDG_BATCH_MAX);
233 kring[i]->nkr_ft = ft;
601 nm_vale_flush(struct nm_bdg_fwd *ft, u_int n,
607 * Grab packets from a kring, move them into the ft structure
618 struct nm_bdg_fwd *ft; local
635 ft
738 netmap_vale_learning(struct nm_bdg_fwd *ft, uint8_t *dst_ring, struct netmap_vp_adapter *na, void *private_data) argument
871 nm_vale_flush(struct nm_bdg_fwd *ft, u_int n, struct netmap_vp_adapter *na, u_int ring_nr) argument
[all...]
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c294 struct fd_type *ft; /* pointer to current type descriptor */ member in struct:fd_data
359 fdprinttype(struct fd_type *ft) argument
363 ft->sectrac, ft->secsize, ft->datalen, ft->gap, ft->tracks,
364 ft->size, ft->trans, ft
369 fdsettype(struct fd_data *fd, struct fd_type *ft) argument
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_cbrtl.c40 float ft, fx; local
94 SET_FLOAT_WORD(ft, ((hx & 0x7fffffff) / 3 + B1));
98 dt = ft;
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c78 struct wpa_ft_ies ft; local
85 if (wpa_ft_parse_ies(ies, ies_len, &ft, use_sha384) < 0)
88 if (ft.mdie && ft.mdie_len < MOBILITY_DOMAIN_ID_LEN + 1)
91 if (ft.mdie) {
93 ft.mdie, MOBILITY_DOMAIN_ID_LEN);
94 os_memcpy(sm->mobility_domain, ft.mdie,
96 sm->mdie_ft_capab = ft.mdie[MOBILITY_DOMAIN_ID_LEN];
102 if (ft.r0kh_id) {
104 ft
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exp.c630 Char *ft = cp, *dp, *ep, *strdev, *strino, *strF, *str, valtest = '\0', local
637 while(any(FILETESTS, *++ft))
640 if (!*ft && *(ft - 1) == 'L')
641 --ft;
643 if (any(FILEVALS, *ft)) {
644 valtest = *ft++;
652 if (valtest == 'P' && *ft >= '0' && *ft <= '7') {
653 pmask = (char) *ft
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dfs.h81 struct mlx5_flow_table *ft; member in union:mlx5_flow_destination::__anon6947
137 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft);
146 mlx5_create_flow_group(struct mlx5_flow_table *ft, u32 *in);
153 mlx5_add_flow_rule(struct mlx5_flow_table *ft,
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos_win32.c29 FILETIME ft; local
37 SystemTimeToFileTime(&st, &ft);
39 GetSystemTimeAsFileTime(&ft);
41 li.LowPart = ft.dwLowDateTime;
42 li.HighPart = ft.dwHighDateTime;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-changelist.c82 filetime_to_100nsec(const FILETIME *ft) argument
85 ev_int64_t n = ft->dwHighDateTime;
87 n += ft->dwLowDateTime;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil_time.c81 } ft; local
86 GetSystemTimeAsFileTime(&ft.ft_ft);
88 if (EVUTIL_UNLIKELY(ft.ft_64 < EPOCH_BIAS)) {
92 ft.ft_64 -= EPOCH_BIAS;
93 tv->tv_sec = (long) (ft.ft_64 / UNITS_PER_SEC);
94 tv->tv_usec = (long) ((ft.ft_64 / UNITS_PER_USEC) % USEC_PER_SEC);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp198 CodeGenFileType ft; local
201 ft = CGFT_AssemblyFile;
204 ft = CGFT_ObjectFile;
207 if (TM->addPassesToEmitFile(pass, OS, nullptr, ft)) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h101 int ft = wpa_key_mgmt_ft(akm); local
103 return ft && !akm;
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c214 int error, ft; local
216 if (rumpuser_getfileinfo(MYCDISO, &fsize, &ft, &error))
218 if (ft != RUMPUSER_FT_REG)
/freebsd-11-stable/sys/mips/include/
H A Dmips_opcode.h80 unsigned ft: 5; member in struct:__anon12187::__anon12191
112 unsigned ft: 5; member in struct:__anon12187::__anon12195

Completed in 388 milliseconds

123