Home
last modified time | relevance | path

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

12345678910>>...14

/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh65 find . -print | cpio -pdum "$UNPACKED_ROOT" 2> /dev/null
121 filelist=`find .`
142 find `cat boot/solaris/filelist.ramdisk` -type file \
144 find usr/kernel -type file -print 2> /dev/null \
152 find `cat ../../boot/solaris/filelist.ramdisk` \
165 find kernel platform -name unix | \
167 find kernel platform -name genunix | cpio -pdum $DST \
169 find kernel platform -name platmod | cpio -pdum $DST \
171 find `find kernel platform -name cpu` | \
173 find `find kernel platform -name kmdb\*` | \
[all …]
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv292 find uts/common/sys -name '*.[ch]' -print |sort
293 find uts/common/net -name '*.[ch]' -print |sort
294 find uts/common/netinet -name '*.[ch]' -print |sort
295 find uts/common/smb -name '*.[ch]' -print |sort
296 find uts/common/smbsrv -name '*.ndl' -print |sort
297 find uts/common/smbsrv -name '*.[ch]' -print |sort
298 find uts/common/fs/smbsrv -name '*.[ch]' -print |sort
299 find uts/common/gssapi -name '*.[ch]' -print |sort
300 find common/smbsrv -name '*.[ch]' -print |sort
301 find head -name '*.h' -print |sort
[all …]
H A Dmake-idmap166 find uts/common/sys -name '*.[ch]' -print |sort
167 find uts/common/net -name '*.[ch]' -print |sort
168 find uts/common/netinet -name '*.[ch]' -print |sort
169 find uts/common/rpcsvc -name '*.[ch]' -print |sort
170 find uts/common/idmap -name '*.[ch]' -print |sort
171 find head -name '*.h' -print |sort
172 find lib/libidmap -name '*.[ch]' -print |sort
173 find lib/libadutils -name '*.[ch]' -print |sort
174 find lib/libldap5 -name '*.[ch]' -print |sort
175 find cmd/idmap -name '*.[ch]' -print |sort
H A Dmake-smbclnt218 find uts/common/sys -name '*.[ch]' -print |sort
219 find uts/common/net -name '*.[ch]' -print |sort
220 find uts/common/netinet -name '*.[ch]' -print |sort
221 find uts/common/smb -name '*.[ch]' -print |sort
222 find uts/common/netsmb -name '*.[ch]' -print |sort
223 find uts/common/fs/smbclnt -name '*.[ch]' -print |sort
224 find head -name '*.h' -print |sort
225 find lib/smbclnt -name '*.[ch]' -print |sort
226 find lib/libsmbfs -name '*.[ch]' -print |sort
227 find cmd/fs.d/smbclnt -name '*.[ch]' -print |sort
[all …]
H A Dmake-nfs223 find uts/common/sys -name '*.[ch]' -print |sort
224 find uts/common/net -name '*.[ch]' -print |sort
225 find uts/common/netinet -name '*.[ch]' -print |sort
226 find uts/common/nfs -name '*.[ch]' -print |sort
227 find uts/common/rpc -name '*.[ch]' -print |sort
228 find uts/common/klm -name '*.[ch]' -print |sort
229 find uts/common/fs/nfs -name '*.[ch]' -print |sort
230 find uts/common/gssapi -name '*.[ch]' -print |sort
231 find head -name '*.h' -print |sort
232 find cmd/fs.d/nfs -name '*.[ch]' -print |sort
H A Dmake-zfs290 find uts/common/sys -name '*.[ch]' -print |sort
291 find uts/common/fs/zfs -name '*.[ch]' -print |sort
292 find lib/libzpool -name '*.[ch]' -print |sort
293 find lib/libzfs -name '*.[ch]' -print |sort
294 find cmd/zpool -name '*.[ch]' -print |sort
295 find cmd/zfs -name '*.[ch]' -print |sort
296 find cmd/zdb -name '*.[ch]' -print |sort
297 find cmd/zhack -name '*.[ch]' -print |sort
298 find cmd/zinject -name '*.[ch]' -print |sort
299 find cmd/ztest -name '*.[ch]' -print |sort
[all …]
H A Dmake-gss149 find uts/common/sys -name '*.[ch]' -print |sort
150 find uts/common/net -name '*.[ch]' -print |sort
151 find uts/common/netinet -name '*.[ch]' -print |sort
152 find uts/common/gssapi -name '*.[ch]' -print |sort
153 find head -name '*.h' -print |sort
154 find lib/gss_mechs -name '*.[ch]' -print |sort
155 find cmd/gss -name '*.[ch]' -print |sort
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrstr.c45 strstr(const char *s, const char *find) in strstr() argument
50 if ((c = *find++) != '\0') { in strstr()
51 len = strlen(find); in strstr()
57 } while (strncmp(s, find, len) != 0); in strstr()
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c574 sid2pid_t find; in kidmap_cache_add_sid2uid() local
580 find.sid_prefix = sid_prefix; in kidmap_cache_add_sid2uid()
581 find.rid = rid; in kidmap_cache_add_sid2uid()
585 result = avl_find(&sid2pid_hb->tree, &find, &where); in kidmap_cache_add_sid2uid()
618 pid2sid_t find; in kidmap_cache_add_sid2uid() local
624 find.pid = uid; in kidmap_cache_add_sid2uid()
628 result = avl_find(&uid2sid_hb->tree, &find, &where); in kidmap_cache_add_sid2uid()
667 sid2pid_t find; in kidmap_cache_add_sid2gid() local
673 find.sid_prefix = sid_prefix; in kidmap_cache_add_sid2gid()
674 find.rid = rid; in kidmap_cache_add_sid2gid()
[all …]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c805 sid2uid_gid_t find; in idmap_cache_add_sid2uid() local
809 find.sid_prefix = sid_prefix; in idmap_cache_add_sid2uid()
810 find.rid = rid; in idmap_cache_add_sid2uid()
813 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2uid()
853 pid2sid_winname_t find; in idmap_cache_add_sid2uid() local
857 find.pid = uid; in idmap_cache_add_sid2uid()
860 result = avl_find(&idmap_cache.uid2sid_winname.tree, &find, in idmap_cache_add_sid2uid()
917 sid2uid_gid_t find; in idmap_cache_add_sid2gid() local
921 find.sid_prefix = sid_prefix; in idmap_cache_add_sid2gid()
922 find.rid = rid; in idmap_cache_add_sid2gid()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dtest_kernel.sh67 find -name \*.c.smatch -exec rm \{\} \;
71 find -name \*.c.smatch -exec cat \{\} \; -exec rm \{\} \; > $WLOG
72 find -name \*.c.smatch.sql -exec cat \{\} \; -exec rm \{\} \; > $WLOG.sql
73 find -name \*.c.smatch.caller_info -exec cat \{\} \; -exec rm \{\} \; > $WLOG.caller_info
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup273 find $SPOOL -name core -print > $TMP
283 find $PUBDIR/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1
284 find $SPOOL/* -depth -type d -exec rmdir {} \; >/dev/null 2>&1
285 find $SEQDIR -type f -mtime +30 -exec rm -f {} \;
286 find $WORKDIR -type f -mtime +1 -exec rm -f {} \;
287 find $STATDIR -type f -mtime +2 -exec rm -f {} \;
288 find $CORRUPT -type f -mtime +10 -exec rm -f {} \;
H A Duupick136 find . -depth -print | \
140 find $j -depth -print > $tmpdir/$$uupick
162 then find $j -print
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.S33 cmpb %sil,%dl / find it?
39 cmpb %sil,%dl / find it?
45 cmpb %sil,%dl / find it?
51 cmpb %sil,%dl / find it?
H A Dwschr.S46 cmpl %esi,%edx / find it?
52 cmpl %esi,%edx / find it?
58 cmpl %esi,%edx / find it?
64 cmpl %esi,%edx / find it?
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com38 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
39 SSRCS :sh= find . -name SCCS -prune -o -name *.S -print | cut -b3-
40 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
42 TSTS :sh= find . -name tst.*.d -o -name err.*.d -o \
47 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
/illumos-gate/usr/src/ucbcmd/whereis/
H A Dwhereis.c124 void find(char **, char *);
272 find(srcdirs, cp); in looksrc()
281 find(bindirs, cp); in lookbin()
290 find(mandirs, cp); in lookman()
304 find(char **dirs, char *cp) in find() function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S47 cmpl %ecx,%edx / find it?
53 cmpl %ecx,%edx / find it?
59 cmpl %ecx,%edx / find it?
65 cmpl %ecx,%edx / find it?
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c600 struct config *find; in config_bydev_lookup() local
606 if ((find = lut_lookup(fromcfg->devcache, in config_bydev_lookup()
610 np = config_nodeize(find); in config_bydev_lookup()
626 struct config *find; in config_bydevid_lookup() local
632 if ((find = lut_lookup(fromcfg->devidcache, in config_bydevid_lookup()
636 np = config_nodeize(find); in config_bydevid_lookup()
652 struct config *find; in config_bytp_lookup() local
658 if ((find = lut_lookup(fromcfg->tpcache, in config_bytp_lookup()
662 np = config_nodeize(find); in config_bytp_lookup()
678 struct config *find; in config_bycpuid_lookup() local
[all …]
/illumos-gate/usr/src/test/zfs-tests/
H A DMakefile.com19 PROGS:sh = find . -maxdepth 1 -type f \( \
22 FILES:sh = find . -maxdepth 1 -type f \( \
63 SUBDIRS:sh = find ./* -maxdepth 0 -type d
/illumos-gate/usr/src/test/smbsrv-tests/
H A DMakefile.com20 PROGS:sh = find . -maxdepth 1 -type f \( \
24 FILES:sh = find . -maxdepth 1 -type f \( \
69 SUBDIRS:sh = find ./* -maxdepth 0 -type d ; exit 0
/illumos-gate/usr/src/cmd/find/
H A DMakefile26 PROG= find
27 XPG4PROG= find
28 FINDOBJS1= find.o
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh92 find $mnt -mount -print | \
111 find $* -mount -print | acctdusg > dtmp
133 find $dir -print | acctdusg > dtmp
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py103 return {'cr_number': bug.find('id').text,
104 'synopsis': bug.find('subject').text,
105 'status': bug.find('status').attrib['name']
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHandle.cc88 if (openHandles.find(id) == mapend) { in Handle()
141 if (openHandles.find(id) == mapend) {
168 openHandles.erase(openHandles.find(getHandle())); in ~Handle()
209 if (openHandles.find(id) == openHandles.end()) { in findHandle()
348 if (portHandles.find(wwn) == portHandles.end()) { in getHandlePort()

12345678910>>...14