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

/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp83 Event::Event(bool manual) argument
/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/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/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/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/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

Completed in 142 milliseconds