/illumos-gate/usr/src/cmd/fs.d/nfs/exportfs/ |
H A D | exportfs.sh | 61 bad() { function 69 if set -- `getopt aviuo: $*` ; then : ; else bad ; fi 84 if [ "$DIR" -o "$iflg" -o "$oflg" ] ; then bad ; fi 96 0 ) if [ "$iflg" -o "$uflg" -o "$oflg" ] ; then bad ; fi 102 * ) bad ;; 106 if [ "$iflg" -o "$oflg" ] ; then bad ; fi
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.branch.s | 64 ALTENTRY(bad) function 66 SET_SIZE(bad)
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/ |
H A D | tst.branch.s | 55 ALTENTRY(bad) function 57 SET_SIZE(bad)
|
/illumos-gate/usr/src/test/libc-tests/tests/random/ |
H A D | inz_inval.c | 40 caddr_t bad = (caddr_t)(uintptr_t)23; local 47 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, bad, 0, 0); 55 ret = memcntl(buf, mapsz, MC_INHERIT_ZERO, bad, PROT_READ | PRIVATE, 0);
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_send.c | 82 register int bad = 0; local 155 if (bad > 0) {
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 123 * bad tlabel's are free to be used again. 131 uint64_t bad; local 161 bad = tlabel_handle->tb_bad[node_number]; 167 * If there are any bad tlabels, see if the last bad tlabel recorded for 168 * this nodeid is now good to use. If so, add all bad tlabels for that 171 * NOTE: This assumes that bad tlabels are infrequent. 173 if (bad != 0) { 176 /* add the bad tlabels back into the free list */ 177 free |= bad; [all...] |
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/ |
H A D | newlocale_test.c | 135 locale_t loc, bad; local 150 bad = newlocale(LC_ALL_MASK, "cn_US.BIZRRE", loc); 151 if (bad != NULL) {
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | functions.sh | 252 then err_exit 'getopts with bad option in functions not working' 263 function bad function 269 bad 273 function bad function 279 bad 283 bad() function 289 bad
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk0.c | 132 int bad,accept,skip,t,cc; local 136 bad = accept = skip = 0; 165 bad++; 209 bad++; 237 if (bad) {
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | gpkgmap.c | 48 #define ERR_BAD_VOLUME_NUMBER "bad volume number" 61 static int getnum(FILE *fp, int base, long *d, long bad); 62 static int getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad); 63 static int getvalmode(FILE *fp, mode_t *d, long bad, int map); 68 static int getvalmodevfp(char **cp, mode_t *d, long bad, int map); 69 int getnumvfp(char **cp, int base, long *d, long bad); 70 int getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad); 409 * time. At install time we just fix a mode with bad bits set by 420 getvalmode(FILE *fp, mode_t *d, long bad, int map) argument 435 * "bad" variabl 513 getnum(FILE *fp, int base, long *d, long bad) argument 542 getlnum(FILE *fp, int base, fsblkcnt_t *d, long bad) argument 961 getvalmodevfp(char **cp, mode_t *d, long bad, int map) argument 1048 getnumvfp(char **cp, int base, long *d, long bad) argument 1083 getlnumvfp(char **cp, int base, fsblkcnt_t *d, long bad) argument [all...] |
/illumos-gate/usr/src/cmd/write/ |
H A D | write.c | 104 int bad = 0; local 199 bad++; 217 if (bad < 20) { 218 strlcpy(badterm[bad++], rterm, 219 sizeof (badterm[bad++])); 222 } else if (bad > 0) { 228 for (i = 0; i < bad; i++) 238 if (count == 1 && bad == 0) { 260 if (bad > 0) { 301 if (bad > [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass3b.c | 304 caddr_t bad; local 418 bad = "Unexpected"; 420 bad = "Unknown"; 422 bad, fsdp->fsd_type, inum);
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | sysi86.c | 568 * -not- restoring segment registers that point to bad descriptors; 577 int bad = 0; local 598 bad = 1; 608 bad = 1; 618 bad = 1; 626 if (bad) {
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 226 int bad = 0; local 241 bad = 1; 256 bad = 1; 260 if (bad) {
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 142 static int qflg = 0; /* quiet - don't print warnings on bad options */ 149 #define EX_OPT 1 /* bad options, usage, etc */ 406 #define bad(val) (val == NULL || !isdigit(*val)) macro
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | exrecover.c | 613 int bno, cnt, bad, was; local 658 was = bad = 0; 662 fprintf(stderr, "%d bad, %o > %o\n", ip - zero, *ip, maxt); 668 if (bad == 0) 673 bad++; 677 if (bad == 0) 682 bad++; 684 if (bad)
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_fm.c | 101 * good and bad versions of the buffer (if available), and we annotate the 150 * Otherwise, we risk making bad diagnoses based on B_FAILFAST 372 * distance between the good and bad buffers is the sum of them all. 508 const uint64_t *bad = (const uint64_t *)badbuf; local 562 if (good[idx] == bad[idx]) { 604 // bits set in bad, but not in good 605 set = ((~good[idx]) & bad[idx]); 606 // bits set in good, but not in bad 607 cleared = (good[idx] & (~bad[idx]));
|
H A D | vdev_raidz.c | 317 const char *bad = rm->rm_col[c].rc_data; local 379 zfs_ereport_finish_checksum(zcr, good, bad, B_TRUE); 1912 * Iterate over all combinations of bad data and attempt a reconstruction. 2244 * a child silently returned bad data. Read every block so we can 2301 * In either case, there is enough bad data to prevent
|
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 721 boolean_t bad = B_FALSE; local 734 bad = B_TRUE; 742 bad = B_TRUE; 751 if (bad) {
|
/illumos-gate/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 154 static int infile_fail; /* Count of bad opens. Fix bug ID #1082298 */ 344 infile_fail++; /* Count bad opens. ID #1082298 */ 728 int bad; local 733 bad = FALSE; 753 badone: bad = TRUE; 826 return (!bad && (!*f || isgood(c)));
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 836 cmn_err(CE_WARN, "bad format in slot-table"); 2072 #define bad(val) (val == NULL || !isdigit(*val)) macro
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 92 * This functionality is provided so that a bad or non friendly full hotswap 1587 cmn_err(CE_WARN, "%s#%d: bad format for " 1601 cmn_err(CE_WARN, "%s#%d: bad format for " 2144 #define bad(val) (val == NULL || !isdigit(*val)) macro
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_discovery.c | 55 * "bad" slices are those that are known to libdiskmgt but 60 * "bad" disks are thoese that are known to libdiskmgt but 77 dlist_t **bad); 78 static int generate_known_disks(dlist_t **known, dlist_t **bad); 119 dlist_t **bad, 461 * dlist_t **bad) 466 * bad - populated list of known bad disks 479 dlist_t **bad) 518 /* if the disk is offline, report it as bad */ 477 generate_known_disks( dlist_t **known, dlist_t **bad) argument 660 generate_known_slices( dlist_t *disks, dlist_t **known, dlist_t **bad) argument 1744 check_slice_usage( char *dsname, dm_descriptor_t slice, dm_descriptor_t disk, boolean_t *avail, dlist_t **bad, dlist_t **classes) argument [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunndi.c | 2299 int bad; local 2306 bad = 0; 2319 bad = 1; 2370 bad = 1; 2374 cmn_err(level, "!%s%d: %s %s device; service %s%s"+(bad|changed), 2376 bad ? "invalid report of fault" : action, 2379 cmn_err(level, "!%s%d: %s"+(bad|changed),
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 2240 int bad; local 2243 bad = POP(DS); 2244 if (bad) { 2346 forth_abort(env, "behavior: bad xt: %p indir: %x/%p\n",
|