/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_options.c | 49 dt_opt_agg(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_agg() 62 dt_opt_amin(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_amin() 109 dt_opt_core(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_core() 124 dt_opt_cpp_hdrs(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_hdrs() 140 dt_opt_cpp_path(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_path() 161 dt_opt_cpp_opts(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_cpp_opts() 187 dt_opt_ctypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_ctypes() 204 dt_opt_droptags(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_droptags() 212 dt_opt_dtypes(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_dtypes() 229 dt_opt_debug(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) in dt_opt_debug() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.h | 81 struct option struct 95 /* Names for the values of the `has_arg' field of `struct option'. */ argument
|
/illumos-gate/usr/src/head/ |
H A D | getopt.h | 55 struct option { struct 56 const char *name; /* name of long option */ argument 57 int has_arg; /* whether option takes an argument */ argument 58 int *flag; /* if not NULL, set *flag to val when option */ argument 77 const struct option *, int *); argument
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | getopt.h | 39 struct option struct 47 extern int getopt_long(int, char* const*, const char*, const struct option*, int*); argument
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_profile.c | 95 const char *option, char ***ret_value) in pkinit_kdcdefault_strings() 152 const char *option, char **ret_value) in pkinit_kdcdefault_string() 180 const char *option, int default_value, int *ret_value) in pkinit_kdcdefault_boolean() 198 const char *option, int default_value, int *ret_value) in pkinit_kdcdefault_integer() 232 const char *option, char ***ret_value) in pkinit_libdefault_strings() 316 const char *option, char **ret_value) in pkinit_libdefault_string() 341 const char *option, int default_value, in pkinit_libdefault_boolean() 360 const char *option, int default_value, in pkinit_libdefault_integer()
|
/illumos-gate/usr/src/lib/krb5/ss/ |
H A D | options.c | 10 struct option { struct 15 static struct option options[] = { argument
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_trace.c | 52 struct option { struct 58 static struct option options[] = { argument
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | appdefault.c | 38 …krb5_context context, const char *appname, const krb5_data *realm, const char *option, char **ret_… in appdefault_get() 139 …krb5_context context, const char *appname, const krb5_data *realm, const char *option, int default… in krb5_appdefault_boolean() 154 …krb5_context context, const char *appname, const krb5_data *realm, const char *option, const char … in krb5_appdefault_string()
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxcfg.c | 52 int *option; in bnx_cfg_readbool() local 80 int *option; in bnx_cfg_readint() local 108 int option; in bnx_cfg_init() local
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Consumer.java | 233 public void setOption(String option) throws DTraceException; in setOption() 248 public void unsetOption(String option) throws DTraceException; in unsetOption() 284 public void setOption(String option, String value) throws DTraceException; in setOption() 311 public long getOption(String option) throws DTraceException; in getOption()
|
H A D | LocalConsumer.java | 97 private native void _setOption(String option, String value) in _setOption() 99 private native long _getOption(String option) throws DTraceException; in _getOption() 499 setOption(String option) throws DTraceException in setOption() 505 unsetOption(String option) throws DTraceException in unsetOption() 511 setOption(String option, String value) throws DTraceException in setOption() 539 getOption(String option) throws DTraceException in getOption()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.h | 133 struct option { struct 150 extern struct option options[vi_NOPTS + 1]; argument
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_dbimpl.c | 120 nscd_db_option_t option, in scan_hash() 163 nscd_db_option_t option, in _nscd_get_db_entry() 192 nscd_db_option_t option) in _nscd_add_db_entry() 288 nscd_db_option_t option, in _nscd_delete_db_entry()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 101 __audit_dowarn(char *option, char *text, int count) in __audit_dowarn() 167 __audit_dowarn2(char *option, char *name, char *error, char *text, int count) in __audit_dowarn2()
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | options.c | 98 struct option { struct 104 #define NEED_ARG (1<<1) /* option requires argument */ argument
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_init.c | 91 sctp_options_param_len(const sctp_t *sctp, int option) in sctp_options_param_len() 108 sctp_options_param(const sctp_t *sctp, void *p, int option) in sctp_options_param()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/ |
H A D | ipadm.c | 461 int option; in do_create_ip_common() local 500 int option; in get_ipmp_members() local 894 int option; in do_show_ifprop() local 991 int option; in set_ifprop() local 1077 int option; in do_show_prop() local 1180 int option; in set_prop() local 1324 int option; in process_static_addrargs() local 1394 int option; in process_addrconf_addrargs() local 1470 int option; in do_create_addr() local 1630 int option; in process_misc_addrargs() local [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/sunw/ |
H A D | sunw_wrappers.c | 13 const char *p_option(uint_t option) { in p_option()
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | manpath.c | 104 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline() 120 manpath_add(struct manpaths *dirs, const char *dir, char option) in manpath_add()
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | dashos.c | 54 *option; local
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-public.c | 107 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... ) in prldap_set_session_option() 149 int option, ... ) in prldap_get_session_option()
|
/illumos-gate/usr/src/cmd/prtfru/ |
H A D | main.c | 48 int containers_only = 0, dtd = 0, list_only = 0, nodtd = 0, option, in main() local
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | options.c | 47 add_option(options *msk, char option) in add_option()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_cfg.c | 95 int option; in qede_cfg_init() local
|
/illumos-gate/usr/src/common/xattr/ |
H A D | xattr_common.c | 102 option_to_attr(const char *option) in option_to_attr()
|