Searched refs:nlist (Results 26 - 50 of 147) sorted by relevance

123456

/freebsd-10.0-release/lib/libkvm/
H A Dkvm_private.h96 int _kvm_nlist(kvm_t *, struct nlist *, int);
H A Dkvm_vnet.c46 #include <nlist.h>
65 struct nlist nl[] = {
H A Dkvm_cptime.c46 static struct nlist kvm_cp_time_nl[] = {
/freebsd-10.0-release/usr.bin/systat/
H A Dextern.h68 extern struct nlist namelist[];
134 void nlisterr(struct nlist []);
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.init.c47 size_t nlist, /* Number of items */ member in struct:__anon4373
113 if (sl->tlist <= sl->nlist) {
129 for (i = 0; i < sl->nlist; i++)
134 ptr = sl->list[sl->nlist++] = &sl->buff[sl->nbuff];
150 sl->tlist = sl->nlist = 0;
325 qsort(tw_cmd.list, tw_cmd.nlist, sizeof(Char *), fcompare);
328 for (i = 0, fwd = 0; i + 1 < tw_cmd.nlist; i++) {
337 tw_cmd.nlist -= fwd;
397 if (tw_cmd_state.cur < tw_cmd.nlist) {
826 for (i = 0; i < tw_item.nlist;
[all...]
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c1040 register int nlist; local
1058 nlist = 0; /* none yet */
1106 for (i = 0; i < nlist; i++)
1109 for ( ; i < nlist; i++) {
1122 for (j = nlist; j > i; j--)
1131 if (nlist < NTP_MAXLIST)
1132 nlist++;
1140 for (i = 1; i < nlist; i++)
1143 nlist = i;
1154 if (nlist
[all...]
H A Dntptimeset.c1308 register int nlist; local
1326 nlist = 0; /* none yet */
1354 for (i = 0; i < nlist; i++)
1357 for ( ; i < nlist; i++) {
1370 for (j = nlist; j > i; j--)
1379 if (nlist < NTP_MAXLIST)
1380 nlist++;
1388 for (i = 1; i < nlist; i++)
1391 nlist = i;
1402 if (nlist
[all...]
/freebsd-10.0-release/bin/ps/
H A Dextern.h34 struct nlist;
/freebsd-10.0-release/sbin/dmesg/
H A Ddmesg.c55 #include <nlist.h>
64 static struct nlist nl[] = {
/freebsd-10.0-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c7 #include <nlist.h>
56 struct nlist nl[] = {
/freebsd-10.0-release/tools/tools/ifpifa/
H A Difpifa.c51 #include <nlist.h>
58 static struct nlist nl[] = {
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipc.c45 #include <nlist.h>
60 struct nlist symbols[] = {
/freebsd-10.0-release/usr.bin/ktrdump/
H A Dktrdump.c40 #include <nlist.h>
53 static struct nlist nl[] = {
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dlsock.c41 #include <nlist.h>
91 struct nlist names[3] = {
104 n = nlist(KERNEL, names);
107 fprintf(stderr, "nlist(%#x) == %d\n", names, n);
/freebsd-10.0-release/usr.bin/ldd/
H A Dsods.c81 static void dump_sym(const struct nlist *);
105 static const struct nlist *sym_base;
237 sym_base = (const struct nlist *) align_struct(file_base + N_SYMOFF(*ex));
414 dump_sym(&rtsym_base[i].nlist);
474 dump_sym(const struct nlist *np)
/freebsd-10.0-release/usr.bin/mail/
H A Dnames.c488 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
498 return (nlist);
508 nlist = gexpand(nlist, ngh, metoo, ntype);
522 nlist = put(nlist, np);
525 return (nlist);
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c1798 int nlist, nl3; local
1832 nlist = 0;
1834 nlist += peer_hash_count[n];
1835 if (nlist > list_alloc) {
1841 while (list_alloc < nlist) {
1862 nlist = nl3 = 0; /* none yet */
1910 peer_list[nlist++] = peer;
1976 * Here, nlist is the number of candidates and allow is the
1983 for (allow = 0; 2 * allow < nlist; allow++) {
1995 if (n >= nlist
[all...]
/freebsd-10.0-release/contrib/ntp/
H A Dltmain.sh4502 # Discover the nlist of each of the dlfiles.
4503 nlist="$output_objdir/${outputname}.nm"
4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dltmain.sh4502 # Discover the nlist of each of the dlfiles.
4503 nlist="$output_objdir/${outputname}.nm"
4505 $show "$rm $nlist ${nlist}S ${nlist}T"
4506 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4528 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4534 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dltmain.sh4510 # Discover the nlist of each of the dlfiles.
4511 nlist="$output_objdir/${outputname}.nm"
4513 $show "$rm $nlist ${nlist}S ${nlist}T"
4514 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4536 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4542 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh4510 # Discover the nlist of each of the dlfiles.
4511 nlist="$output_objdir/${outputname}.nm"
4513 $show "$rm $nlist ${nlist}S ${nlist}T"
4514 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4536 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4542 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/freebsd-10.0-release/contrib/sqlite3/
H A Dltmain.sh4551 # Discover the nlist of each of the dlfiles.
4552 nlist="$output_objdir/${outputname}.nm"
4554 $show "$rm $nlist ${nlist}S ${nlist}T"
4555 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4577 test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
4583 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
[all...]
/freebsd-10.0-release/contrib/gdb/
H A Dltconfig1472 nlist=conftest.nm
1473 if { echo "$progname:1435: eval \"$NM conftest.$objext | $global_symbol_pipe > $nlist\"" >&5; eval "$NM conftest.$objext | $global_symbol_pipe > $nlist 2>&5"; } && test -s "$nlist"; then
1476 if sort "$nlist" | uniq > "$nlist"T; then
1477 mv -f "$nlist"T "$nlist"
1479 rm -f "$nlist"T
1483 if egrep ' nm_test_var$' "$nlist" >/de
[all...]
/freebsd-10.0-release/contrib/ntp/adjtimed/
H A Dadjtimed.c36 #include <nlist.h>
345 static struct nlist nl[] = {
425 nlist("/hp-ux", nl);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-types.h36 struct nlist;

Completed in 229 milliseconds

123456