Searched refs:sentry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp611 WatchpointSentry *sentry = (WatchpointSentry *) sentry_void; local
612 sentry->DoReenable();
747 // This sentry object makes sure the current watchpoint is disabled
750 WatchpointSentry sentry(process_sp, wp_sp);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_cd.c1833 union msf_lba *sentry, *eentry; local
1855 sentry = &softc->toc.entries[st].addr;
1858 sentry->msf.minute,
1859 sentry->msf.second,
1860 sentry->msf.frame,
/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c7371 const struct ctl_cmd_entry *entry, *sentry; local
7393 sentry = &((const struct ctl_cmd_entry *)
7396 lun->be_lun->lun_type, sentry))
7465 sentry = &((const struct ctl_cmd_entry *)
7468 lun->be_lun->lun_type, sentry))
7474 scsi_ulto2b(sentry->length,

Completed in 200 milliseconds