Searched refs:caplength (Results 1 – 2 of 2) sorted by relevance
63 u_int caplength; in ascii_print() local68 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in ascii_print()69 if (length > caplength) { in ascii_print()70 length = caplength; in ascii_print()106 u_int caplength; in hex_and_ascii_print_with_offset() local114 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in hex_and_ascii_print_with_offset()115 if (length > caplength) { in hex_and_ascii_print_with_offset()116 length = caplength; in hex_and_ascii_print_with_offset()177 u_int caplength; in hex_print_with_offset() local182 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in hex_print_with_offset()[all …]
269 uint32_t caplength; /* caplen & hciversion */ member2342 value = sc->caplength; in pci_xhci_hostcap_read()2920 sc->caplength = XHCI_SET_CAPLEN(XHCI_CAPLEN) | in pci_xhci_init()3083 SNAPSHOT_VAR_OR_LEAVE(sc->caplength, meta, ret, done); in pci_xhci_snapshot()