Lines Matching refs:pend

700 	char *p = sym, *pend = sym + sizeof(sym);  in resource_string()  local
706 p = string(p, pend, "io ", str_spec); in resource_string()
709 p = string(p, pend, "mem ", str_spec); in resource_string()
712 p = string(p, pend, "irq ", str_spec); in resource_string()
715 p = string(p, pend, "dma ", str_spec); in resource_string()
718 p = string(p, pend, "bus ", str_spec); in resource_string()
721 p = string(p, pend, "??? ", str_spec); in resource_string()
726 p = string(p, pend, "size ", str_spec); in resource_string()
727 p = number(p, pend, resource_size(res), *specp); in resource_string()
729 p = number(p, pend, res->start, *specp); in resource_string()
732 p = number(p, pend, res->end, *specp); in resource_string()
737 p = string(p, pend, " 64bit", str_spec); in resource_string()
739 p = string(p, pend, " pref", str_spec); in resource_string()
741 p = string(p, pend, " window", str_spec); in resource_string()
743 p = string(p, pend, " disabled", str_spec); in resource_string()
745 p = string(p, pend, " flags ", str_spec); in resource_string()
746 p = number(p, pend, res->flags, flag_spec); in resource_string()
1107 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr); in ip6_addr_string_sa() local
1145 p = number(p, pend, ntohs(sa->sin6_port), spec); in ip6_addr_string_sa()
1149 p = number(p, pend, ntohl(sa->sin6_flowinfo & in ip6_addr_string_sa()
1154 p = number(p, pend, sa->sin6_scope_id, spec); in ip6_addr_string_sa()
1167 char *pend = ip4_addr + sizeof(ip4_addr); in ip4_addr_string_sa() local
1189 p = number(p, pend, ntohs(sa->sin_port), spec); in ip4_addr_string_sa()