Searched defs:invalid (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/cdrw/
H A Dblank.c51 int type, invalid; local
73 invalid = 0;
82 invalid = 1;
118 /* invalid blank type was passed on the command line */
119 invalid = 1;
122 if (invalid) {
/illumos-gate/usr/src/cmd/dfs.cmds/general/
H A Dgeneral.c57 static int invalid();
110 if (invalid(fsname, dfp)) { /* valid ? */
112 "%s: invalid file system name\n", cmd);
149 * invalid(name, f) - return non-zero if name is not in
154 invalid(name, f) function
/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c65 static int invalid(const char *, FILE *);
170 if (invalid(fsname, dfp)) { /* valid ? */
172 "%s: invalid file system name\n", cmd);
195 * invalid(name, f) - return non-zero if name is not in
200 invalid(const char *name, /* file system name */ function
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c196 * or a pointer to an invalid entry if the the class
200 * Return 0, set result pointer to invalid entry, if class not in cache.
207 static int invalid; local
265 invalid = lines;
266 class_tbl[invalid] = (au_class_ent_t *)
268 if (class_tbl[invalid] == NULL) {
272 class_tbl[invalid]->ac_name = "invalid class";
273 class_tbl[invalid]->ac_class = 0;
274 class_tbl[invalid]
[all...]
H A Daudit_event.c261 * or a pointer to an invalid entry if the event number
273 static int invalid; /* 1+index of the highest event number */ local
306 * events file. Make the next to last element an invalid
342 invalid = lines;
343 p_tbl[invalid] = (au_event_ent_t *)
345 if (p_tbl[invalid] == NULL) {
349 p_tbl[invalid]->ae_number = (au_event_t)-1;
350 p_tbl[invalid]->ae_name = "invalid event number";
351 p_tbl[invalid]
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dwclib.c102 static int invalid(const char *file, int nlines) function
106 error(ERROR_SYSTEM|1, "invalid multibyte character");
231 eline = invalid(file, nlines);
452 eline = invalid(file, nlines);
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c116 static int invalid(char *);
290 * invalid() determines whether the name field adheres to the criteria
296 invalid(char *name) function
463 if (invalid(Ut.ut_name) == INVALID) {
/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h134 boolean_t invalid; member in struct:sun_sas_hba
148 boolean_t invalid; member in struct:phy_info
155 boolean_t invalid; member in struct:sun_sas_port
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c89 bool_t invalid; /* can't use this any more */ member in struct:_rpc_gss_data
387 ap->invalid = FALSE;
527 ap->invalid = TRUE;
682 ap->invalid = TRUE;
693 ap->invalid = TRUE;
800 * Reject an invalid context.
802 if (ap->invalid)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c498 int invalid,wasop=0; local
540 invalid = wasop;
585 invalid = 0;
589 if(invalid && op>A_ASSIGN)
606 if(invalid)
645 if(!invalid)
795 invalid = 0;
/illumos-gate/usr/src/lib/libumem/common/
H A Denvvar.c49 * be either "valid" or "invalid".
578 goto invalid;
583 goto invalid;
594 invalid:
652 umem_setup_envvars(int invalid) argument
667 if (invalid) {
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h190 SMB_COM_DECL(invalid); variable
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c165 static int invalid = 0; local
199 case AUDITD_INVALID: /* invalid */
201 bad_count = ++invalid;
202 (void) strcpy(rcbuf, "invalid");
906 static char *invalid_msg = "invalid audit record discarded";
907 static char *invalid_control = "invalid audit control discarded";
1127 gettext("invalid data received from c2audit\n"));
1137 gettext("invalid data length received from c2audit\n"));
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c90 bool_t invalid; /* can't use this any more */ member in struct:_rpc_gss_data
171 * entries) are invalid.
287 * If auth in cache is invalid and not in use, destroy it.
308 if (ap->invalid ||
848 ap->invalid = FALSE;
959 ap->invalid = TRUE;
1115 ap->invalid = TRUE;
1166 ap->invalid = TRUE;
1336 * Reject an invalid context.
1338 if (ap->invalid) {
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c294 "invalid class", tnf_uint, class,
413 boolean_t invalid = B_FALSE; local
593 invalid = B_TRUE;
620 invalid = B_TRUE;
639 if (invalid == B_TRUE) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c785 * A share name is considered invalid if it contains control
793 const char *invalid = "\"/\\[]:|<>+;,?*="; local
799 if (strpbrk(sharename, invalid) != NULL)
820 const char *invalid = "\"/\\[]<>+;,?*=@"; local
831 if (strpbrk(name, invalid) != NULL)
955 const char *invalid = "\"/\\[]:|<>+=;,?"; local
972 if (strpbrk(workgroup, invalid) != NULL)
984 * Check for invalid characters in the given path. The list of invalid
990 * as separator not an invalid characte
996 char *invalid = "\\"\\\\[]:|<>+;,?*="; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c2224 * Convert invalid characters in a resource name (SMB share name)
2225 * to underscores ('_'). The list of invalid characters includes
2231 * are stripped from the path before converting invalid characters.
2237 char *invalid = "\"/\\[]:|<>+;,?*="; local
2284 if ((iscntrl(*p)) || strchr(invalid, *p))
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c279 * default prompt is used. If not message for invalid input is supplied,
285 yesno(char *prompt, char *invalid, boolean_t dflt) argument
314 /* Indicate invalid input, and try again. */
315 if (invalid != NULL)
316 (void) printf("%s", invalid);
1056 * Verify the alternate subject label is real or invalid.
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c976 int invalid = 0; local
1004 invalid = 0;
1206 invalid = 1;
1214 if (!invalid) {
1252 pr_err(gettext("invalid option: \"%s\"\n"), saveopt);
1746 * recognized but invalid protocol (eg. ticlts, ticots, etc.).
2196 strerror(errno) : "invalid error "
2275 msg = "invalid error returned "
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1122 * we are returning could be invalid due to a forkall()
1933 robust_t *invalid; local
1964 invalid = NULL;
1972 /* remember the first invalid entry, if any */
1973 if (rlp->robust_lock == INVALID_ADDR && invalid == NULL)
1974 invalid = rlp;
1981 if ((rlp = invalid) != NULL) {
1983 * Reuse the invalid entry we found above.
3450 * Therefore, we must return EINVAL now if the timout is invalid.
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c275 * of dev_info is always valid, but on SPARC platform, it could be invalid
4320 boolean_t invalid; local
4325 invalid = B_FALSE;
4353 invalid = B_TRUE;
4370 invalid = B_TRUE;
4374 if (invalid) {
5034 "e1000g_diag_ioctl: invalid ioctl command 0x%X\n",
5056 "e1000g_diag_ioctl: invalid access space 0x%X\n",
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3086 boolean_t invalid; local
3090 invalid = B_FALSE;
3115 invalid = B_TRUE;
3131 invalid = B_TRUE;
3134 if (invalid) {
4452 "invalid call to igb_alloc_intr_handles(): %d\n",
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4521 int invalid = 0; local
4532 invalid = (rnodep->fd_flags == FC_REMOTE_NODE_INVALID) ? 1 : 0;
4535 if (rnodep == NULL || invalid) {
4558 * marked it as "invalid", which means that it is in the
4562 invalid = (pd->pd_state == PORT_DEVICE_INVALID) ? 1 : 0;
4566 if (pd == NULL || invalid) {
4569 * marked as "invalid".) Allocate a new one and use that.
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2073 * return value = 0 :invalid num_threads
2985 char *invalid = " (Invalid minor number %u) "; local
2993 (void) snprintf(buf, sizeof (buf), invalid, mnum);
3027 (void) snprintf(buf, sizeof (buf), invalid, mnum);
3041 (void) snprintf(buf, sizeof (buf), invalid, mnum);
3473 * Validate the list and skip invalid devices. Then create
3716 * are cases it may be invalid. It is advisory.
3918 * set to zero, as zero is an invalid cluster nodeid. The exceptions are the
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h729 typedef enum { invalid, legacy, logical } posmode; enumerator in enum:__anon8996

Completed in 284 milliseconds

12