Home
last modified time | relevance | path

Searched refs:dowhat (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dp12misc.c349 sunw_get_pkey_localkeyid(getdo_actions_t dowhat, EVP_PKEY *pkey, in sunw_get_pkey_localkeyid() argument
377 if (dowhat == GETDO_DEL) { in sunw_get_pkey_localkeyid()
414 sunw_get_pkey_fname(getdo_actions_t dowhat, EVP_PKEY *pkey, char **fname) in sunw_get_pkey_fname() argument
439 if (dowhat == GETDO_DEL) { in sunw_get_pkey_fname()
633 sunw_print_times(FILE *fp, prnt_actions_t dowhat, char *label, X509 *cert) in sunw_print_times() argument
642 if (dowhat == PRNT_NOT_BEFORE || dowhat == PRNT_BOTH) { in sunw_print_times()
649 if (dowhat == PRNT_NOT_AFTER || dowhat == PRNT_BOTH) { in sunw_print_times()
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c1046 sunw_get_pkey_localkeyid(getdo_actions_t dowhat, EVP_PKEY *pkey, in sunw_get_pkey_localkeyid() argument
1074 if (dowhat == GETDO_DEL) { in sunw_get_pkey_localkeyid()
1111 sunw_get_pkey_fname(getdo_actions_t dowhat, EVP_PKEY *pkey, char **fname) in sunw_get_pkey_fname() argument
1136 if (dowhat == GETDO_DEL) { in sunw_get_pkey_fname()
1325 sunw_get_cert_fname(getdo_actions_t dowhat, X509 *cert, char **fname) in sunw_get_cert_fname() argument
1336 if (dowhat == GETDO_DEL) { in sunw_get_cert_fname()
/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c320 static int do_service(const char *fmri, boolean_t waitflag, int dowhat,
322 static useconds_t get_timeout_value(int dowhat, const char *fmri,
3604 do_service(const char *fmri, boolean_t waitflag, int dowhat, in do_service() argument
3615 switch (dowhat) { in do_service()
3667 max = get_timeout_value(dowhat, fmri, DEFAULT_TIMEOUT); in do_service()
3690 if (dowhat != STOP_SERVICE) in do_service()
3804 get_timeout_value(int dowhat, const char *fmri, useconds_t default_val) in get_timeout_value() argument
3812 switch (dowhat) { in get_timeout_value()