| /freebsd/sys/sys/ |
| H A D | poll.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 56 * bands - and only some have an urgent "mode". 58 * POLLIN includes all of normal, band and urgent data. Most poll handlers 62 #define POLLPRI 0x0002 /* OOB/Urgent readable data */ 64 #define POLLRDNORM 0x0040 /* non-OOB/URG data available */ 66 #define POLLRDBAND 0x0080 /* OOB/Urgent readable data */ 67 #define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */ 93 #define INFTIM (-1)
|
| H A D | sched.h | 1 /*- 2 * SPDX-License-Identifier: (BSD-4-Clause AND BSD-2-Clause) 19 * 4. Neither the name of the author nor the names of any co-contributors 36 /*- 37 * Copyright (c) 2002-2008, Jeffrey Roberson <jeff@freebsd.org> 79 * Total runnable non-ithread threads in the system. 136 KASSERT((td->td_flags & TDF_BORROWING) == 0, in sched_userret() 138 if (__predict_false(td->td_priority != td->td_user_pri)) in sched_userret() 184 curthread->td_pinned++; in sched_pin() 192 MPASS(curthread->td_pinned > 0); in sched_unpin() [all …]
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | recvbuff.c | 14 #if (RECV_INC & (RECV_INC-1)) 17 #if (RECV_BATCH & (RECV_BATCH - 1)) 34 static u_long emerg_recvbufs; /* emergency/urgent buffers to keep */ 114 /*[bug 3666]: followup -- reset shortfalls in all cases */ in create_buffers() 131 abuf += (~abuf + 1) & (RECV_INC - 1); /* round up */ in create_buffers() 133 if (abuf > (limit_recvbufs - total_recvbufs)) { in create_buffers() 134 abuf = limit_recvbufs - total_recvbufs; in create_buffers() 136 abuf += (~abuf + 1) & (chunk - 1); /* round up */ in create_buffers() 147 for (i = chunk; i; - in init_recvbuff() 231 get_free_recv_buffer(int urgent) get_free_recv_buffer() argument 258 get_free_recv_buffer_alloc(int urgent) get_free_recv_buffer_alloc() argument [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocEvictionAdvisor.cpp | 1 //===- RegAllocEvictionAdvisor.cpp - eviction advisor ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 "regalloc-enable-advisor", cl::Hidden, 42 "enable-local-reassign", cl::Hidden, 49 "regalloc-eviction-max-interference-cutoff", cl::Hidden, 52 "is a compilation cost-saving consideration. To " 63 INITIALIZE_PASS(RegAllocEvictionAdvisorAnalysis, "regalloc-evict", 76 return R->getAdvisorMode() == AdvisorMode::Default; in classof() [all …]
|
| H A D | MLRegallocEvictAdvisor.cpp | |
| H A D | MLRegAllocEvictAdvisor.cpp | 1 //===- MLRegAllocEvictAdvisor.cpp - ML eviction advisor -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 48 #define DEBUG_TYPE "ml-regalloc" 59 "regalloc-evict-interactive-channel-base", cl::Hidden, 62 "have the name <regalloc-evict-interactive-channel-base>.in, while the " 64 "<regalloc-evict-interactive-channel-base>.out")); 72 "regalloc-training-log", cl::Hidden, 76 "regalloc-model", cl::Hidden, [all …]
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | 5.t | 58 support only in-band signaling (i.e. the urgent data is 61 This allows users to choose between receiving the urgent data 75 of the out-of-band data, but only notification that it is pending. 101 then reads the out-of-band byte. 135 A process may also read or peek at the out-of-band data 138 the urgent data in-band with the normal data, and only sends 141 With such protocols, the out-of-band byte may not yet have arrived 144 Worse, there may be enough in-band data in the input buffer 145 that normal flow control prevents the peer from sending the urgent data 148 that the urgent data may be delivered. [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | TODO | 5 --------------- 9 - The source files should be better documented. There is no official 14 Less urgent items 15 ----------------- 17 - Better documentation and cleanup of the interface. I am seeing a few 22 activity (XXX - "pcap_fileno()" handles the first part, although 25 the descriptor into non-blocking mode)
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | iptest.1 | 4 iptest \- automatically generate a packets to test IP functionality 8 .B \-1234567 10 .B \-d 13 .B \-g 16 .B \-m 19 .B \-p 22 .B \-s 29 .B \-1 38 .B \-2 43 .B \-3 [all …]
|
| /freebsd/lib/libc/nls/ |
| H A D | fr_FR.ISO8859-1.msg | 2 $ Message catalog for fr_FR.ISO8859-1 locale 8 1 Op�ration non autoris�e 18 6 Dispositif non configur� 42 18 Lien inter-unit�s 44 19 Op�ration non support�e par le dispositif 90 42 Protocole non disponible 92 43 Protocole non support� 94 44 Type de socket non support� 96 45 Op�ration non support�e 98 46 Famille de protocole non support�e [all …]
|
| H A D | C.msg | 42 18 Cross-device link 66 30 Read-only file system 82 38 Socket operation on non-socket 236 16 Urgent I/O condition 278 4 Non-recoverable failure in name resolution
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server 191 #include <event2/event-config.h> [all …]
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | event.h | 2 * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> 3 * Copyright (c) 2007-2012 Niels Provos and Nick Mathewson 58 header, and pass the -levent flag to the linker. (You can instead link 59 -levent_core if you only want the main event and buffered IO-based code, 66 multithreaded application, you need to initialize thread support -- 96 You can also use event_base_loop() for more fine-grained control. 139 @section evhttp Event-driven HTTP servers 141 Libevent provides a very simple event-driven HTTP server that can be 173 An embedded libevent-based HTTP server 191 #include <event2/event-config.h> [all …]
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | utility.c | 60 if (nfrontp-nbackp) in ttloop() 101 } while ((value == -1) && (errno == EINTR)); in stilloob() 118 if ((n = pfrontp - pbackp) > 0) { in ptyflush() 187 * simple, is to clear the urgent data pointer. The principal 188 * caller should be setting the urgent data pointer AFTER calling 225 length = next-thisitem; in netclear() 244 * handling requests for urgent data. 251 if ((n = nfrontp - nbackp) > 0) { in netflush() 258 if (nfrontp - s > 0) { in netflush() 259 (*encrypt_output)((unsigned char *)s, nfrontp-s); in netflush() [all …]
|
| /freebsd/contrib/sendmail/vacation/ |
| H A D | vacation.1 | 1 .\" Copyright (c) 1999-2002 Proofpoint, Inc. and its suppliers. 12 .\" $Id: vacation.1,v 8.35 2013-11-22 20:52:02 ca Exp $ 14 .TH VACATION 1 "$Date: 2013-11-22 20:52:02 $" 17 \- E-mail auto-responder 20 .RB [ \-a 22 .RB [ \-C 24 .RB [ \-d ] 25 .RB [ \-f 27 .RB [ \-i ] 28 .RB [ \-I ] [all …]
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | 1.5.t | 140 or other device-specific events have occurred. 161 non-blocking I/O mode and/or enable signaling when I/O is 164 or when urgent indications arise. 166 Operations on non-blocking descriptors will 174 be signaled, with a SIGIO for input, output, or in-progress 179 using non-blocking output, 206 Protocols may be based on communications multiplexing or a rights-passing 209 locally generated ``read-ahead'' requests. A protocol that provides for 210 read-ahead may provide higher performance but have a more difficult
|
| H A D | 1.3.t | 46 the current memory image of the process for use in post-mortem debugging. 72 Other, more cpu-specific hardware signals exist, 73 such as those for the various customer-reserved instructions on 90 on a descriptor, or when a \fInon-blocking\fP operation completes. 92 urgent condition arises. 143 whether the handler should operate on the normal run-time 145 is non-zero, the previous signal vector is returned. 176 The \fIscp\fP parameter is a pointer to a machine-dependent 246 If the process wishes to take a non-local exit from the signal routine,
|
| /freebsd/lib/libc/compat-43/ |
| H A D | sigvec.2 | 38 .Bd -literal 48 .Bf -symbolic 67 This may be changed, on a per-handler basis, 125 is non-zero, it 138 is non-zero, the previous handling information for the signal 144 .Bl -column SIGVTALARMXX "create core imagexxx" 155 .It Dv SIGFPE No " create core image" " floating-point exception" 159 .It Dv SIGSYS No " create core image" " non-existent system call invoked" 161 .It Dv SIGALRM No " terminate process" " real-time timer expired" 163 .It Dv SIGURG No " discard signal" " urgent condition present on socket" [all …]
|
| /freebsd/crypto/openssl/apps/ |
| H A D | vms_decc_init.c | 2 * Copyright 2010-2016 The OpenSSL Project Authors. All Rights Reserved. 18 * ---------------------------------------------------------------------- 19 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection 21 * ---------------------------------------------------------------------- 32 int decc_init_done = -1; 43 * DECC$ARGV_PARSE_STYLE is the urgent one. 47 /* Preserve command-line case with SET PROCESS/PARSE_STYLE=EXTENDED */ 55 * preserving VMS-ness of ";version". 173 /* Dummy code to avoid a %CC-W-EMPTYFILE complaint. */
|
| /freebsd/lib/libc/gen/ |
| H A D | signal.3 | 88 .Bl -column No ".Dv SIGVTALRM" "create core image" 99 .It 8 Ta Dv SIGFPE Ta "create core image" Ta "floating-point exception" 103 .It 12 Ta Dv SIGSYS Ta "create core image" Ta "non-existent system call invoked" 105 .It 14 Ta Dv SIGALRM Ta "terminate process" Ta "real-time timer expired" 107 .It 16 Ta Dv SIGURG Ta "discard signal" Ta "urgent condition present on socket" 132 .It 33 Ta Dv SIGLIBRT Ta "terminate process" Ta "real-time library interrupt" 165 .Bf -symbolic 216 children terminate, and then return a value of \-1 with 236 .Bl -tag -width Er
|
| /freebsd/contrib/tcpdump/ |
| H A D | tcpdump.1.in | 25 tcpdump \- dump traffic on a network 30 .B \-AbdDefhHIJKlLnNOpqStuUvxX# 32 .B \-B 37 .B \-c 41 .B \-\-count 44 .B \-C 49 .B \-E 54 .B \-F 58 .B \-G 62 .B \-i [all …]
|
| /freebsd/lib/libsys/ |
| H A D | sigaction.2 | 38 .Bd -literal 73 This may be changed, on a per-handler basis, 144 is non-NULL, it specifies an action 150 is non-NULL, the previous handling information for the signal 173 A signal-specific default action may be reset by 198 .Bl -tag -offset indent -width SA_RESETHANDXX 218 processes terminate, and then returns a value of \-1 with 309 .Bl -column SIGVTALARMXX "create core imagexxx" 318 .It Dv SIGFPE Ta create core image Ta floating-point exception 322 .It Dv SIGSYS Ta create core image Ta non-existent system call invoked [all …]
|
| /freebsd/sys/dev/mge/ |
| H A D | if_mgevar.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 68 if_t ifp; /* per-interface network data */ 102 uint32_t mge_tfut_ipg_max; /* TX FIFO Urgent Threshold */ 119 #define MGE_READ(sc,reg) bus_read_4((sc)->res[0], (reg)) 120 #define MGE_WRITE(sc,reg,val) bus_write_4((sc)->res[0], (reg), (val)) 124 mtx_assert(&(sc)->receive_lock, MA_NOTOWNED); \ 125 mtx_lock(&(sc)->transmit_lock); \ 128 #define MGE_TRANSMIT_UNLOCK(sc) mtx_unlock(&(sc)->transmit_lock) 129 #define MGE_TRANSMIT_LOCK_ASSERT(sc) mtx_assert(&(sc)->transmit_lock, MA_OWNED) [all …]
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_inform.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2015 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 91 p_list_item = cl_qlist_head(&p_subn->sa_infr_list); in dump_all_informs() 92 while (p_list_item != cl_qlist_end(&p_subn->sa_infr_list)) { in dump_all_informs() 94 &((osm_infr_t *) p_list_item)-> in dump_all_informs() 108 ib_inform_info_t *p_ii_rec = &p_infr_rec->inform_record.inform_info; in match_inf_rec() 109 ib_inform_info_t *p_ii = &p_infr->inform_record.inform_info; in match_inf_rec() [all …]
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | README | 13 (comp.security.unix, comp.unix.admin), to the cert-tools mailing list, 16 with in the body (not subject): subscribe tcp-wrappers-announce. 19 ----------------- 21 1 - Introduction 22 2 - Disclaimer 23 3 - Tutorials 24 3.1 - How it works 25 3.2 - Where the logging information goes 26 4 - Features 27 4.1 - Access control [all …]
|