Searched defs:ignore (Results 26 - 42 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c82 struct ignore *ignore[HSHSIZE];/* Pointer to ignored fields */ variable in typeref:struct:ignore
128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c58 char ignore[MAXSYMS]; variable
126 ignore[nsyms] = ignorethis;
181 int reject; /* 0 or 1: pass thru; 1 or 2: ignore comments */
240 reject = ignore[cursym] ? 1 : 2;
243 if (ignore[cursym])
267 reject = ignore[thissym] ? 1 : 2;
270 if (!ignore[thissym]) {
284 if (!ignore[thissym]) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c216 ufs_trans_push_si(ufsvfs_t *ufsvfsp, delta_t dtyp, int ignore) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c590 ds1287_intr(caddr_t ignore) argument
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c155 static int ignore = OFF; /* what's done for FATAL errors */ variable
383 case 'I': /* ignore FATAL errors */
384 ignore = ON;
662 * now we accept the IDLE state and ENDOFJOB as legitimate and ignore the
997 sbuf[e-mesgptr-4] = '\0'; /* ignore the trailing " ]%%" */
1143 if (kind != NON_FATAL && ignore == OFF)
1167 ignore = ON;
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c194 mdmn_clnt_create(char *ignore, void *data, struct timeval *time_out) argument
1376 /* if the slave is in abort state, we just ignore it. */
1748 /* If this node didn't join the disk set, ignore it */
2448 /* for now we ignore set / class in md_mn_verbose_t */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c366 ** That's also why we currently ignore the
476 /* let's ignore these temporary errors */
2882 connecttimeout(ignore)
2883 int ignore;
3101 sigfunc_t ignore, oalrm, ousr1; local
3163 SM_NOOP_SIGNAL(SIGCHLD, ignore);
3164 SM_NOOP_SIGNAL(SIGHUP, ignore);
3165 SM_NOOP_SIGNAL(SIGINT, ignore);
3166 SM_NOOP_SIGNAL(SIGPIPE, ignore);
3167 SM_NOOP_SIGNAL(SIGTERM, ignore);
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c679 char ignore; local
693 ignore = '\0';
708 ignore, &ignorep1, &ignore32, &ignorep2, PathName,
713 0, PCFS_VISIT_SUBDIRS, PCFS_TRAVERSE_ALL, ignore,
H A Ddir.c672 char ignore = '\0'; local
698 ignore, &ignorep1, &ignore32, &ignorep2, ignorecp,
703 0, PCFS_NO_SUBDIRS, PCFS_FIND_CHKS, ignore,
773 int ignore = 0; local
787 &appendPoint, ignorecp, &ignore);
793 &ignore);
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc120 int ignore; local
188 ignore = 0;
199 ignore++;
202 if (silent_flag || ignore) {
204 ignore +
213 if (ignore) {
1765 Boolean ignore; local
1789 ignore = false;
1798 ignore = true;
1819 ignore,
[all...]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h303 struct ignore { struct
304 struct ignore *i_link; /* Next ignored field in bucket */
352 #define M_IGNORE 1 /* Do "ignore/retain" processing */
524 register struct ignore **table);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c606 * silently ignore this (this provides better backward
1048 * allow ignore filtering to ld.so.1, otherwise
1101 * ignore this filtee.
1758 int ignore = 0; local
1771 if (ignore) {
1778 dip->di_flags |= ignore = FLG_DI_IGNORE;
2211 * a debug build. In a production build, we will silently ignore
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2621 nfs4_error_t ignore; local
2623 &ignore);
2625 &ignore);
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c630 pm_end_idledown(dev_info_t *dip, void *ignore) argument
653 pm_end_idledown_walk(void *ignore) argument
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c207 static int ignore(char *);
613 if (ignore(mget.mnt_mntopts))
865 * Return 1 if "ignore" appears in the options string
868 ignore(char *opts) function
882 * we act as if the "ignore" option isn't set rather than fail.
944 /* ignore fstype */
1029 * If mount points were not specified, then we ignore
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c113 static int ignore(char *);
1063 /* ignore non "nfs" and save the "ignore" entries */
1091 if (ignore(m.mnt_mntopts)) {
1095 * nfs mount. The ignore is an indication
1270 * Return 1 if "ignore" appears in the options string
1273 ignore(char *opts) function
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1530 struct sigaction cbuf, ibuf, qbuf, ignore, dfl; local
1585 (void) memset(&ignore, 0, sizeof (ignore));
1586 ignore.sa_handler = SIG_IGN;
1587 (void) sigaction(SIGINT, &ignore, &ibuf);
1588 (void) sigaction(SIGQUIT, &ignore, &qbuf);
2033 * an event we have played before, ignore it

Completed in 118 milliseconds

12