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

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c335 * dowhat - What to do with the attributes (remove them or copy them).
349 sunw_get_pkey_localkeyid(getdo_actions_t dowhat, EVP_PKEY *pkey, argument
377 if (dowhat == GETDO_DEL) {
402 * dowhat - What to do with the attributes (remove them or copy them).
414 sunw_get_pkey_fname(getdo_actions_t dowhat, EVP_PKEY *pkey, char **fname) argument
439 if (dowhat == GETDO_DEL) {
624 * dowhat - what field(s) to print.
633 sunw_print_times(FILE *fp, prnt_actions_t dowhat, char *label, X509 *cert) argument
642 if (dowhat == PRNT_NOT_BEFORE || dowhat
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c1032 * dowhat - What to do with the attributes (remove them or copy them).
1046 sunw_get_pkey_localkeyid(getdo_actions_t dowhat, EVP_PKEY *pkey, argument
1074 if (dowhat == GETDO_DEL) {
1099 * dowhat - What to do with the attributes (remove them or copy them).
1111 sunw_get_pkey_fname(getdo_actions_t dowhat, EVP_PKEY *pkey, char **fname) argument
1136 if (dowhat == GETDO_DEL) {
1313 * dowhat - What to do with the attributes (remove them or copy them).
1325 sunw_get_cert_fname(getdo_actions_t dowhat, X509 *cert, char **fname) argument
1336 if (dowhat == GETDO_DEL) {
1488 * dowhat
[all...]
/illumos-gate/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,
3601 * Manipulate the service as instructed by "dowhat"
3604 do_service(const char *fmri, boolean_t waitflag, int dowhat, argument
3615 switch (dowhat) {
3637 * clear it immediately. The "dowhat" action will set the
3667 max = get_timeout_value(dowhat, fmri, DEFAULT_TIMEOUT);
3690 if (dowhat != STOP_SERVICE)
3804 get_timeout_value(int dowhat, const char *fmri, useconds_t default_val) argument
3812 switch (dowhat) {
[all...]

Completed in 76 milliseconds