Searched refs:found (Results 51 - 75 of 698) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c119 boolean_t found; local
181 found = B_FALSE;
199 found = B_TRUE;
206 if (!found) {
221 boolean_t found; local
289 found = B_FALSE;
297 found = B_TRUE;
303 if (!found) {
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s34 je .found / yes
67 .found:
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c263 goto found;
265 goto found;
268 goto found;
272 goto found;
276 goto found;
279 goto found;
282 goto found;
287 found:
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h74 int lookup_device(char *supplied, char *found);
76 int scan_for_cd_device(int mode, cd_device **found);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c91 boolean_t found = B_FALSE; local
99 found = B_TRUE;
105 return (found);
112 boolean_t found; local
174 found = B_FALSE;
180 found = B_TRUE;
190 found = B_TRUE;
214 if (found == B_FALSE) {
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh64 found=`zoneadm -z $zonename list -p 2>/dev/null`
65 if [ $found ]; then
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c237 char *pt, *found; local
275 found = NULL;
281 found = chp->token;
283 } else if (found) {
287 found = chp->token;
302 found = menup->invis[i];
304 } else if (found) {
308 found = menup->invis[i];
312 if (found) {
313 choice[nchoice++] = found;
555 struct _choice_ *found; local
[all...]
H A Dputdev.c116 * pointed to by "p", escaping those characters in "q" found in the
439 int found; /* TRUE the attr is found */ local
547 found = FALSE;
558 } while (!found && noerr &&
561 if (!found && noerr) {
862 int found; /* FLAG, TRUE if attr found for dev */ local
903 found = FALSE;
904 for (old = ent->attrlist; !found
1103 int found; /* TRUE if attribute found */ local
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Drem_drv.c61 int modid, found; local
144 if ((found = get_major_no(driver_name, name_to_major)) == ERROR) {
148 if (found == UNIQUE) {
170 if (modctl(MODUNLOADDRVCONF, (major_t)found) < 0) {
177 if (mod_unloaded && (modctl(MODREMMAJBIND, (major_t)found) < 0)) {
179 (void) fprintf(stderr, gettext(ERR_MODREMMAJ), found);
185 (void) sprintf(maj_num, "%d", found);
H A Dupdate_drv.c102 int found; local
292 found = get_major_no(driver_name, name_to_major);
293 if (found == ERROR) {
299 if (found == UNIQUE) {
305 major_num = (major_t)found;
427 found = get_major_no(driver_name, name_to_major);
428 if (found == ERROR) {
434 if (found == UNIQUE) {
440 major_num = (major_t)found;
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c189 descriptor_t **found; local
191 found = apply_filter(media, filter, errp);
195 media = found;
292 descriptor_t **found; local
302 found = (descriptor_t **)calloc(cnt + 1, sizeof (descriptor_t *));
303 if (found == NULL) {
328 found[pos++] = media[i];
340 found[pos] = NULL;
344 return (found);
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c281 int found; local
297 found = 0;
300 found++;
302 if (!found && fname[0] != '/') {
310 found++;
315 found++;
374 found = 0;
379 found++;
384 if (!found) {
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllnext.c67 register int found = 0; local
97 if (found)
154 found = 1;
/illumos-gate/usr/src/lib/libfru/libfru/
H A DnameSyntaxYacc.y85 int found = 0;
89 found = 1;
91 if ( !found )
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c34 * pathname cannot be found.
139 static int dev_flag; /* if set, dev + rdev match was found */
207 int found = 0; local
277 while ((!found) && (srch_dirs[dirno].name != NULL)) {
291 found = 1;
294 found = srch_dir(srch_dirs[dirno], match_mask,
304 if (!found)
305 found = srch_dir(dev_dir, match_mask, 0, srch_dirs, fsp);
312 if (found) {
468 * fsb. It puts the answer into rbuf. If a match is found o
489 int found = 0; local
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s31 * or NULL if not found in n chars; don't stop at \0.
60 bz .notfound ! yup, c not found, return null ptr
72 bz .notfound ! c not found in first n bytes
81 bz .notfound ! c not found in first n bytes
90 bz .notfound ! c not found in first n bytes
113 bz,a .searchchar2 ! c not found if magic expression == 0
124 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
128 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
132 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s31 * or NULL if not found in n chars; don't stop at \0.
60 bz %ncc, .notfound ! yup, c not found, return null ptr
72 bz %ncc, .notfound ! c not found in first n bytes
81 bz %ncc, .notfound ! c not found in first n bytes
90 bz %ncc, .notfound ! c not found in first n bytes
113 bz,a %ncc, .searchchar2 ! c not found if magic expression == 0
123 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
128 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
132 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found
[all...]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c68 boolean_t found = B_FALSE; local
96 found = B_TRUE;
100 if (found == B_FALSE) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c462 off64_t found = 0; local
549 gettext("No boot partition found on drive\n"));
552 found = ltohi(part[bootPart].relsect) * BPSEC;
553 return (found);
557 found = ltohi(part[primaryPart].relsect) * BPSEC;
558 return (found);
563 * drive found), so we had better have an extended partition or
619 * Already found an extended
638 * The number of logical drives we've found thus
643 found
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c113 int found; local
136 while ((found = getextmntent(mpt, &mnt,
138 if (found == 0) {
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c126 int found = 0; local
152 while ((p < limit) && (found == 0)) {
156 found++;
164 if (found == 0)
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c55 boolean_t found; local
161 found = B_FALSE;
192 found = B_TRUE;
196 if (found) {
198 * If found and not in_package, then don't write
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-power-suspend-sunos.sh16 echo No suspend method found >&2
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c206 char found; local
218 found = 0;
223 found++;
229 if (found) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_010_neg.ksh59 typeset found
67 found=false
71 found=true
80 if [[ $found == "false" ]]; then

Completed in 123 milliseconds

1234567891011>>