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

/osnet-11/usr/src/lib/libast/common/path/
H A Dpathtemp.c61 * manual cycled by application with dir=(nil)
94 int manual; member in struct:__anon1176
125 tmp.manual = 1;
130 tmp.manual = streq(dir, "manual");
/osnet-11/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",
279 boolean_t manual; local
287 * If the activation-mode is not manual, allow the enabled
293 if ((err = nwam_enm_is_manual(enmh, &manual)) != NWAM_SUCCESS)
295 if (manual)
547 * Determine if the ENM has manual activation-mode or not.
594 boolean_t manual, enabled; local
598 /* Only enms with manual activation-mode can be enabled */
599 if ((err = nwam_enm_is_manual(enmh, &manual)) !
617 boolean_t manual, enabled; local
[all...]
H A Dlibnwam_ncp.c120 "\'prioritized\' and \'manual\'",
124 "specifies if manual NCU is to be enabled",
1660 /* activation-mode is manual */
2509 * Determine if the NCU has manual activation-mode or not.
2561 boolean_t read_only, advanced, enabled, manual; local
2576 /* Link NCUs with manual activation-mode or IP NCUs can be enabled */
2581 if ((err = nwam_ncu_is_manual(ncuh, &manual)) != NWAM_SUCCESS)
2583 if (!manual)
2612 boolean_t read_only, advanced, enabled, manual; local
2627 /* Link NCUs with manual activatio
[all...]

Completed in 23 milliseconds