Searched refs:manual (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.resize1.d31 * Checks that setting "bufresize" to "manual" will cause buffer
40 #pragma D option bufresize=manual
H A Derr.resize2.d31 * Checks that setting "bufresize" to "manual" will cause buffer
40 #pragma D option bufresize=manual
H A Derr.resize3.d31 * Checks that setting "bufresize" to "manual" will cause buffer
40 #pragma D option bufresize=manual
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DEvent.h49 Event(bool manual = false);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncp.c287 boolean_t manual; /* enable manual NCUs only */ member in struct:nwamd_ncu_check_walk_arg
301 * - it supports activation/deactivation of manual NCUs in the current NCP
302 * (when wa->manual is true, wa->activate determines if we activate or
335 if (!wa->manual && wa->priority_group == INVALID_PRIORITY_GROUP)
343 if (!wa->manual && ncu->ncu_link.nwamd_link_activation_mode !=
349 if (wa->manual && ncu->ncu_link.nwamd_link_activation_mode !=
352 "skipping non-manual NCU %s", name);
359 if (!wa->manual && priority_group != wa->priority_group) {
380 if (wa->manual) {
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_enm.c57 "\'manual\', \'conditional-any\' and \'conditional-all\'",
71 "specifies if manual ENM is to be enabled",
253 boolean_t manual; local
261 * If the activation-mode is not manual, allow the enabled
267 if ((err = nwam_enm_is_manual(enmh, &manual)) != NWAM_SUCCESS)
269 if (manual)
521 * Determine if the ENM has manual activation-mode or not.
586 boolean_t manual, enabled; local
590 /* Only enms with manual activation-mode can be enabled */
591 if ((err = nwam_enm_is_manual(enmh, &manual)) !
618 boolean_t manual, enabled; local
[all...]
H A Dlibnwam_ncp.c93 "\'prioritized\' and \'manual\'",
97 "specifies if manual NCU is to be enabled",
1221 * Determine if the NCU has manual activation-mode or not.
1291 boolean_t read_only, enabled, manual; local
1301 /* Link NCUs with manual activation-mode or IP NCUs can be enabled */
1306 if ((err = nwam_ncu_is_manual(ncuh, &manual)) != NWAM_SUCCESS)
1308 if (!manual)
1348 boolean_t read_only, enabled, manual; local
1358 /* Link NCUs with manual activation-mode or IP NCUs can be disabled */
1363 if ((err = nwam_ncu_is_manual(ncuh, &manual)) !
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c166 krb5_boolean manual; local
220 manual = FALSE;
222 manual = def_manual;
228 rdp->realm_mkey.enctype = manual ? def_enctype : ENCTYPE_UNKNOWN;
289 rdp->realm_mkey.enctype, manual,
459 krb5_boolean manual = FALSE; local
530 default_tcp_ports, manual, db_args))) {
577 case 'm': /* manual type-in of master key */
578 manual = TRUE;
652 default_tcp_ports, manual, db_arg
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A DMakefile33 MANIFEST= ipsecalgs.xml policy.xml manual-key.xml
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathtemp.c61 * manual cycled by application with dir=(nil)
94 int manual; member in struct:__anon2659
125 tmp.manual = 1;
130 tmp.manual = streq(dir, "manual");
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp83 Event::Event(bool manual) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man51 -N, --no-info suppress pointer to Texinfo manual
224 $include{NAME} ||= "$program \\- manual page for $program $version\n";
458 is maintained as a Texinfo manual. If the
466 should give you access to the complete manual.
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
45 % manual foo.texi, however, you can get away with this:
694 % manual), we don't worry about eating any user text.
1804 % in the Emacs manual, the Library manual, etc.
1938 % and it is not used as such in any manual I can find. We need it for
5412 % the argument list (groff manual), and ttsl and tt are not very
5921 % manual. All but the node name can be omitted.
5941 % It is in another manual, so we don't have it.
5992 % if the user also gave the printed manual nam
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dman.c43 * Find and display reference manual pages. This version includes makewhatis
188 static int manual(struct man_node *, char *);
323 gettext("What manual page do you want?\n"));
400 ret += manual(mp, argv[i]);
941 manual(struct man_node *manp, char *name) function
989 "No manual entry for %s in section(s) %s\n"),
993 gettext("No manual entry for %s\n"), fullname);
1003 * For a specified manual directory, read, store and sort section subdirs.
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6347 } manual; member in union:fw_rss_glb_config_cmd::fw_rss_glb_config
6465 } manual; member in union:fw_rss_vi_config_cmd::fw_rss_vi_config
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2465 c.u.manual.mode_pkd = htonl(V_FW_RSS_GLB_CONFIG_CMD_MODE(mode));

Completed in 171 milliseconds