Searched refs:functions (Results 1 - 25 of 191) sorted by relevance

12345678

/freebsd-current/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfsunlock.in8 . /usr/share/initramfs-tools/hook-functions
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dprint.inc12 // [print.fun], print functions
H A Dsystem_error.inc24 // [syserr.errcode.nonmembers], non-member functions
29 // [syserr.errcondition.nonmembers], non-member functions
32 // [syserr.compare], comparison operator functions
H A Dany.inc18 // [any.nonmembers], non-member functions
H A Dcondition_variable.inc17 // [thread.condition.nonmember], non-member functions
H A Dstacktrace.inc21 // [stacktrace.basic.nonmem], non-member functions
H A Dostream.inc31 // [ostream.formatted.print], print functions
H A Darray.inc21 // [array.creation], array creation functions
H A Dcfenv.inc15 // functions
/freebsd-current/crypto/openssl/apps/lib/
H A Dcolumns.c14 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc) argument
19 for (f = functions; f->name != NULL; ++f)
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcfenv.inc15 // functions
H A Dcstddef.inc18 // declaration of std::byte ([cstddef.syn]), and the functions and
/freebsd-current/usr.sbin/periodic/etc/security/
H A D700.kernelmsg40 . /etc/periodic/security/security.functions
H A D510.ipfdenied37 . /etc/periodic/security/security.functions
H A D500.ipfwdenied37 . /etc/periodic/security/security.functions
H A D100.chksetuid37 . /etc/periodic/security/security.functions
H A D200.chkmounts40 . /etc/periodic/security/security.functions
H A D520.pfdenied37 . /etc/periodic/security/security.functions
/freebsd-current/contrib/cortex-strings/scripts/
H A Dplot-top.py16 functions = libplot.unique(records, 'function')
18 X = pylab.arange(len(functions))
29 for function in functions:
43 axes.set_xticklabels(functions)
/freebsd-current/sys/arm/allwinner/
H A Dallwinner_pinctrl.h35 const char *functions[8]; member in struct:allwinner_pins
/freebsd-current/sys/gnu/gcov/
H A Dgcc_4_7.c16 * This code provides functions to handle gcc's profiling data format
79 * comdat functions was selected -- it points to the gcov_info object
96 * @merge: merge functions (null for unused counter type)
97 * @n_functions: number of instrumented functions
98 * @functions: pointer to pointers to function information
110 struct gcov_fn_info **functions; member in struct:gcov_info
215 ci_ptr = info->functions[fi_idx]->ctrs;
258 dci_ptr = dst->functions[fi_idx]->ctrs;
259 sci_ptr = src->functions[fi_idx]->ctrs;
299 dup->functions
[all...]
/freebsd-current/crypto/openssl/apps/include/
H A Dfunction.h42 void calculate_columns(FUNCTION *functions, DISPLAY_COLUMNS *dc);
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Test/
H A DSimple.pm21 OpenSSL::Test::Simple - a few very simple test functions
31 Sometimes, the functions in L<OpenSSL::Test> are quite tedious for some
32 repetitive tasks. This module provides functions to make life easier.
/freebsd-current/usr.sbin/memcontrol/
H A Dmemcontrol.c73 } functions[] = { variable in typeref:struct:__anon6671
115 for (i = 0; functions[i].cmd != NULL; i++)
116 if (!strcmp(argv[1], functions[i].cmd))
118 functions[i].func(memfd, argc - 1, argv + 1);
329 for (i = 0; functions[i].cmd != NULL; i++)
330 if (!strcmp(what, functions[i].cmd)) {
331 fprintf(stderr, "%s\n", functions[i].desc);
339 for (i = 0; functions[i].cmd != NULL; i++)
340 fprintf(stderr, " %s\n", functions[i].cmd);
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-share.in30 . @sysconfdir@/zfs/zfs-functions
81 # Create wrapper functions since Gentoo don't use the case part.

Completed in 202 milliseconds

12345678