Searched refs:functions (Results 26 - 50 of 149) sorted by relevance

123456

/freebsd-9.3-release/etc/periodic/security/
H A D610.ipf6denied38 . /etc/periodic/security/security.functions
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-installpackages.sh30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
H A Dfunctions-runcommands.sh30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
H A Dfunctions-mountoptical.sh31 . ${BACKEND}/functions.sh
32 . ${BACKEND}/functions-parse.sh
H A Dfunctions-installcomponents.sh30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
H A Dfunctions-users.sh30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
H A Dfunctions-packages.sh30 . ${BACKEND}/functions.sh
31 . ${BACKEND}/functions-parse.sh
32 . ${BACKEND}/functions-ftp.sh
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dsetup-ssh-keys.sh31 . ${PROGDIR}/backend/functions.sh
H A Dupdate-part-list.sh28 # Need access to a some unmount functions
29 . ${PROGDIR}/backend/functions-unmount.sh
/freebsd-9.3-release/tools/test/testfloat/
H A Dtestfloat.c82 " -list --List all testable functions and exit.\n"
117 " -all1 --All 1-operand functions.\n"
118 " -all2 --All 2-operand functions.\n"
119 " -all --All functions.\n"
140 puts( functions[ functionCode ].name );
228 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
266 && ( functions[ functionCode ].numInputs == 1 ) ) {
278 && ( functions[ functionCode ].numInputs == 2 ) ) {
H A DtestFunction.h123 extern const functionT functions[ NUM_FUNCTIONS ];
H A Dtestsoftfloat.c187 } functions[ NUM_FUNCTIONS ] = { variable in typeref:struct:__anon10675
337 functionName = functions[ functionCode ].name;
753 if ( ! functions[ functionCode ].roundingPrecision ) {
763 if ( ! functions[ functionCode ].roundingMode ) {
775 if ( ! functions[ functionCode ]
785 if ( ! functions[ functionCode ].tininessMode ) {
880 " -all1 --All 1-operand functions.\n"
881 " -all2 --All 2-operand functions.\n"
882 " -all --All functions.\n"
976 if ( strcmp( argPtr, functions[ functionCod
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh31 . ${PROGDIR}/backend/functions.sh
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_atpx_handler.c40 struct radeon_atpx_functions functions; member in struct:radeon_atpx
53 u32 function_bits; /* supported functions bit vector */
114 * radeon_atpx_parse_functions - parse supported functions
116 * @f: supported functions struct
117 * @mask: supported functions mask from ATPX
119 * Use the supported functions mask from ATPX function
120 * ATPX_FUNCTION_VERIFY_INTERFACE to determine what functions
172 radeon_atpx_parse_functions(&atpx->functions, output.function_bits);
195 if (atpx->functions.power_cntl) {
227 if (atpx->functions
[all...]
H A Dradeon_acpi.c39 u32 function_bits; /* supported functions bit vector */
69 u32 function_bits; /* supported functions bit vector */
145 * radeon_atif_parse_functions - parse supported functions
147 * @f: supported functions struct
148 * @mask: supported functions mask from ATIF
150 * Use the supported functions mask from ATIF function
151 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what functions
207 radeon_atif_parse_functions(&atif->functions, output.function_bits);
433 * radeon_atcs_parse_functions - parse supported functions
435 * @f: supported functions struc
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dconfigure2662 /* The GNU C library defines this for functions which it implements
2663 to always fail with ENOSYS. Some functions are actually named
2824 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
2882 /* The GNU C library defines this for functions which it implements
2883 to always fail with ENOSYS. Some functions are actually named
2988 /* The GNU C library defines this for functions which it implements
2989 to always fail with ENOSYS. Some functions are actually named
3045 /* The GNU C library defines this for functions which it implements
3046 to always fail with ENOSYS. Some functions are actually named
3096 /* The GNU C library defines this for functions whic
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c135 * The LHASH callbacks ("hash" & "cmp") have been replaced by functions with
138 * macro-generated wrapper functions.
436 for (fp = functions; fp->name != NULL; fp++)
448 for (fp = functions; fp->name != NULL; fp++) {
503 for (i = 0, f = functions; f->name != NULL; ++f, ++i) ;
504 qsort(functions, i, sizeof *functions, SortFnByName);
509 for (f = functions; f->name != NULL; f++)
H A Dprogs.pl23 FUNCTION functions[] = {
/freebsd-9.3-release/contrib/amd/scripts/
H A Dredhat-ctl-amd.in17 . /etc/init.d/functions
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init16 . /etc/rc.d/init.d/functions
24 # Some functions to make the below more readable
/freebsd-9.3-release/sys/net/
H A Dvnet.c70 * This file implements core functions for virtual network stacks:
72 * - Virtual network stack management functions.
120 * functions:
213 SDT_PROBE_DEFINE1(vnet, functions, vnet_alloc, entry, "int");
214 SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, alloc, "int",
216 SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, return,
218 SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
220 SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
235 SDT_PROBE1(vnet, functions, vnet_alloc, entry, __LINE__);
238 SDT_PROBE2(vnet, functions, vnet_allo
[all...]
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp428 SimpleBindingMMFunctions functions;
429 functions.AllocateCodeSection = AllocateCodeSection;
430 functions.AllocateDataSection = AllocateDataSection;
431 functions.FinalizeMemory = FinalizeMemory;
432 functions.Destroy = Destroy;
433 return wrap(new SimpleBindingMemoryManager(functions, Opaque));
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c34 file containing only inline functions, which is then included in
61 /* The functions in this file for creating and solution program flow graphs
62 are very similar to functions in the gcc source file profile.c. In
246 function_t *functions; member in struct:source_info
254 static function_t *functions; variable
510 if (!functions)
512 fnotice (stderr, "%s:no functions found\n", bbg_file_name);
519 for (fn = functions; fn; fn = fn->next)
523 for (fn = functions; fn; fn = fn->next)
587 while ((fn = functions))
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/caldera/
H A Dsshd.init58 . @SVIdir@/functions
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfigure2296 /* The GNU C library defines this for functions which it implements
2297 to always fail with ENOSYS. Some functions are actually named
2347 /* The GNU C library defines this for functions which it implements
2348 to always fail with ENOSYS. Some functions are actually named
2396 /* The GNU C library defines this for functions which it implements
2397 to always fail with ENOSYS. Some functions are actually named
2447 /* The GNU C library defines this for functions which it implements
2448 to always fail with ENOSYS. Some functions are actually named
2496 /* The GNU C library defines this for functions which it implements
2497 to always fail with ENOSYS. Some functions ar
[all...]

Completed in 212 milliseconds

123456