Lines Matching refs:uts
66 (cd $SRC/uts && $make -k clobber_h)
77 test -f $SRC/uts/common/sys/priv_names.h ||
78 (cd $SRC/uts && $make -k all_h)
87 (cd $SRC/uts && $make -k install_h)
92 (cd $SRC/uts/common/gssapi && $make -k install_h)
93 (cd $SRC/uts/common/sys && $make -k install_h)
94 (cd $SRC/uts/common/smb && $make -k install_h)
95 (cd $SRC/uts/common/smbsrv && $make -k install_h)
132 (cd $SRC/uts/$x/nsmb && $make $targ) ;
133 (cd $SRC/uts/$x/smbfs && $make $targ) ;
134 (cd $SRC/uts/$x/smbsrv && $make $targ) )
244 find uts/common/sys -name '*.[ch]' -print |sort
245 find uts/common/net -name '*.[ch]' -print |sort
246 find uts/common/netinet -name '*.[ch]' -print |sort
247 find uts/common/smb -name '*.[ch]' -print |sort
248 find uts/common/smbsrv -name '*.ndl' -print |sort
249 find uts/common/smbsrv -name '*.[ch]' -print |sort
250 find uts/common/fs/smbsrv -name '*.[ch]' -print |sort
251 find uts/common/gssapi -name '*.[ch]' -print |sort