/illumos-gate/usr/src/cmd/cdrw/ |
H A D | blank.c | 51 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 D | general.c | 57 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 D | dfshares.c | 65 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 D | audit_class.c | 196 * 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 D | audit_event.c | 261 * 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 D | wclib.c | 102 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 D | wtmpfix.c | 116 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 D | sun_sas.h | 134 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 D | rpcsec_gss.c | 89 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 D | streval.c | 498 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 D | envvar.c | 49 * 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 D | smb_kproto.h | 190 SMB_COM_DECL(invalid); variable
|
/illumos-gate/usr/src/cmd/auditd/ |
H A D | doorway.c | 165 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 D | rpcsec_gss.c | 90 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 D | ibmf_impl.c | 294 "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 D | smb_util.c | 785 * 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 D | libsharecore.c | 2224 * 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 D | common.c | 279 * 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 D | mount.c | 976 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 D | synch.c | 1122 * 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 D | e1000g_main.c | 275 * 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 D | igb_main.c | 3086 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 D | fctl.c | 4521 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 D | md_subr.c | 2073 * 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 D | stdef.h | 729 typedef enum { invalid, legacy, logical } posmode; enumerator in enum:__anon8996
|