Searched defs:strict (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dcommon.h69 int strict; member in struct:flags
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c235 (strict ? \
259 extract_format(const char *fmt, char *norm, size_t sz, int strict) argument
357 /* Fail on two or more dots if we do strict checking */
359 if (dotseen && strict)
472 if (strict)
481 check_format(const char *org, const char *new, int strict) argument
520 nlen = extract_format(new, nfmt, nsz, strict);
532 if (strict && (olen != nlen || olen == -1)) {
542 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) {
547 if (!strict) {
[all...]
/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c69 * bus-teststrict - test is bus driver is strict or involved (pm)
354 uint_t *strict; local
356 strict = s_malloc(sizeof (uint_t));
358 rv = devctl_pm_bus_teststrict(dcp, strict);
360 (void) printf("%s: strict %d\n", orig_path, *strict);
/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c647 devctl_pm_bus_teststrict(devctl_hdl_t dcp, uint_t *strict) argument
652 if (strict == NULL) {
666 *strict = 0;
668 *strict = strict_state;
671 (void) printf("devctl_pm_bus_teststrict: rv %d strict %x\n",
672 rv, *strict);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1848 int strict; local
1855 strict = (sep == ' ' ? 1 : 0);
1895 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
1907 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
2448 ldaptool_boolean_str2value ( const char *ptr, int strict )
2450 if (strict) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c149 boolean_t strict = _B_FALSE; /* true if using strict source route */ variable
386 strict = _B_FALSE;
424 strict = _B_TRUE;
457 * as undocumented. 'G', which is for strict source routing is
462 strict = _B_FALSE;
473 strict = _B_TRUE;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1358 * If 'strict' is false ignore the spa guid check. This is necessary because
1360 * to all of the vdev labels, but not the cached config. The strict check
1369 vdev_validate(vdev_t *vd, boolean_t strict) argument
1377 if (vdev_validate(vd->vdev_child[c], strict) != 0)
1409 if (strict && (nvlist_lookup_uint64(label,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c197 DbgMessage(pdev, INFORM, "pdev->params.dcbx_port_params.ets.cos_params[%d].strict %x\n",cos,
439 DbgMessage(pdev, FATAL, "We expect all the COS to have at least bw_limit or strict"
440 "ets->cos_params[0].strict= %x"
442 "ets->cos_params[1].strict= %x"
453 // If we join a group and there is bw_tbl and strict then bw rules.
776 const u8_t strict)
778 cos_params->s_pri = strict;
787 (DCBX_S_PRI_INVALID != strict))
936 // There can be only one strict pg
945 // If we join a group and one is strict tha
770 lm_dcbx_fill_cos_entry( lm_device_t *pdev, dcbx_cos_params_t *cos_params, const u32_t pri_join_mask, const u32_t bw, const u8_t pauseable, const u8_t strict) argument
[all...]

Completed in 89 milliseconds