Searched refs:end_tag (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutresrc.c248 * NULL, a pointer to the end_tag is returned
271 /* The absolute minimum resource template is one end_tag descriptor */
307 /* An end_tag descriptor terminates this resource template */
313 * the 2nd byte of the end_tag
319 /* Return the pointer to the end_tag if requested */
334 /* Did not find an end_tag descriptor */
585 * end_tag - Where the pointer to the end_tag is returned
589 * DESCRIPTION: Find the end_tag resource descriptor in an AML resource template
596 u8 ** end_tag)
595 acpi_ut_get_resource_end_tag(union acpi_operand_object * obj_desc, u8 ** end_tag) argument
[all...]
H A Dexmisc.c167 u8 *end_tag; local
175 * Find the end_tag descriptor in each resource template.
176 * Note1: returned pointers point TO the end_tag, not past it.
177 * Note2: zero-length buffers are allowed; treated like one end_tag
182 status = acpi_ut_get_resource_end_tag(operand0, &end_tag);
187 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer);
191 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
196 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
198 /* Combine both lengths, minimum size will be 2 for end_tag */
202 /* Create a new buffer object for the result (with one end_tag) */
[all...]
H A Damlresrc.h288 struct aml_resource_end_tag end_tag; member in union:aml_resource
H A Dacutils.h523 u8 ** end_tag);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c123 struct pppoe_tag *end_tag = get_tag(dest->hdr, PTT_EOL); local
133 if( end_tag ){
134 memcpy(((char*)end_tag)+tag_len ,
135 end_tag, sizeof(struct pppoe_tag));
137 dest->tags[tagid]=end_tag;
139 memcpy(end_tag, pt, tag_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html559 $end_tag = '';
561 $end_tag = $1;
569 if ($end_tag eq 'ifhtml') {
583 if ($end_tag) {
584 next if $to_skip{"end $end_tag"};
829 } elsif ($end_tag) {
830 if ($format_map{$end_tag}) {
831 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
832 $in_list-- if $format_map{$end_tag} eq 'UL' || $format_map{$end_tag} e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html559 $end_tag = '';
561 $end_tag = $1;
569 if ($end_tag eq 'ifhtml') {
583 if ($end_tag) {
584 next if $to_skip{"end $end_tag"};
829 } elsif ($end_tag) {
830 if ($format_map{$end_tag}) {
831 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
832 $in_list-- if $format_map{$end_tag} eq 'UL' || $format_map{$end_tag} e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexi2html559 $end_tag = '';
561 $end_tag = $1;
569 if ($end_tag eq 'ifhtml') {
583 if ($end_tag) {
584 next if $to_skip{"end $end_tag"};
829 } elsif ($end_tag) {
830 if ($format_map{$end_tag}) {
831 $in_pre = 0 if $format_map{$end_tag} eq 'PRE';
832 $in_list-- if $format_map{$end_tag} eq 'UL' || $format_map{$end_tag} e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c66 DPRINT(("end tag = t%d = %d\n", tnfa->end_tag, match_eo));
70 if (submatch_data[i].so_tag == tnfa->end_tag)
75 if (submatch_data[i].eo_tag == tnfa->end_tag)
H A Dtre-internal.h244 int end_tag; member in struct:tnfa
H A Dtre-compile.c166 tnfa->end_tag = 0;
633 tnfa->end_tag = num_tags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dacrestyp.h363 struct acpi_resource_end_tag end_tag; member in union:acpi_resource_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html16182 my $end_tag = $3;
16189 and ($end_tag eq $state->{'text_macro_stack'}->[-1]))
16193 if ((($end_tag eq 'menu') and $text_macros{'menu'}) or ($region_lines{$end_tag}) or $state->{'arg_expansion'})
16195 add_prev($text, $stack, "\@end${space}$end_tag");
16199 #print STDERR "End $end_tag\n";
16204 elsif ($text_macros{$end_tag})
16206 echo_error ("\@end $end_tag without corresponding element", $line_nr);
16210 add_prev($text, $stack, "\@end${space}$end_tag");
16797 my $end_tag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx.h913 uint8_t end_tag; member in struct:vpd_config

Completed in 285 milliseconds