Searched defs:isdefault (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterNS.java | 41 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
|
H A D | DoPrinterNS.c | 56 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 D | NS.c | 281 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
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | filters.c | 2146 * 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
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 10557 boolean_t isdefault; local 10570 isdefault = strcmp(exp_str, "default") == 0; 10665 if (isdefault && elts.restarter == NULL &&
|
Completed in 96 milliseconds