Searched defs:options (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c174 struct ttm_pool_opts options; member in struct:ttm_pool_manager
[all...]
/freebsd-10.2-release/sys/dev/fb/
H A Dcreator.c467 phandle_t options; local
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_misc.c151 int error, options, status; local
/freebsd-10.2-release/sys/kern/
H A Dvfs_mount.c260 vfs_buildopts(struct uio *auio, struct vfsoptlist **options) argument
[all...]
/freebsd-10.2-release/sys/vm/
H A Dvm_object.c1893 vm_object_page_remove(vm_object_t object, vm_pindex_t start, vm_pindex_t end, int options) argument
/freebsd-10.2-release/crypto/openssh/
H A Dssh.c160 Options options; variable
[all...]
H A Dsshd.c157 ServerOptions options; variable
[all...]
/freebsd-10.2-release/usr.bin/patch/
H A Dpatch.c464 const char *options = "b::B:cCd:D:eEfF:i:lnNo:p:r:RstuvV:x:z:"; local
/freebsd-10.2-release/usr.bin/stat/
H A Dstat.c207 const char *statfmt, *options, *synopsis; local
/freebsd-10.2-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c318 getsubopt1(char **arg, const char *const *options, char **valp, char **optp) argument
/freebsd-10.2-release/usr.bin/fetch/
H A Dfetch.c98 enum options enum
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp725 SBExpressionOptions options; local
731 SBValue::CreateValueFromExpression (const char *name, const char *expression, SBExpressionOptions &options) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1564 ScriptAddOptions *options = new ScriptAddOptions(m_options.m_flags, local
3769 SynthAddOptions *options = new SynthAddOptions ( m_options.m_skip_pointers, local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dmips-tdump.c265 /* Command line options for getopt_long. */ variable in typeref:struct:option
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c236 int options; member in struct:d_print_info
2678 cplus_demangle_print (int options, const struct demangle_component *dc, argument
3777 cplus_demangle_init_info(const char *mangled, int options, size_t len, struct d_info *di) argument
3811 d_demangle(const char* mangled, int options, size_t *palc) argument
4031 cplus_demangle_v3(const char* mangled, int options) argument
4262 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES; local
[all...]
H A Dcplus-dem.c119 int options; member in struct:work_stuff
636 cplus_demangle_opname (const char *opname, char *result, int options) argument
769 cplus_mangle_opname (const char *opname, int options) argument
846 cplus_demangle(const char *mangled, int options) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c551 } options; member in struct:diff_cmd_baton
2460 set_up_diff_cmd_and_options(struct diff_cmd_baton *diff_cmd_baton, const apr_array_header_t *options, apr_hash_t *config, apr_pool_t *pool) argument
2555 svn_client_diff6(const apr_array_header_t *options, const char *path_or_url1, const svn_opt_revision_t *revision1, const char *path_or_url2, const svn_opt_revision_t *revision2, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_added, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t ignore_properties, svn_boolean_t properties_only, svn_boolean_t use_git_diff_format, const char *header_encoding, svn_stream_t *outstream, svn_stream_t *errstream, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2622 svn_client_diff_peg6(const apr_array_header_t *options, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *start_revision, const svn_opt_revision_t *end_revision, const char *relative_to_dir, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t no_diff_added, svn_boolean_t no_diff_deleted, svn_boolean_t show_copies_as_adds, svn_boolean_t ignore_content_type, svn_boolean_t ignore_properties, svn_boolean_t properties_only, svn_boolean_t use_git_diff_format, const char *header_encoding, svn_stream_t *outstream, svn_stream_t *errstream, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c72 const svn_diff_file_options_t *options; member in struct:svn_diff__file_baton_t
1238 svn_diff_file_options_parse(svn_diff_file_options_t *options, argument
1309 svn_diff_file_diff_2(svn_diff_t **diff, const char *original, const char *modified, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1329 svn_diff_file_diff3_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
1351 svn_diff_file_diff4_2(svn_diff_t **diff, const char *original, const char *modified, const char *latest, const char *ancestor, const svn_diff_file_options_t *options, apr_pool_t *pool) argument
[all...]
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c1398 svn_diff_file_options_t *options = local
/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c917 long options; local
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c53 char options[256]; /* The combined options */ variable
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dtelnet.c88 char options[256]; /* The combined options */ variable
/freebsd-10.2-release/contrib/traceroute/
H A Dtraceroute.c345 int options; /* socket options */ variable
/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c1252 char *options = NULL; local
/freebsd-10.2-release/sbin/dhclient/
H A Ddhclient.c1506 struct tree_cache *options[256]; local
1619 struct tree_cache *options[256]; local
1751 struct tree_cache *options[256], message_type_tree; local
[all...]

Completed in 221 milliseconds

1234567891011>>