Searched defs:valid (Results 26 - 46 of 46) sorted by relevance

12

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc453 bool_t valid = TRUE; local
470 dbie = satisfy_query(qi, &count, &valid, FALSE);
471 if (dbie != 0 && (count != 1 || !valid)) {
473 "%s: count=%d, valid=%s",
474 myself, count, valid ? "TRUE" : "FALSE");
669 bool_t valid; local
671 dbie = satisfy_query(q, &count, &valid, FALSE);
672 if (dbie != 0 && count == 1 && valid)
781 * any valid mappings.
1436 bool_t valid; local
[all...]
H A Dnis_parse_ldap_util.c2274 * determine if the ldap filter is valid. This only determines
2424 bool_t valid; local
2426 valid = skip_get_dn(s, end) == end;
2428 if (!valid)
2430 return (valid);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetr_clnt.c121 boolean_t valid; local
184 valid = smb_authinfo_validate(authinfo);
185 if (!valid)
188 return (valid);
196 boolean_t valid; local
220 valid = smb_authinfo_validate(authinfo);
221 if (!valid)
224 return (valid);
848 * credential chain is valid, the new client_credential is generated by
852 * Returns NT_STATUS_SUCCESS if the server returned a valid credentia
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dcache.c414 int valid = 0; local
419 if ((valid = (descp == d)) != 0)
424 return (valid);
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h131 int valid; /* active memory group present */ member in struct:grp
156 int valid; member in struct:inter_grp
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_cfg.c532 * IP address. If the value is neither a valid IPv4 nor IPv6
899 * error will be returned if it is not valid.
1352 * Check valid interfaces. Interface names value can be NULL or empty.
1360 int valid = B_TRUE; local
1364 return (valid);
1375 valid = B_FALSE;
1381 valid = B_FALSE;
1388 return (valid);
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c1031 boolean_t valid = B_TRUE; local
1037 valid = valid_hostname(result);
1039 return (valid);
1131 * A valid, decoded RFC 1035 domain string or sequence of
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c659 krb5_boolean valid; local
701 &pac_data, &checksum, &valid);
709 if (valid == FALSE) {
727 krb5_boolean valid; local
756 &server_checksum, &checksum, &valid);
760 if (valid == FALSE) {
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_rcm.c48 int valid; member in struct:__anon907
170 * Assume there are components with valid capacity
200 * Remember which components have valid
204 cp->valid = 1;
915 if (capinfo[i].valid == 0 ||
981 prevvalidity = prevcapinfo[i].valid;
986 DBG("cm=%d valid=%d type=%d, prevos=%d os=%d\n",
995 capinfo[i].valid = 0;
1089 if (prevcapinfo[i].valid == 0) {
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb_int.h217 u_int32_t valid; /* Valid magic number. */ member in struct:_rlayout
261 NB: this is only valid if a regular
357 * offset of 0 is guaranteed not to be a valid lock.
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c69 #undef valid macro
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c1038 * if we have props without keysource then that isn't valid.
1088 * 'zfs set', and internal functions is valid.
1096 boolean_t valid; local
1103 * the valid keysource changes have no restrictions.
1122 * If we are calling this from a set property operation, the valid
1125 valid = keysource_prop_parser(new, &new_format, &new_locator, &uri);
1126 if (!valid) {
1130 valid = keysource_prop_parser(old, &old_format, &old_locator, &uri);
1135 return (valid);
1138 /* Validate the keysource provided is a valid keysourc
[all...]
H A Dlibzfs_prop.c85 boolean_t valid = ((zpd->zpd_zfs_types & type) != 0); local
87 if (!valid && zpd->zpd_zfs_types != ZFS_TYPE_POOL) {
89 * MOUNTPOINT is valid for shares because it will be tranlsated
91 * valid for filesystems because it will be translated into
97 valid = B_TRUE;
101 valid = B_TRUE;
106 return (valid);
758 * If the property name is valid, its length is returned through the namelen
961 * If a bit for a valid ZFS type is already set in the parent
963 * chain. If not, then OR the valid type
1383 zfs_prop_remap(zfs_handle_t *zhp, int spa_version, int prop, boolean_t *valid) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c506 "a GPT table. However, it does not have a valid "
618 GuidPartitionTableHeader_t const *gpt, bool *valid)
626 *valid = (ptes_crc == PED_LE32_TO_CPU (gpt->PartitionEntryArrayCRC32));
828 If they are valid, read the backup GPT specified by AlternateLBA.
947 /* Both are valid. */
617 check_PE_array_CRC(PedDisk const *disk, GuidPartitionTableHeader_t const *gpt, bool *valid) argument
H A Dmac.c223 int valid = _check_signature (label); local
226 return valid;
730 _("No valid partition map found."));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c100 int valid; /* True when the values in here are valid. */
155 uparams.valid = 1;
368 valid if it occurs in the right place in SHORT_OPTIONS (otherwise it's
495 /* O has a valid short option which hasn't already been used.*/
614 /* Returns the first valid short option in ENTRY, or 0 if there is none. */
622 /* Returns the first valid long option in ENTRY, or 0 if there is none. */
808 character of long options. Entries without *any* valid
1145 /* OPT has a valid (non shadowed) short option. */
1621 if (! uparams.valid)
99 int valid; /* True when the values in here are valid. */ member in struct:uparams
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dui.c871 * \param possibilities a StrList of valid strings, NULL if all are valid.
912 int valid; local
919 valid = sscanf (input, "%d", value);
921 return valid;
930 int valid; local
959 valid = ped_unit_parse (input, dev, value, range);
962 return valid;
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c195 int valid; local
215 valid = xmlValidateDocument(cvp, doc);
217 if (valid == 0) {
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabeld.h132 int valid; member in struct:__anon2666
140 int valid; member in struct:__anon2668
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c726 int valid[2];
735 /* Make sure if 1st super block is valid. */
736 valid[0] = grub_nilfs2_valid_sb (&data->sblock);
746 valid[1] = 0;
750 /* Make sure if 2nd super block is valid. */
751 valid[1] = grub_nilfs2_valid_sb (&sb2);
755 valid[1] = 0;
757 if (!valid[0] && !valid[1])
760 swp = valid[
725 int valid[2]; local
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c776 * delete. As zonecfg won't commit a zone config with a non-valid brand, this
1056 int valid; local
1072 valid = xmlValidateDocument(cvp, handle->zone_dh_doc);
1074 if (valid == 0)
1661 int tmpfd, err, valid; local
1682 * assert() that the doc is valid.
1684 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);
1685 assert(valid != 0);
1876 int valid; local
1889 * assert() that the doc is valid
1908 int valid; local
[all...]

Completed in 181 milliseconds

12