Searched refs:pc_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/ubsec/
H A Dubsecreg.h127 u_int16_t pc_offset; /* crypto offset */ member in struct:ubsec_pktctx
141 volatile u_int16_t pc_offset; /* crypto/auth offset */ member in struct:ubsec_pktctx_long
H A Dubsec.c1244 ctx.pc_offset = htole16(coffset >> 2);
1505 ctxl->pc_offset = ctx.pc_offset;
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_busdma.h142 usb_frlength_t pc_offset, usb_frlength_t len);
H A Dusb_busdma.c257 usb_frlength_t pc_offset, usb_frlength_t len)
264 usbd_get_page(pc, pc_offset, &res);
278 pc_offset += res.length;
256 usb_uiomove(struct usb_page_cache *pc, struct uio *uio, usb_frlength_t pc_offset, usb_frlength_t len) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp330 uint16_t pc_offset = debug_line_data.GetU16(&offset); local
331 log->Printf( "0x%8.8x: DW_LNS_fixed_advance_pc (0x%4.4x)", op_offset, pc_offset);
332 row.address += pc_offset;

Completed in 67 milliseconds