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

123456

/freebsd-9.3-release/lib/libkvm/
H A Dkvm_private.h96 int _kvm_nlist(kvm_t *, struct nlist *, int);
H A Dkvm_pcpu.c50 static struct nlist kvm_pcpu_nl[] = {
197 struct nlist nl[] = {
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-9.3-release/usr.bin/systat/
H A Dextern.h68 extern struct nlist namelist[];
138 void nlisterr(struct nlist []);
H A Dswap.c47 #include <nlist.h>
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c47 size_t nlist, /* Number of items */ member in struct:__anon4214
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-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c1028 u_int nlist; local
1049 nlist = 0; /* none yet */
1097 for (i = 0; i < nlist; i++)
1100 for ( ; i < nlist; i++) {
1113 for (j = nlist; j > i; j--)
1122 if (nlist < NTP_MAXLIST)
1123 nlist++;
1131 for (i = 1; i < nlist; i++)
1135 nlist = i;
1147 if (0 == nlist)
[all...]
/freebsd-9.3-release/bin/ps/
H A Dextern.h34 struct nlist;
/freebsd-9.3-release/sbin/dmesg/
H A Ddmesg.c55 #include <nlist.h>
65 struct nlist nl[] = {
/freebsd-9.3-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c7 #include <nlist.h>
56 struct nlist nl[] = {
/freebsd-9.3-release/usr.bin/ipcs/
H A Dipc.c45 #include <nlist.h>
60 struct nlist symbols[] = {
/freebsd-9.3-release/usr.bin/ktrdump/
H A Dktrdump.c40 #include <nlist.h>
53 static struct nlist nl[] = {
/freebsd-9.3-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);
H A D44arp.c35 #include <nlist.h>
/freebsd-9.3-release/usr.bin/ldd/
H A Dsods.c81 static void dump_sym(const struct nlist *);
105 static const struct nlist *sym_base;
236 sym_base = (const struct nlist *) align_struct(file_base + N_SYMOFF(*ex));
413 dump_sym(&rtsym_base[i].nlist);
473 dump_sym(const struct nlist *np)
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/heimdal/
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-9.3-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-9.3-release/contrib/ntp/adjtimed/
H A Dadjtimed.c36 #include <nlist.h>
345 static struct nlist nl[] = {
425 nlist("/hp-ux", nl);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h36 struct nlist;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipnat.c51 # include <nlist.h>
58 # define nlist nlist64 macro
237 struct nlist nat_nlist[10] = {
251 if (nlist(kernel, nat_nlist) == -1) {
252 fprintf(stderr, "nlist error\n");
/freebsd-9.3-release/usr.bin/netstat/
H A Dnetisr.c107 struct nlist nl[] = {
227 struct nlist nl[] = {
324 struct nlist nl[] = {
333 struct nlist nl_nws[2];

Completed in 304 milliseconds

123456