Searched refs:notes (Results 1 - 25 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_s60/
H A DMakefile3 BUILD= intro.html notes.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_wince/
H A DMakefile3 BUILD= intro.html notes.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_vxworks/
H A DMakefile3 BUILD= faq.html intro.html intro6x.html introae.html notes.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_win/
H A DMakefile3 BUILD= faq.html intro.html notes.html small.html test.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/doc/
H A DMakefile.am18 management-notes.txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/build_unix/
H A DMakefile4 intro.html irix.html linux.html macosx.html notes.html osf1.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dkcore.c319 struct memelfnote notes[3]; local
376 * Set up the notes in similar form to SVR4 core dumps made
382 notes[0].name = CORE_STR;
383 notes[0].type = NT_PRSTATUS;
384 notes[0].datasz = sizeof(struct elf_prstatus);
385 notes[0].data = &prstatus;
389 nhdr->p_filesz = notesize(&notes[0]);
390 bufp = storenote(&notes[0], bufp);
393 notes[1].name = CORE_STR;
394 notes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A DMakefile209 @./unzip -bo $(TESTZIP) -d testun notes
210 @cat testun/notes
213 @./unzip -boq $(TESTZIP) notes -d testun
215 @if diff testun/notes testun/notes2; then true; else \
221 @./testsfx -bo notes
222 @if diff notes testun/notes; then true; else \
224 @rm -f testsfx.x notes testun/notes testun/notes2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c1363 struct memelfnote notes[0]; member in struct:elf_thread_core_info
1403 fill_note(&t->notes[0], "CORE", NT_PRSTATUS,
1405 *total += notesize(&t->notes[0]);
1411 * that has no core_note_type or is inactive, we leave t->notes[i]
1430 fill_note(&t->notes[i], "LINUX",
1435 fill_note(&t->notes[i], "CORE",
1438 *total += notesize(&t->notes[i]);
1467 * Figure out how many notes we're going to need for each thread.
1495 notes[info->thread_notes]),
1522 * Fill in the two process-wide notes
1598 struct memelfnote notes[3]; member in struct:elf_thread_status
1641 struct memelfnote *notes; member in struct:elf_note_info
[all...]
H A Dbinfmt_elf_fdpic.c1446 struct memelfnote notes[3]; member in struct:elf_thread_status
1465 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus),
1468 sz += notesize(&t->notes[0]);
1472 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu),
1475 sz += notesize(&t->notes[1]);
1480 fill_note(&t->notes[2], "LINUX", ELF_CORE_XFPREG_TYPE,
1483 sz += notesize(&t->notes[2]);
1599 struct memelfnote *notes = NULL; local
1637 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL);
1638 if (!notes)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugrptpvwstd.tex16 files from and add notes to it.
H A Dportnote.tex9 requires. This chapter collects notes about differences among supported platforms and ports.
H A Ddebugrptpvw.tex56 all of the files and, potentially, adding some notes. Return \true if the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A DMakefile304 @./unzip -bo $(TESTZIP) -d testun notes
305 @cat testun/notes
308 @./unzip -boq $(TESTZIP) notes -d testun
310 @if diff testun/notes testun/notes2; then true; else \
316 @./testsfx -bo notes
317 @if diff notes testun/notes; then true; else \
319 @$(RM) testsfx notes testun/notes testun/notes2
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/docs/
H A Dautodocifier.pl81 # prepare notes if they exist
82 my $notes = (defined $usage->{notes})
83 ? "$usage->{notes}\n\n"
106 "$notes" .
118 # notes => "...",
255 $name is the name of the applet. $type can be "trivial", "full", "notes",
274 =item B<notes>
278 of notes being used, see init_notes_usage in F<usage.h>. I<OPTIONAL>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddbgrptg.cpp351 // lower part of the dialog: notes field
411 // if the user entered any notes, add them to the report
412 const wxString notes = m_notes->GetValue(); local
413 if ( !notes.empty() )
416 m_dbgrpt.AddText(_T("notes.txt"), notes, _T("user notes"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S10 ## Some notes about the bug/feature for future reference:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A DMakefile183 @echo " INSTALL file for notes on compiling various targets. As a last resort,"
515 @./unzip -bo $(TESTZIP) -d testun notes
516 @cat testun/notes
519 @./unzip -boq $(TESTZIP) notes -d testun
521 @if diff testun/notes testun/notes2; then true; else \
527 @./testsfx -bo notes
528 @if diff notes testun/notes; then true; else \
530 @$(RM) testsfx notes testun/notes testu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvmlinux.lds.S15 notes PT_NOTE FLAGS(0);
68 NOTES :kernel :notes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_rpc.c768 run, notes, "this is my note") == NULL) {
771 if (EVTAG_ARRAY_ADD_VALUE(run, notes, "pps") == NULL) {
819 /* verify the notes */
824 if (EVTAG_ARRAY_LEN(run, notes) != 2) {
828 if (EVTAG_ARRAY_GET(run, notes, 0, &note_one) == -1 ||
829 EVTAG_ARRAY_GET(run, notes, 1, &note_two) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_gnv_curl_release_notes.com11 $! Set the name of the release notes from the GNV_PCSI_FILENAME_BASE
73 $ curl_release_notes = f$search("sys$disk:[--]release-notes.")
80 $ write sys$output "Can not find Curl release-notes file."
H A Dbuild_gnv_curl_pcsi_desc.com19 $! Add Release notes file.
22 $! than the release notes file and the source backup file.
476 $! Add Release notes file.
479 " file ""[SYSHLP]''filename_base'.release_notes"" release notes ;"
H A Dbuild_gnv_curl_pcsi_text.com13 $! Set the name of the release notes from the GNV_PCSI_FILENAME_BASE
191 $ write ptxt "=prompt Release notes are available in the [SYSHLP] directory."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsleep.S198 @ Intel PXA270 Specification Update notes problems sleeping
245 @ Intel PXA255 Specification Update notes problems
301 @ Intel PXA270 Specification Update notes problems performing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c1225 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections.
1230 unsigned int notes; member in struct:module_notes_attrs
1259 unsigned int notes, loaded, i; local
1263 /* failed to create section attributes, so can't create notes */
1267 /* Count notes sections and allocate structures. */
1268 notes = 0;
1272 ++notes;
1274 if (notes == 0)
1278 + notes * sizeof(notes_attrs->attrs[0]),
1283 notes_attrs->notes
[all...]

Completed in 223 milliseconds

12