Searched refs:smh (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c596 spa_mmp_history_t *smh = (spa_mmp_history_t *)data; local
602 seq_printf(f, (smh->error_start ? skip_fmt : write_fmt),
603 (u_longlong_t)smh->mmp_node_id, (u_longlong_t)smh->txg,
604 (u_longlong_t)smh->timestamp, (longlong_t)smh->io_error,
605 (longlong_t)smh->duration, (u_longlong_t)smh->mmp_delay,
606 (u_longlong_t)smh->vdev_guid, (u_longlong_t)smh
616 spa_mmp_history_t *smh; local
679 spa_mmp_history_t *smh; local
710 spa_mmp_history_t *smh; local
743 spa_mmp_history_t *smh; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp228 const mach_header *smh = mh; local
232 smh = &headerCopy;
236 const uint32_t lcCount = smh->ncmds;
239 StringRef lcRange(lcStart, smh->sizeofcmds);
244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype);
254 f->fileType = HeaderFileType(smh->filetype);
255 f->flags = smh->flags;

Completed in 44 milliseconds