Searched refs:list (Results 276 - 300 of 1154) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile5 box.cpp limit.cpp list.cpp over.cpp text.cpp \
/freebsd-10.0-release/share/examples/sunrpc/dir/
H A Ddir_proc.c40 nlp = &res.readdir_res_u.list;
H A Drls.c78 for (nl = result->readdir_res_u.list; nl != NULL; nl = nl->next) {
/freebsd-10.0-release/sys/geom/bde/
H A Dg_bde_work.c15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
43 * which we can start at this time and put the item on the work-list.
45 * Scan the work-list for items which are ready for crypto processing
107 TAILQ_INSERT_TAIL(&sc->worklist, wp, list);
119 TAILQ_REMOVE(&sc->worklist, wp, list);
193 TAILQ_REMOVE(&sc->freelist, sp, list);
218 TAILQ_FOREACH(sp, &sc->freelist, list) {
230 TAILQ_FOREACH(sp, &sc->freelist, list)
243 TAILQ_INSERT_TAIL(&sc->freelist, sp, list);
[all...]
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
70 list_for_each_entry_safe(dev, tmpdev, &tlist, catas_err.list) {
127 list_add(&dev->catas_err.list, &catas_list);
168 INIT_LIST_HEAD(&dev->catas_err.list);
180 list_del(&dev->catas_err.list);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
77 list_for_each_entry(priv, &ppriv->child_intfs, list) {
137 list_add_tail(&priv->list, &ppriv->child_intfs);
172 list_for_each_entry_safe(priv, tpriv, &ppriv->child_intfs, list) {
176 list_del(&priv->list);
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dcatas.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
81 list_add(&priv->catas_err.list, &catas_list);
104 list_for_each_entry_safe(priv, tmppriv, &tlist, catas_err.list) {
132 INIT_LIST_HEAD(&priv->catas_err.list);
163 list_del(&priv->catas_err.list);
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_fmr_pool.h16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
70 struct list_head list; member in struct:ib_pool_fmr
/freebsd-10.0-release/usr.bin/chpass/
H A Dchpass.h16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
62 extern ENTRY list[];
/freebsd-10.0-release/usr.sbin/ngctl/
H A DMakefile8 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
/freebsd-10.0-release/contrib/gcc/
H A Dfixproto139 echo "" >fixproto.list
266 && grep "$rel_source_file" fixproto.list >/dev/null
271 echo "${rel_source_file}" >>fixproto.list
283 if grep "$rel_source_file" fixproto.list >/dev/null ; then
304 || grep "sys/time.h" fixproto.list >/dev/null ; then
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.h23 #include <list>
103 // FIXME: Don't use std::list here.
105 std::list<FormatToken> Tokens;
188 // Thus, we need to keep a list of preprocessor directives to be reported
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h16 #include <list>
35 /// one that gets hit, when the program stops. It keeps a list of all
156 /// site's owner list.
181 /// The index in the list of owners for which you wish the owner location.
262 /// The method removes the owner at \a break_loc_id from this breakpoint list.
277 // owner, we don't store a list. The usual case will be only one owner...
285 BreakpointSite (BreakpointSiteList *list,
H A DWatchpointList.h15 #include <list>
27 /// @brief This class is used by Watchpoint to manage a list of watchpoints,
28 // each watchpoint in the list has a unique ID, and is unique by Address as
34 // Only Target can make the watchpoint list, or add elements to it.
36 // adding the watchpoint to this list sets its ID.
42 /// Default constructor makes an empty list.
52 /// Add a Watchpoint to the list.
55 /// A shared pointer to a watchpoint being added to the list.
58 /// The ID of the Watchpoint in the list.
174 /// Removes the watchpoint given by \b watchID from this list
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_skel.h47 A `skeleton' (or `skel') is either an atom, or a list. A list may
49 list.
73 A list consists of a byte 40 (ASCII '('), followed by a series of
88 /* True if the string was an atom, false if it was a list.
93 If the string is a list, DATA and LEN delimit the entire body of
94 the list. */
100 /* If the string is a list, CHILDREN is a pointer to a
101 null-terminated linked list of skel objects representing the
102 elements of the list, linke
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in12 # notice, this list of conditions and the following disclaimer.
15 # notice, this list of conditions and the following disclaimer in the
71 -list || exit 1
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c824 * then just list its contents.
1562 /* Display entries in 'list' after skipping the first 'len' chars */
1564 complete_display(char **list, u_int len) argument
1571 for (y = 0; list[y]; y++)
1572 m = MAX(m, strlen(list[y]));
1585 for (y = 0; list[y]; y++) {
1586 llen = strlen(list[y]);
1587 tmp = llen > len ? list[y] + len : "";
1599 * Given a "list" of words that begin with a common prefix of "word",
1601 * characters common to all entries in "list"
1604 complete_ambiguous(const char *word, char **list, size_t count) argument
1640 char *tmp, **list, argterm[3]; local
[all...]
/freebsd-10.0-release/sys/net/
H A Draw_cb.c10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
98 LIST_INSERT_HEAD(&V_rawcb_list, rp, list);
115 LIST_REMOVE(rp, list);
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh36 list=`(cd $rorig; ls; cd $rnew; ls) | sort -u`
37 for i in $list; do
/freebsd-10.0-release/usr.bin/cpio/test/
H A DMakefile57 SRCS= list.h \
65 CLEANFILES+= list.h bsdcpio_test
88 ${.OBJDIR}/list.h list.h: ${TESTS} Makefile
90 grep DEFINE_TEST > ${.OBJDIR}/list.h
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dmklocatedb.sh10 # notice, this list of conditions and the following disclaimer.
12 # notice, this list of conditions and the following disclaimer in the
58 filelist=$TMPDIR/_mklocatedb$$.list
/freebsd-10.0-release/usr.bin/tar/test/
H A DMakefile61 list.h \
67 CLEANFILES+= list.h
86 list.h: ${TESTS} Makefile
88 grep DEFINE_TEST > ${.OBJDIR}/list.h
96 rm -f list.h
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A Dsend-logs.sh9 # notice, this list of conditions and the following disclaimer.
11 # notice, this list of conditions and the following disclaimer in the
62 for i in `pc-sysinstall disk-list | cut -d ':' -f 1`
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.h9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
75 char list[SCRIPT_LEN]; /* Telephone Numbers */ member in struct:datalink::__anon11681::__anon11683
82 int timeout; /* Redial timeout value (end of phone list) */
93 char list[SCRIPT_LEN]; /* copy of cfg.list for strsep() */ member in struct:datalink::__anon11686
94 char *next; /* Next phone from the list */
95 char *alt; /* Alternate (after fail) phone from the list */
122 struct datalink *next; /* Next in the list */
/freebsd-10.0-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp52 static cl::list<std::string>
58 static cl::list<std::string>
64 static cl::list<std::string>
71 static cl::list<std::string>
77 static cl::list<std::string>
83 static cl::list<std::string>

Completed in 224 milliseconds

<<11121314151617181920>>