Home
last modified time | relevance | path

Searched refs:usd (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dusd3 # $File: usd,v 1.2 2020/05/21 22:17:00 christos Exp $
10 …arAnimationStudios/USD/blob/ebac0a8b6703f4fa1c27115f1f013bb9819662f4/pxr/usd/usd/crateFile.h#L441-…
15 !:ext usd
21 !:ext usd
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c120 usd_to_seg_desc(struct user_segment_descriptor *usd) in usd_to_seg_desc() argument
124 seg_desc.base = (u_int)USD_GETBASE(usd); in usd_to_seg_desc()
125 if (usd->sd_gran) in usd_to_seg_desc()
126 seg_desc.limit = (u_int)(USD_GETLIMIT(usd) << 12) | 0xfff; in usd_to_seg_desc()
128 seg_desc.limit = (u_int)USD_GETLIMIT(usd); in usd_to_seg_desc()
129 seg_desc.access = usd->sd_type | usd->sd_dpl << 5 | usd->sd_p << 7; in usd_to_seg_desc()
130 seg_desc.access |= usd->sd_xx << 12; in usd_to_seg_desc()
131 seg_desc.access |= usd->sd_def32 << 14; in usd_to_seg_desc()
132 seg_desc.access |= usd->sd_gran << 15; in usd_to_seg_desc()
312 struct user_segment_descriptor usd; in validate_seg_desc() local
[all …]
/freebsd/share/doc/usd/10.exref/
H A DMakefile.inc1 VOLUME= usd/10.exref
/freebsd/share/doc/usd/12.vi/
H A DMakefile.inc1 VOLUME= usd/12.vi
/freebsd/share/doc/usd/title/
H A DMakefile1 VOLUME= usd
/freebsd/share/doc/usd/06.bc/
H A DMakefile1 VOLUME= usd/06.bc
/freebsd/share/doc/usd/05.dc/
H A DMakefile1 VOLUME= usd/05.dc
/freebsd/share/doc/usd/18.msdiffs/
H A DMakefile1 VOLUME= usd/18.msdiffs
/freebsd/share/doc/usd/11.vitut/
H A DMakefile1 VOLUME= usd/11.edit
/freebsd/share/doc/usd/contents/
H A DMakefile1 VOLUME= usd
/freebsd/share/doc/usd/04.csh/
H A DMakefile1 VOLUME= usd/04.csh
/freebsd/share/doc/usd/21.troff/
H A DMakefile1 VOLUME= usd/21.troff
/freebsd/share/doc/usd/22.trofftut/
H A DMakefile38 VOLUME= usd/22.trofftut
/freebsd/share/doc/usd/07.mail/
H A DMakefile1 VOLUME= usd/07.mail
/freebsd/share/doc/usd/20.meref/
H A DMakefile1 VOLUME= usd/20.meref
/freebsd/share/doc/usd/19.memacros/
H A DMakefile1 VOLUME= usd/19.memacros
/freebsd/tests/sys/kern/
H A Dsocket_splice.c392 int error, fd, sd, usd[2]; in ATF_TC_BODY() local
445 error = socketpair(AF_UNIX, SOCK_STREAM, 0, usd); in ATF_TC_BODY()
447 splice_init(&sp, usd[0], 0, NULL); in ATF_TC_BODY()
450 error = setsockopt(usd[1], SOL_SOCKET, SO_SPLICE, &sp, sizeof(sp)); in ATF_TC_BODY()
452 checked_close(usd[0]); in ATF_TC_BODY()
453 checked_close(usd[1]); in ATF_TC_BODY()
/freebsd/share/doc/usd/13.viref/
H A DMakefile1 VOLUME= usd/13.viref
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ul-ccimx6ulsbcpro.dts113 emmc-usd-mux-hog {
/freebsd/contrib/file/magic/
H A DMakefile.am321 $(MAGIC_FRAGMENT_DIR)/usd \
H A DMakefile.in599 $(MAGIC_FRAGMENT_DIR)/usd \
/freebsd/
H A DObsoleteFiles.inc13057 OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
13058 OLD_DIRS+=usr/share/doc/usd/04.csh
13059 OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
13060 OLD_DIRS+=usr/share/doc/usd/05.dc
13061 OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
13062 OLD_DIRS+=usr/share/doc/usd/06.bc
13063 OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
13064 OLD_DIRS+=usr/share/doc/usd/07.mail
13065 OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
13066 OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
[all …]
/freebsd/contrib/mandoc/
H A DTODO726 - Is all the content from http://www.std.com/obi/BSD/doc/usd/28.tbl/tbl
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra114-asus-tf701t.dts1888 vdd_2v9_usd: regulator-vdd-usd {
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9310 for (clang::UsingShadowDecl *usd : ud->shadows()) { in DeclContextFindDeclByName()
9311 clang::Decl *target = usd->getTargetDecl(); in DeclContextFindDeclByName()
9424 for (clang::UsingShadowDecl *usd : ud->shadows()) { in CountDeclLevels()
9425 clang::Decl *target = usd->getTargetDecl(); in CountDeclLevels()