Searched refs:report (Results 1 - 11 of 11) sorted by relevance

/seL4-camkes-master/projects/picotcp/test/
H A Dunits.sh2 rm -f /tmp/pico-mem-report-*
31 MAXMEM=`cat /tmp/pico-mem-report-* | sort -r -n |head -1`
36 rm -f /tmp/pico-mem-report-*
H A Dautotest.sh36 rm -f /tmp/pico-mem-report-*
352 MAXMEM=`cat /tmp/pico-mem-report-* | sort -r -n |head -1`
357 rm -f /tmp/pico-mem-report-*
/seL4-camkes-master/tools/seL4/cmake-tool/helpers/
H A Dplatform_sift.py103 def report(data=None, c_symbols: Dict[str, str] = {}, use_c=False) -> str: function
155 report = '{head}{body}{tail}'.format(head=head, body=body, tail=tail) variable
166 report = '{head}{body}'.format(head=head, body='\n'.join(regions)) variable
168 return report
191 print(report(data, c_symbols, use_c=use_c))
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_mld.c658 struct mld_message *report = NULL; local
676 report = (struct mld_message *)(pico_mld_fill_hopbyhop((struct pico_ipv6_hbhoption*)hbh));
677 if(!report) {
682 report->type = report_type;
683 report->max_resp_delay = 0;
684 report->mcast_group = p->mcast_group.ip6;
686 report->crc = 0;
688 /* report->crc = short_be(pico_icmp6_checksum(p->f)); */
691 pico_ipv6_to_string(grpstr, report->mcast_group.addr);
737 mld_dbg("MLD: send membership report o
744 struct mldv2_report *report = NULL; local
820 struct mld_message *report = NULL; local
[all...]
H A Dpico_igmp.c559 p->max_resp_time = message->max_resp_time; /* if IGMPv3 report this will be 0 (res0 field) */
695 igmp_dbg("IGMP: send membership report on group %08X to %08X\n", mcast_group.addr, dst.addr);
724 struct igmpv3_report *report = NULL; local
738 report = (struct igmpv3_report *)p->f->transport_hdr;
739 report->type = IGMP_TYPE_MEM_REPORT_V3;
740 report->res0 = 0;
741 report->crc = 0;
742 report->res1 = 0;
743 report->groups = short_be(1);
745 record = (struct igmpv3_group_record *)(((uint8_t *)report)
769 struct igmp_message *report = NULL; local
[all...]
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dmisc.c23 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) argument
29 if (report) {
H A Dfat.h400 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...);
/seL4-camkes-master/kernel/manual/
H A Dmanual.tex7 \documentclass[a4paper,11pt,twoside]{report}
/seL4-camkes-master/projects/picotcp/test/unit/
H A Dmodunit_pico_mld.c303 struct mldv2_report *report; local
346 report = (struct mldv2_report *)(p->f->transport_hdr + MLD_ROUTER_ALERT_LEN);
347 report->crc = short_be(pico_icmp6_checksum(p->f));
/seL4-camkes-master/kernel/manual/parts/
H A Dio.tex461 Each context bank contains registers to report faults on address translation, for
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex1 \documentclass[a4paper]{report}

Completed in 123 milliseconds