Searched refs:flist (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/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-10.0-release/sys/dev/drm2/radeon/
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...]
H A Dradeon.h395 struct list_head flist[RADEON_NUM_RINGS]; member in struct:radeon_sa_manager
408 struct list_head flist; member in struct:radeon_sa_bo
/freebsd-10.0-release/usr.bin/gprof/
H A Dprintlist.c55 struct stringlist *flist = &fhead; variable in typeref:struct:stringlist
H A Dgprof.h248 struct stringlist *flist; variable in typeref:struct:stringlist
H A Dgprof.c108 addlist( flist , *argv );
112 addlist( flist , *++argv );
H A Darcs.c825 if ( onlist( flist , childp -> name )
835 if ( ( !onlist( flist , childp -> name ) )
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dfile.c339 unpack(const char *pkg, const char *flist) argument
363 if (vsystem("/usr/bin/tar -xp %s -f '%s' %s", comp, pkg, flist ? flist : "")) {
/freebsd-10.0-release/sys/xen/interface/io/
H A Dfsif.h156 struct fsif_list_request flist; member in union:fsif_request::__anon11203
/freebsd-10.0-release/sys/dev/tx/
H A Dif_tx.c603 struct epic_frag_list *flist; local
610 flist = arg;
614 flist->frag[i].fraglen = segs[i].ds_len;
615 flist->frag[i].fragaddr = segs[i].ds_addr;
617 flist->numfrags = nseg;
655 struct epic_frag_list *flist; local
662 flist = sc->tx_flist + sc->cur_tx;
672 epic_dma_map_txbuf, flist, 0);
695 epic_dma_map_txbuf, flist, 0);
1484 struct epic_frag_list *flist; local
[all...]
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_dummy.c173 DUMMY_XATTR(flist); variable
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_dummy.c164 DUMMY_XATTR(flist); variable
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1895 sort > INDEX-PRESENT.flist
1897 sort > INDEX-NEW.flist
1898 comm -23 INDEX-PRESENT.flist INDEX-NEW.flist > files.removed
1899 comm -13 INDEX-PRESENT.flist INDEX-NEW.flist > files.added
1900 comm -12 INDEX-PRESENT.flist INDEX-NEW.flist > files.updated
1901 rm INDEX-PRESENT.flist INDEX-NEW.flist
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c282 * Examine the list of formal parameters 'flist' and determine if the formal
284 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
287 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
291 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
303 * against which to compare the prototype is specified as 'flist'. If plist
304 * and flist are the same, we require that named parameters are unique. If
305 * plist and flist are different, we require that named parameters in plist
306 * match a name that is present in flist.
310 dt_node_t *flist, cons
309 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
[all...]
/freebsd-10.0-release/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-10.0-release/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

Completed in 261 milliseconds