/freebsd/share/doc/psd/21.ipc/ |
H A D | 3.t | 28 .\".ds RH "Network Library Routines 36 3. NETWORK LIBRARY ROUTINES 44 environment. To aid in this task a number of routines 46 In this section we will consider the new routines provided 50 most of the routines presented 52 stated, it should be assumed that the routines presented in this 76 Standard routines are provided for: mapping host names 82 routines. 106 returned by these routines, 129 rather complicated, and the routines are not part of the [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread_np.3 | 43 Thread Routines 45 Attribute Object Routines 47 Mutex Routines 50 .\" Condition Variable Routines 52 .\" Read/Write Lock Routines 54 .\" Per-Thread Context Routines 56 .\" Cleanup Routines 57 .Ss Thread Routines 153 .Ss Attribute Object Routines 182 .Ss Mutex Routines [all …]
|
H A D | pthread.3 | 54 Thread Routines 56 Attribute Object Routines 58 Mutex Routines 60 Condition Variable Routines 62 Read/Write Lock Routines 64 Per-Thread Context Routines 66 Cleanup Routines 72 .Ss Thread Routines 143 .Ss Attribute Object Routines 232 .Ss Mutex Routines [all …]
|
/freebsd/share/doc/psd/18.gprof/ |
H A D | present.me | 31 The first presentation simply lists the routines 37 The flat profile consists of a list of all the routines 42 The routines are listed in decreasing order of execution time. 43 A list of the routines that are never called during execution of 47 The flat profile gives a quick overview of the routines that are used, 48 and shows the routines that are themselves responsible 88 the routines that are its direct parents and children. 101 The profile shows which of the higher level routines 103 in the routines that they call. 124 Self-recursive routines have their calls broken [all …]
|
H A D | profiling.me | 36 or routines. 76 routines the time required by the abstraction will be distributed 77 across those routines. 79 Given the execution time of individual routines, 81 for it by the routines it invokes. 83 are the routines of the program and directed arcs that represent 84 calls from call sites to routines. 86 The \fIcomplete call graph\fP incorporates all routines and all 91 The \fIstatic call graph\fP includes all routines and all possible arcs 93 The \fIdynamic call graph\fP includes only those routines and [all …]
|
H A D | gathering.me | 34 monitoring routines [Unix]. 46 In addition, different monitoring routines can be linked into the 64 the edges of this graph to attribute times for routines to the 65 routines that invoke them. 104 Call counts for routines can then be determined by summing the counts 154 Routines that were compiled without the profiling augmentations 157 routines. 158 One need not profile all the routines in a program. 159 Routines that are not profiled run at full speed. 160 Certain routines, notably exception handlers, are invoked by [all …]
|
/freebsd/share/man/man9/ |
H A D | SYSINIT.9 | 40 routines. 41 This is similar to init and fini routines with the addition of explicit 92 sorted list of initialization routines. 93 The initialization routines are then executed in the sorted order. 100 The relative order of two routines that have the same 110 These modules' initialization routines are sorted and merged into the kernel's 111 list of startup routines and are executed during boot along with the kernel's 112 initialization routines. 113 Note that this has the effect that any initialization routines in a kernel 126 The teardown routines are sorted in the reverse order of the initialization [all …]
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 41 {ERR_PACK(ERR_LIB_BN, 0, 0), "bignum routines"}, 42 {ERR_PACK(ERR_LIB_RSA, 0, 0), "rsa routines"}, 43 {ERR_PACK(ERR_LIB_DH, 0, 0), "Diffie-Hellman routines"}, 44 {ERR_PACK(ERR_LIB_EVP, 0, 0), "digital envelope routines"}, 45 {ERR_PACK(ERR_LIB_BUF, 0, 0), "memory buffer routines"}, 46 {ERR_PACK(ERR_LIB_OBJ, 0, 0), "object identifier routines"}, 47 {ERR_PACK(ERR_LIB_PEM, 0, 0), "PEM routines"}, 48 {ERR_PACK(ERR_LIB_DSA, 0, 0), "dsa routines"}, 49 {ERR_PACK(ERR_LIB_X509, 0, 0), "x509 certificate routines"}, 50 {ERR_PACK(ERR_LIB_ASN1, 0, 0), "asn1 encoding routines"}, [all …]
|
/freebsd/contrib/gdtoa/ |
H A D | README | 2 and decimal -> binary conversion routines, for single-, double-, 14 The conversion routines use double-precision floating-point arithmetic 15 and, where necessary, high precision integer arithmetic. The routines 16 are generalizations of the strtod and dtoa routines described in 26 The present conversion routines should be able to use any of IEEE binary, 31 The core conversion routines are strtodg for decimal -> binary conversions 32 and gdtoa for binary -> decimal conversions. These routines operate 41 The core conversion routines are meant to be called by helper routines 43 convert. The present directory provides helper routines for 5 variants 59 helper routines: one for round-nearest (or the current rounding [all …]
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | README | 1 Arm Optimized Routines 23 All math routines should meet the quality 25 routines that fail to do so are located in an 40 string/ - string routines subproject sources. 41 All string routines should meet the quality 43 routines that fail to do so are located in an 45 string/<arch> - <arch>-specific string routines sources for 47 string/aarch64/experimental - Experimental string routines which 75 SVE routines are always built by default - this means that on AArch64 78 routines will fail to build if CC is too old.
|
/freebsd/lib/libc/db/man/ |
H A D | dbopen.3 | 179 routines return -1 on error (setting 196 routines return -1 on error (setting 219 routines return -1 on error (setting 230 routines return -1 on error (setting 299 routines is to enter the new key/data pair, replacing any previously 303 routines return -1 on error (setting 329 routines. 344 routines in that it sets or initializes the cursor to the location of 391 routines return -1 on error (setting 401 routines return 2. [all …]
|
/freebsd/lib/libefivar/ |
H A D | FreeBSD-update | 1 For the printing and parsing functionality, we use the Tianocore routines 11 for several reasons. We're moving from wide rotuines to narrow routines. The 21 files by hand. You have to go through and make routines static. 23 uefi-*.[ch] are internal routines to support this. They've been copied from EDK2 32 uefi-dplib.h shims the EDK2 routines that are needed to FreeBSD's routines. This 33 is relatively easy since we map all the UCS-2 routines to simple char * 34 routines.
|
/freebsd/share/doc/psd/24.xdr/ |
H A D | xdr.nts.ms | 21 External Data Representation (XDR) standard, a set of library routines 29 standard. XDR library routines should be used to transmit data 32 .IX XDR "system routines" 34 routines, see the 40 routines, a guide to accessing currently available XDR streams, and 58 can be used to write XDR routines even in cases where no RPC calls are 62 C programs that want to use XDR routines 68 contains all the XDR routines, 280 routines is written once and is never touched again. The canonical approach 312 The XDR library has filter routines for [all …]
|
/freebsd/share/doc/papers/kerntune/ |
H A D | 2.t | 39 for a set of routines that implement an 48 The first presentation simply lists the routines 55 The flat profile consists of a list of all the routines 60 The routines are listed in decreasing order of execution time. 61 A list of the routines that are never called during execution of 65 The flat profile gives a quick overview of the routines that are used, 66 and shows the routines that are themselves responsible 84 the routines that are its direct parents and children. 121 The profile shows which of the higher level routines 123 in the routines that they call. [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap.3pcap.in | 85 .B Routines 122 for use in routines that require a 124 as an argument, such as routines to open a ``savefile'' for writing and 274 supplied by routines on the native operating system. See 393 .B Routines 560 .B Routines 690 A handle can be put into ``non-blocking mode'', so that those routines 700 Non-blocking mode is often combined with routines such as 704 or other routines a platform offers to wait for any of a set of 706 that can be used in those routines, call [all …]
|
H A D | INSTALL.md | 219 bpf_dump.c - BPF program printing routines 220 bpf_filter.c - BPF filtering routines 222 charconv.c - Windows Unicode routines 230 etherent.c - /etc/ethers support routines 236 fmtutils.c - error message formatting routines 241 gencode.c - BPF code generation routines 252 nametoaddr.c - hostname to address routines 255 optimize.c - BPF optimization routines 323 pcap-usb-linux-common.c - Linux USB common routines 328 pcap.c - pcap utility routines [all …]
|
/freebsd/share/doc/psd/03.iosys/ |
H A D | iosys | 53 guidance to writers of device driver routines, 88 the drivers for these devices share a great many routines 292 table specifies the interface routines present for 294 Each device provides five routines: 393 Write routines which want to transfer 476 routines. 495 and ``bottom half'' (interrupt) routines. 498 routines 530 especially write routines, must take 604 The routines [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_kernel.3x | 59 low-level \fIcurses\fR routines 81 The following routines give low-level access 83 These routines typically are used inside library routines. 85 The \fBdef_prog_mode\fP and \fBdef_shell_mode\fP routines save the 89 \fBreset_shell_mode\fP routines. 94 The \fBreset_prog_mode\fP and \fBreset_shell_mode\fP routines restore 101 The \fBresetty\fP and \fBsavetty\fP routines save and restore the 123 The two routines \fBgetsyx\fP and \fBsetsyx\fP 179 Except for \fBcurs_set\fP, these routines always return \fBOK\fP.
|
/freebsd/contrib/libpcap/pcap/ |
H A D | funcattrs.h | 191 /* #define PCAP_AVAILABLE_1_1 no routines added to the API */ 193 /* #define PCAP_AVAILABLE_1_3 no routines added to the API */ 194 /* #define PCAP_AVAILABLE_1_4 no routines added to the API */ 196 /* #define PCAP_AVAILABLE_1_6 no routines added to the API */ 207 * availability indicator macro for those routines, so that 209 * importing and availability tests to use those routines 210 * if they're available will get those routines weakly imported, 212 * won't get an error from dyld about those routines being 215 * those routines, as the addresses of those routines will be 219 * (Not that it's useful to use those routines *anyway*, as they're [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 73 addrtoname.c - address to hostname routines 75 addrtostr.c - address to printable string routines 80 routines 84 bpf_dump.c - BPF program printing routines, in case libpcap doesn't 107 machdep.c - machine dependent routines 125 parsenfsfh.c - Network File System file parser routines 128 print.c - Top-level routines for protocol printing 135 smbutil.c - SMB/CIFS utility routines 142 util-print.c - utility routines for protocol printers
|
/freebsd/lib/libgssapi/ |
H A D | gssapi.3 | 115 .Sh GSS-API ROUTINES 116 This section lists the routines that make up the GSS-API, 119 GSS-API Credential-management Routines: 134 GSS-API Context-Level Routines: 158 GSS-API Per-message Routines: 174 GSS-API Name manipulation Routines: 196 GSS-API Miscellaneous Routines 214 Individual GSS-API implementations may augment these routines by 215 providing additional mechanism-specific routines if required 217 Applications are encouraged to use the generic routines wherever
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_clnt_auth.3 | 12 .Nd library routines for client side remote procedure call authentication 26 These routines are part of the 31 These routines are normally called after creating the 40 structure returned by some of the following routines. 51 .Sh Routines
|
/freebsd/lib/libc/aarch64/string/ |
H A D | Makefile.inc | 2 # String handling from the Arm Optimized Routines 3 # https://github.com/ARM-software/optimized-routines 19 # SIMD-enhanced routines not derived from Arm's code 41 # Arm Optimized Routines file defining the function name to the libc name. 55 CFLAGS.${FUNC}.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string 59 # arm-optimized-routines 60 CFLAGS.memchr.S+=-I${SRCTOP}/contrib/arm-optimized-routines/string
|
/freebsd/crypto/openssh/ |
H A D | OVERVIEW | 22 Buffer manipulation routines 50 - Ssh uses the RSA routines in libssl. 67 - The code in packet.c calls the buffer manipulation routines 68 (buffer.c, bufaux.c), compression routines (zlib), and the 69 encryption routines. 88 code is linked into the server. The routines also manipulate 157 various auxiliary routines: 160 xmalloc.c "safe" malloc routines
|
/freebsd/share/doc/psd/22.rpcgen/ |
H A D | rpcgen.ms | 22 routines necessary to convert procedure arguments and results into 36 language output which includes stub versions of the client routines, a 37 server skeleton, XDR filter routines for both parameters and results, and a 62 that would otherwise be spent coding and debugging low-level routines. 69 is no exception. In speed-critical applications, hand-written routines 370 This client handle will be passed to the stub routines 411 It created client \*Qstub\*U routines in the 418 client stub routines is always formed in this way: if the name of the 456 \&Generating XDR Routines 457 .IX RPC "generating XDR routines" [all …]
|