Searched refs:isdefault (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.c56 const char *isdefault);
67 const char *isdefault);
177 const char *isdefault = NULL; local
198 isdefault = (*env)->GetStringUTFChars(env, jisdefault, 0);
201 extensions, comment, isdefault);
234 const char *isdefault = NULL; local
264 isdefault = (*env)->GetStringUTFChars(env, jisdefault, 0);
267 printserver, extensions, comment, isdefault);
H A DNS.c281 const char *isdefault) {
365 if (strcmp(isdefault, "true") == 0) {
405 if (strcmp(isdefault, "false") == 0) {
418 if (strcmp(isdefault, "true") == 0) {
454 const char *isdefault)
605 if (strcmp(isdefault, "true") == 0) {
692 if (strcmp(isdefault, "false") == 0) {
711 } else if (strcmp(isdefault, "true") == 0) {
743 } else if (strcmp(isdefault, "true") == 0) {
275 _updateoldyp( const char *action, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
445 _updateldap( const char *action, const char *host, const char *binddn, const char *passwd, const char *printername, const char *printserver, const char *extensions, const char *comment, const char *isdefault) argument
H A DDoPrinterNS.java41 String comment, String isdefault);
45 String comment, String isdefault);
39 updateoldyp(String action, String printername, String printserver, String extensions, String comment, String isdefault) argument
42 updateldap(String action, String host, String binddn, String passwd, String printername, String printserver, String extensions, String comment, String isdefault) argument
/opensolaris-onvv-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c2146 * if isdefault, add apporiate configuration type to nvlpp
2150 boolean_t isdefault)
2164 ((isdefault) ? CLASSIFIER_MODIFY_CLASS : CLASSIFIER_ADD_CLASS)))
2149 build_class_nvlist(nvlist_t **nvlpp, ipgpc_class_t *in_class, boolean_t isdefault) argument
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c10280 boolean_t isdefault; local
10293 isdefault = strcmp(exp_str, "default") == 0;
10388 if (isdefault && elts.restarter == NULL &&

Completed in 1602 milliseconds