Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c321 static int do_service(const char *fmri, boolean_t waitflag, int dowhat,
323 static useconds_t get_timeout_value(int dowhat, const char *fmri,
3605 do_service(const char *fmri, boolean_t waitflag, int dowhat, in do_service() argument
3616 switch (dowhat) { in do_service()
3668 max = get_timeout_value(dowhat, fmri, DEFAULT_TIMEOUT); in do_service()
3691 if (dowhat != STOP_SERVICE) in do_service()
3805 get_timeout_value(int dowhat, const char *fmri, useconds_t default_val) in get_timeout_value() argument
3813 switch (dowhat) { in get_timeout_value()