Home
last modified time | relevance | path

Searched refs:nlist (Results 1 – 25 of 182) sorted by relevance

12345678

/trueos/usr.sbin/ngctl/
HDdot.c66 struct namelist *nlist; in DotCmd() local
111 nlist = (struct namelist *)nlresp->data; in DotCmd()
116 for (i = 0; i < nlist->numnames; i++) in DotCmd()
118 (uintmax_t)nlist->nodeinfo[i].id, in DotCmd()
119 nlist->nodeinfo[i].name[0] != '\0' ? in DotCmd()
120 nlist->nodeinfo[i].name : UNNAMED, in DotCmd()
121 nlist->nodeinfo[i].type, (uintmax_t)nlist->nodeinfo[i].id); in DotCmd()
126 for (i = 0; i < nlist->numnames; i++) in DotCmd()
127 if (nlist->nodeinfo[i].hooks == 0) in DotCmd()
129 (uintmax_t)nlist->nodeinfo[i].id); in DotCmd()
[all …]
HDlist.c68 struct namelist *nlist; in ListCmd() local
113 nlist = (struct namelist *) resp->data; in ListCmd()
115 nlist->numnames, named_only ? "named " : ""); in ListCmd()
116 ninfo = nlist->nodeinfo; in ListCmd()
121 while (nlist->numnames > 0) { in ListCmd()
127 nlist->numnames--; in ListCmd()
130 while (nlist->numnames > 0) { in ListCmd()
138 nlist->numnames--; in ListCmd()
/trueos/lib/libc/gen/
HDnlist.c58 int __fdnlist(int, struct nlist *);
59 int __aout_fdnlist(int, struct nlist *);
60 int __elf_fdnlist(int, struct nlist *);
63 nlist(name, list) in nlist() function
65 struct nlist *list;
78 int (*fn)(int fd, struct nlist *list);
91 struct nlist *list;
109 struct nlist *list;
111 struct nlist *p, *symtab;
156 symtab = (struct nlist *)(a_out_mmap + symoff);
[all …]
/trueos/contrib/gdb/gdb/
HDdbxread.c873 struct internal_nlist nlist; in dbx_next_symbol_text() local
879 INTERNALIZE_SYMBOL (nlist, &symbuf[symbuf_idx], symfile_bfd); in dbx_next_symbol_text()
884 return nlist.n_strx + stringtab_global + file_string_table_offset; in dbx_next_symbol_text()
961 set_namestring (struct objfile *objfile, struct internal_nlist nlist) in set_namestring() argument
965 if (((unsigned) nlist.n_strx + file_string_table_offset) >= in set_namestring()
973 namestring = nlist.n_strx + file_string_table_offset + in set_namestring()
1181 struct internal_nlist nlist; in read_dbx_symtab() local
1294 INTERNALIZE_SYMBOL (nlist, bufp, abfd); in read_dbx_symtab()
1309 switch (nlist.n_type) in read_dbx_symtab()
1318 nlist.n_value += ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)); in read_dbx_symtab()
[all …]
/trueos/sys/sys/
HDlink_aout.h87 struct nlist nlist; member
91 #define nz_un nlist.n_un
92 #define nz_strx nlist.n_un.n_strx
93 #define nz_name nlist.n_un.n_name
94 #define nz_type nlist.n_type
95 #define nz_value nlist.n_value
96 #define nz_desc nlist.n_desc
97 #define nz_other nlist.n_other
/trueos/cddl/contrib/opensolaris/head/
HDnlist.h35 struct nlist { struct
45 extern int nlist(const char *, struct nlist *); argument
47 extern int nlist();
/trueos/lib/libkvm/
HDkvm_sparc.c95 struct nlist nlist[2]; local
139 nlist[0].n_name = "_pmap_stod";
140 nlist[1].n_name = 0;
141 if (kvm_nlist(kd, nlist) != 0) {
145 if (kvm_read(kd, (u_long)nlist[0].n_value,
HDkvm.c77 int __fdnlist(int, struct nlist *);
286 kvm_fdnlist_prefix(kvm_t *kd, struct nlist *nl, int missing, const char *prefix, in kvm_fdnlist_prefix()
289 struct nlist *n, *np, *p; in kvm_fdnlist_prefix()
305 len += sizeof(struct nlist) + strlen(prefix) + in kvm_fdnlist_prefix()
312 len += sizeof(struct nlist); in kvm_fdnlist_prefix()
321 cp += unresolved * sizeof(struct nlist); in kvm_fdnlist_prefix()
329 bcopy(p, np, sizeof(struct nlist)); in kvm_fdnlist_prefix()
386 _kvm_nlist(kvm_t *kd, struct nlist *nl, int initialize) in _kvm_nlist()
388 struct nlist *p; in _kvm_nlist()
487 kvm_nlist(kvm_t *kd, struct nlist *nl) in kvm_nlist()
/trueos/contrib/byacc/test/
HDerr_inherit4.y27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %destructor { } <nlist>
39 } <nlist>
45 namelist * nlist; member
HDbtyacc_destroy1.y33 %type <nlist> declaration
34 %type <nlist> locnamelist
37 %type <nlist> namelist
54 namelist * nlist;
HDbtyacc_destroy3.y36 %type <nlist> declaration
37 %type <nlist> locnamelist
40 %type <nlist> namelist
57 namelist * nlist;
HDbtyacc_destroy2.y33 %type <nlist> declaration
34 %type <nlist> locnamelist
37 %type <nlist> namelist
54 namelist * nlist;
HDerr_inherit1.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist; member
HDerr_inherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist; member
HDinherit2.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist; member
HDerr_inherit3.y26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist; member
HDerr_inherit5.y26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
37 } <nlist>
43 namelist * nlist; member
/trueos/usr.bin/gprof/
HDaout.c51 static bool funcsymbol(struct nlist *);
119 struct nlist nbuf; in getsymtab()
124 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) { in getsymtab()
143 for (i = xbuf.a_syms; i > 0; i -= sizeof(struct nlist)) { in getsymtab()
191 funcsymbol(struct nlist *nlistp) in funcsymbol()
/trueos/usr.sbin/crunch/crunchide/
HDexec_aout.c53 struct nlist *symbase;
94 struct nlist *symp; in hide_aout()
136 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp)); in hide_aout()
141 nsyms = hdrp->a_syms / sizeof(struct nlist); in hide_aout()
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c1308 register int nlist; in clock_select() local
1326 nlist = 0; /* none yet */ in clock_select()
1354 for (i = 0; i < nlist; i++) in clock_select()
1357 for ( ; i < nlist; i++) { in clock_select()
1370 for (j = nlist; j > i; j--) in clock_select()
1379 if (nlist < NTP_MAXLIST) in clock_select()
1380 nlist++; in clock_select()
1388 for (i = 1; i < nlist; i++) in clock_select()
1391 nlist = i; in clock_select()
1402 if (nlist == 0) in clock_select()
[all …]
HDntpdate.c1040 register int nlist; in clock_select() local
1058 nlist = 0; /* none yet */ in clock_select()
1106 for (i = 0; i < nlist; i++) in clock_select()
1109 for ( ; i < nlist; i++) { in clock_select()
1122 for (j = nlist; j > i; j--) in clock_select()
1131 if (nlist < NTP_MAXLIST) in clock_select()
1132 nlist++; in clock_select()
1140 for (i = 1; i < nlist; i++) in clock_select()
1143 nlist = i; in clock_select()
1154 if (nlist == 0) in clock_select()
[all …]
/trueos/contrib/ntp/include/
HDl_stdlib.h108 struct nlist;
109 extern int nlist P((const char *, struct nlist *));
374 extern int nlist P((char *, struct nlist *));
455 extern int nlist P((char *, struct nlist *));
/trueos/include/
HDnlist.h46 int nlist(const char *, struct nlist *);
/trueos/contrib/ntp/ntpd/
HDntp_proto.c1808 int nlist, nl3; local
1842 nlist = 0;
1844 nlist += peer_hash_count[n];
1845 if (nlist > list_alloc) {
1851 while (list_alloc < nlist) {
1872 nlist = nl3 = 0; /* none yet */
1920 peer_list[nlist++] = peer;
1993 for (allow = 0; 2 * allow < nlist; allow++) {
2005 if (n >= nlist - allow)
2014 if (n >= nlist - allow)
[all …]
/trueos/contrib/tcsh/
HDtw.init.c47 size_t nlist, /* Number of items */ member
113 if (sl->tlist <= sl->nlist) { in tw_str_add()
129 for (i = 0; i < sl->nlist; i++) in tw_str_add()
134 ptr = sl->list[sl->nlist++] = &sl->buff[sl->nbuff]; in tw_str_add()
150 sl->tlist = sl->nlist = 0; in tw_str_free()
325 qsort(tw_cmd.list, tw_cmd.nlist, sizeof(Char *), fcompare); in tw_cmd_sort()
328 for (i = 0, fwd = 0; i + 1 < tw_cmd.nlist; i++) { in tw_cmd_sort()
337 tw_cmd.nlist -= fwd; in tw_cmd_sort()
397 if (tw_cmd_state.cur < tw_cmd.nlist) { in tw_cmd_next()
826 for (i = 0; i < tw_item.nlist; i++) in tw_item_find()

12345678