Searched refs:flist (Results 1 - 18 of 18) sorted by last modified time

/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1995 sort > INDEX-PRESENT.flist
1997 sort > INDEX-NEW.flist
1998 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed
1999 comm -13 INDEX-PRESENT.flist INDEX-NEW.flist > files.added
2000 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated
2001 rm INDEX-PRESENT.flist INDEX-NEW.flist
[all...]
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.h252 extern struct stringlist *flist;
H A Dgprof.c109 addlist( flist , *argv );
113 addlist( flist , *++argv );
H A Darcs.c825 if ( onlist( flist , childp -> name )
835 if ( ( !onlist( flist , childp -> name ) )
H A Dprintlist.c55 struct stringlist *flist = &fhead; variable in typeref:struct:stringlist
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_basic.c91 const char *unpack_options, const char *flist)
98 r = systemf("%s cf - %s %s >%s/archive 2>%s/pack.err", testprog, pack_options, flist, target, target);
122 const char *flist; local
125 flist = make_files();
127 run_tar("copy", "", "", flist);
130 run_tar("copy_ustar", "--format=ustar", "", flist);
90 run_tar(const char *target, const char *pack_options, const char *unpack_options, const char *flist) argument
/freebsd-11-stable/sys/dev/tx/
H A Dif_tx.c604 struct epic_frag_list *flist; local
611 flist = arg;
615 flist->frag[i].fraglen = segs[i].ds_len;
616 flist->frag[i].fragaddr = segs[i].ds_addr;
618 flist->numfrags = nseg;
656 struct epic_frag_list *flist; local
663 flist = sc->tx_flist + sc->cur_tx;
673 epic_dma_map_txbuf, flist, 0);
696 epic_dma_map_txbuf, flist, 0);
1483 struct epic_frag_list *flist; local
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_dummy.c210 DUMMY_XATTR(flist); variable
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_dummy.c214 DUMMY_XATTR(flist); variable
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_dummy.c187 DUMMY_XATTR(flist); variable
/freebsd-11-stable/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c66 } flist[] = { variable in typeref:struct:__anon411
106 for (i = 0; (size_t) i < sizeof(flist) / sizeof(flist[0]); i++) {
107 if (!strcmp(fstr, flist[i].fname))
108 return (flist[i].fvalue);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c283 * Examine the list of formal parameters 'flist' and determine if the formal
285 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
288 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
292 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
304 * against which to compare the prototype is specified as 'flist'. If plist
305 * and flist are the same, we require that named parameters are unique. If
306 * plist and flist are different, we require that named parameters in plist
307 * match a name that is present in flist.
311 dt_node_t *flist, cons
310 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.c1358 struct flist {
1359 struct flist *next;
1409 static void finish_root_table (struct flist *flp, const char *pfx,
2504 finish_root_table (struct flist *flp, const char *pfx, const char *lastname,
2507 struct flist *fli2;
2787 struct flist *flp = NULL;
2792 struct flist *fli;
2820 fli = XNEW (struct flist);
2844 struct flist *fli;
2880 struct flist *fl
1355 struct flist { struct
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c1169 tree flist = NULL_TREE;
1189 flist = decl;
1195 if (flist)
1214 if (flist)
1215 for (; flist; flist = OVL_NEXT (flist))
1217 add_method (t, OVL_CURRENT (flist), using_decl);
1218 alter_access (t, OVL_CURRENT (flist), access);
1167 tree flist = NULL_TREE; local
/freebsd-11-stable/sys/xen/interface/io/
H A Dfsif.h156 struct fsif_list_request flist; member in union:fsif_request::__anon13553
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon.h397 struct list_head flist[RADEON_NUM_RINGS]; member in struct:radeon_sa_manager
410 struct list_head flist; member in struct:radeon_sa_bo
H A Dradeon_sa.c68 INIT_LIST_HEAD(&sa_manager->flist[i]);
155 list_del_init(&sa_bo->flist);
213 INIT_LIST_HEAD(&sa_bo->flist);
237 if (!list_empty(&sa_manager->flist[i])) {
276 if (list_empty(&sa_manager->flist[i])) {
280 sa_bo = list_first_entry(&sa_manager->flist[i],
281 struct radeon_sa_bo, flist);
337 INIT_LIST_HEAD(&(*sa_bo)->flist);
397 list_add_tail(&(*sa_bo)->flist,
398 &sa_manager->flist[fenc
[all...]
/freebsd-11-stable/sys/net/
H A Dflowtable.c115 SLIST_HEAD(flist, flentry);
116 /* Make sure we can use pcpu_zone_ptr for struct flist. */
117 CTASSERT(sizeof(struct flist) == sizeof(void *));
128 struct flist **ft_table;
426 static struct flist *
509 struct flist *flist; local
623 flist = flowtable_list(ft, hash);
625 if (SLIST_EMPTY(flist)) {
627 SLIST_INSERT_HEAD(flist, fl
709 struct flist *flist; local
762 struct flist *flist, freelist; local
1137 struct flist *flist; local
[all...]

Completed in 172 milliseconds