| /titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| H A D | defaults.c | 50 static struct dhcp_default defaults[] = { variable 118 for (defp = defaults; in df_build_cache() 119 (char *)defp < (char *)defaults + sizeof (defaults); in df_build_cache() 170 if (param >= (sizeof (defaults) / sizeof (*defaults))) in df_get_string() 179 return (defaults[param].df_default); in df_get_string() 195 defaults[param].df_name); in df_get_string() 199 (void) strlcpy(name, defaults[param].df_name, sizeof (name)); in df_get_string() 213 return (defaults[param].df_default); in df_get_string() 231 if (param >= (sizeof (defaults) / sizeof (*defaults))) in df_get_int() 239 if (value_int > defaults[param].df_max || in df_get_int() [all …]
|
| H A D | Makefile | 30 OBJS = adopt.o agent.o async.o bound.o class_id.o defaults.o inform.o \
|
| /titanic_44/usr/src/cmd/ldap/common/ |
| H A D | ldaptool-sasl.c | 37 static int get_default(ldaptoolSASLdefaults *defaults, sasl_interact_t *interact); 44 ldaptoolSASLdefaults *defaults; in ldaptool_set_sasl_defaults() local 46 if ((defaults = calloc(sizeof(defaults[0]), 1)) == NULL) in ldaptool_set_sasl_defaults() 50 defaults->mech = mech; in ldaptool_set_sasl_defaults() 52 ldap_get_option(ld, LDAP_OPT_X_SASL_MECH, &defaults->mech); in ldaptool_set_sasl_defaults() 55 defaults->authid = authid; in ldaptool_set_sasl_defaults() 57 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHCID, &defaults->authid); in ldaptool_set_sasl_defaults() 60 defaults->username = username; in ldaptool_set_sasl_defaults() 62 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHZID, &defaults->username); in ldaptool_set_sasl_defaults() 64 defaults->passwd = passwd; in ldaptool_set_sasl_defaults() [all …]
|
| H A D | ldaptool-sasl.h | 16 int ldaptool_sasl_interact ( LDAP *ld, unsigned flags, void *defaults, void *p );
|
| /titanic_44/usr/src/cmd/krb5/kadmin/gui/ |
| H A D | KdcGui.java | 74 private Defaults defaults = null; field in KdcGui 885 if (defaults == null) in loginComplete() 886 defaults = new Defaults(System.getProperty("user.home" /* NOI18N */) in loginComplete() 890 defaults.refreshDefaults(); in loginComplete() 1081 if (!defaults.getStaticLists()) in fillPrincipalList() 1082 cachetime = defaults.getCacheTime() * 1000; in fillPrincipalList() 1426 prin = new Principal(Kadmin, defaults); in prAdd() 1938 if (!defaults.getStaticLists()) in fillPolicyList() 1939 cachetime = defaults.getCacheTime() * 1000; in fillPolicyList() 2407 if (defaults.updateFromGui()) { in glSave() [all …]
|
| /titanic_44/usr/src/cmd/oamuser/user/ |
| H A D | userdefs.c | 62 static struct userdefs defaults = { variable 171 defaults.defshell = DEFROLESHL; in getusrdef() 172 defaults.defprof = DEFROLEPROF; in getusrdef() 173 return (&defaults); in getusrdef() 177 return (&defaults); in getusrdef() 193 FIELD(&defaults, pe, int) = in getusrdef() 197 FIELD(&defaults, pe, projid_t) = in getusrdef() 201 FIELD(&defaults, pe, char *) = dup_to_nl(ptr); in getusrdef() 209 return (&defaults); in getusrdef()
|
| /titanic_44/usr/src/cmd/krb5/kadmin/gui/dataclasses/ |
| H A D | Principal.java | 131 public Principal(Kadmin session, Defaults defaults) { in Principal() argument 135 setDefaults(defaults); in Principal() 154 public void setDefaults(Defaults defaults) { in setDefaults() argument 155 flags = new Flags(defaults.getFlags().getBits()); in setDefaults() 156 if (!defaults.getServerSide()) { in setDefaults() 157 MaxLife = defaults.getMaxTicketLife(); in setDefaults() 158 MaxRenew = defaults.getMaxTicketRenewableLife(); in setDefaults() 160 PrExpireTime = defaults.getAccountExpiryDate(); in setDefaults()
|
| /titanic_44/usr/src/cmd/ssh/etc/ |
| H A D | ssh_config | 6 # This file provides defaults for ssh(1). 17 # configuration file, and defaults at the end. 19 # Example (matches compiled in defaults):
|
| /titanic_44/usr/src/cmd/bnu/ |
| H A D | uucheck.c | 163 char defaults[BUFSIZ]; in checkPerm() local 195 strcpy(defaults, DEFAULTCMDS); in checkPerm() 196 _Flds[U_COMMANDS] = defaults; in checkPerm()
|
| /titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | asppp2pppd | 439 local($words,$word,$prevword,$i,$errors,%defaults,%ifconfig,%paths); 444 $defaults{inactivity_timeout} = 120; 445 $defaults{ipcp_compression} = "vj"; 446 $defaults{lcp_compression} = "on"; 447 $options = \%defaults; 465 savepath(\%paths, $options, \%defaults); 466 $options = \%defaults; 471 savepath(\%paths, $options, \%defaults); 484 if $options != \%defaults && defined($$options{$_}); 504 savepath(\%paths, $options, \%defaults);
|
| /titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | SLPConfig.java | 484 Vector defaults, in getAttributes() argument 490 return (Vector)defaults.clone(); in getAttributes() 553 return (Vector)defaults.clone(); in getAttributes() 1474 private int[] parseTimeouts(String property, int[] defaults) { in parseTimeouts() argument 1479 return defaults; in parseTimeouts() 1491 return defaults; in parseTimeouts() 1507 return defaults; in parseTimeouts() 1514 return defaults; in parseTimeouts()
|
| /titanic_44/usr/src/cmd/pools/poold/ |
| H A D | poold.properties | 39 # Set defaults for all logfiles (poold and API-generated) which are suitable 45 # Change defaults for API-generated logfiles.
|
| /titanic_44/usr/src/cmd/mailx/misc/ |
| H A D | mailx.rc | 30 # mailx-only defaults here 36 # mailtool-only defaults here
|
| H A D | Mail.rc | 26 # BSD compatible Mail defaults.
|
| /titanic_44/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
| H A D | inetadm.c | 386 commit_props(const scf_instance_t *inst, inetd_prop_t *mod, boolean_t defaults) in commit_props() argument 402 defaults ? PG_NAME_SERVICE_DEFAULTS : in commit_props() 409 defaults ? PG_NAME_SERVICE_DEFAULTS : in commit_props() 416 defaults ? PG_NAME_SERVICE_DEFAULTS : in commit_props() 424 defaults ? PG_NAME_SERVICE_DEFAULTS : in commit_props()
|
| /titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | sasl.c | 650 LDAP_SASL_INTERACT_PROC *callback, void *defaults, in nsldapi_sasl_do_bind() argument 717 (callback)(ld, flags, defaults, prompts) != LDAP_SUCCESS ) { in nsldapi_sasl_do_bind() 790 (callback)(ld, flags, defaults, prompts) in nsldapi_sasl_do_bind() 1033 LDAP_SASL_INTERACT_PROC *callback, void *defaults ) in ldap_sasl_interactive_bind_s() argument 1072 flags, callback, defaults, sctrl, cctrl); in ldap_sasl_interactive_bind_s()
|
| /titanic_44/usr/src/lib/libadutils/common/ |
| H A D | adutils_impl.h | 160 int saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts);
|
| /titanic_44/usr/src/pkg/manifests/ |
| H A D | system-floating-point-scrubber.mf | 29 # information about overriding the defaults.
|
| H A D | driver-audio-audiovia97.mf | 29 # information about overriding the defaults.
|
| H A D | driver-network-arbel.mf | 29 # information about overriding the defaults.
|
| H A D | driver-network-ibd.mf | 29 # information about overriding the defaults.
|
| H A D | driver-network-pcan.mf | 29 # information about overriding the defaults.
|
| H A D | driver-network-pcwl.mf | 29 # information about overriding the defaults.
|
| H A D | driver-serial-pcser.mf | 29 # information about overriding the defaults.
|
| H A D | driver-storage-pcata.mf | 29 # information about overriding the defaults.
|