Searched refs:required (Results 51 - 75 of 76) sorted by relevance

1234

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c2308 uint8_t required; local
2477 * If walking only required property groups, check if
2478 * the retrieved group is required.
2481 if (scf_tmpl_pg_required(pg_tmpl, &required) == 0) {
2482 if (required == 0)
2721 uint8_t required; local
2830 * If walking only required properties, check if
2831 * the retrieved property is required.
2834 if (scf_tmpl_prop_required(prop_tmpl, &required) == 0) {
2835 if (required
6069 uint8_t required; local
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s356 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s108 flush %g1 ! flush required by immu
H A Dmach_locore.s456 flush %l3 ! flush required by immu
670 flush %g4 ! flush required by immu
1627 flush %o2 ! flush required by immu
1660 flush %o2 ! flush required by immu
H A Dtrap_table.s301 * same. The stack pointer is required to be eight-byte aligned even
332 * non-kernel windows. The stack pointer is required to be eight-byte
372 * pointer is required to be eight-byte aligned even though this code
405 * stack pointer is required to be eight-byte aligned even though this
436 * non-kernel windows. The stack pointer is required to be eight-byte
476 * pointer is required to be eight-byte aligned even though this code
509 * same. The stack pointer is required to be eight-byte aligned.
538 * non-kernel windows. The stack pointer is required to be eight-byte
577 * pointer is required to be eight-byte aligned.
608 * stack pointer is required t
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs108 effective uid of 0 ALL privileges are required.
555 required. Thus the process must have MAC and DAC privileges that
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c147 * required - If TRUE, failure to obtain a string table should be
152 * If no string table is found, and required is TRUE, an error is issued
157 argstate_add_str(ARGSTATE *argstate, Boolean required) argument
169 if (required)
397 * Pick an output style. cap:dump is required to use the default
983 * Moves are required to be self contained within
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s1040 membar #Sync ! required
1055 membar #Sync ! membar sync required
1065 membar #Sync ! membar sync required
1070 membar #Sync ! membar sync required
1118 membar #Sync ! membar sync required
1142 membar #Sync ! membar sync required
1152 membar #Sync ! membar sync required
1155 membar #Sync ! membar sync required
1198 membar #Sync ! membar sync required
1231 * Note: These two routines are required b
[all...]
H A Dus3_jalapeno_asm.s411 membar #Sync ! membar sync required
486 flush %g0 /* flush required after changing the IC bit */
H A Dopl_olympus_asm.s275 flush %g5 ! flush required by immu
308 flush %g5 ! flush required by immu
1442 * be handled according (flushing regs, etc as required).
H A Dcommon_asm.s73 * 64-bit opcodes are required, but move only 32-bits:
588 * and gethrestime_sec(): no conversion is required. gethrestime_lasttick()
1215 ! then 2 prefetches are required in order to bring an entire
H A Dcheetah_copy.s221 * is required, allowing short copies to be completed more quickly.
609 * "in flight". A membar #Sync is required at the end of the save to
1322 ! TMP = bytes required to align DST on FP_BLOCK boundary
2266 ! TMP = bytes required to align DST on FP_BLOCK boundary
3054 ! TMP = bytes required to align DST on FP_BLOCK boundary
H A Dopl_olympus_copy.s217 * is required, allowing short copies to be completed more quickly.
577 * "in flight". A membar #Sync is required at the end of the save to
1274 ! TMP = bytes required to align DST on FP_BLOCK boundary
2199 ! TMP = bytes required to align DST on FP_BLOCK boundary
2978 ! TMP = bytes required to align DST on FP_BLOCK boundary
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c57 * D. If a pg_pattern has a required attribute with a value of
60 * E. If a prop_pattern has a required attribute with a value
75 * C. Verify that required properties are present.
76 * 3. Verify that all required property groups are present in the
1533 * property group has a "required" attribute of true, but it does not have
1542 (void) fprintf(out, gettext("%sPg_pattern with true required attribute "
1846 * finds the property named required and returns the property's value. If
1852 property_t *required; local
1860 required = property_find(pattern, SCF_PROPERTY_TM_REQUIRED);
1862 /* Default if there is no required propert
[all...]
H A Dsvccfg_libscf.c567 * iter, inst, snap, and snpl are required scratch objects.
1488 * Create or update a snapshot of inst. snap is a required scratch object.
9270 /* Get the required attributes. */
9293 * entities: Not required, but if we create no children, it will be
9461 /* Get the required attributes. */
9944 /* Get the required attributes */
10572 /* check existance of general pg (since general/enabled is required) */
12813 uint8_t required; local
12874 if (templates == 2 && scf_tmpl_pg_required(pgt, &required) == 0)
12875 safe_printf("%s%s: %s\n", TMPL_INDENT, gettext("required"),
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c66 int required; member in struct:__anon451
400 Allowednames[i].required &&
1249 * check for properties that are required on declarations. This
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s1776 / is more than one quick loop required for an estimate. Measures have to be
1979 / is more than one quick loop required for an estimate. Measures have to be
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c2094 boolean_t required; local
2108 required = !vdev_dtl_empty(tvd, DTL_OUTAGE);
2112 if (!required && zio_injection_enabled)
2113 required = !!zio_handle_device_injection(vd, NULL, ECHILD);
2115 return (required);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl341 The total amount of disk space required to store all B*Tree entries
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s749 sub %sp, %l1, %sp ! grow our stack by amount required.
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1040 boolean_t required; local
1045 required = vdev_dtl_required(vd);
1054 required ? "DTL-required" : "DTL-expendable");
2177 (void) printf("cannot use '%s': character device required\n",
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1764 char *required; local
1783 rc = rdc_check_release(&required);
1791 required);
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s227 / finite field multiplies required in table generation
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1603 wr %l1, SET_SOFTINT ! trigger required pil softint
1701 wr %g5, SET_SOFTINT ! trigger required pil softint
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1323 ** This is required for highest security levels (the kernel
1757 ERROR: The function is required for getla().
5528 ** This is required to get sendmail to compile against BIND 4.9.x

Completed in 806 milliseconds

1234