/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_event.h | 125 * a single waiter. If TRUE, the event remains in the signalled state 176 * The cl_event_signal function sets an event to the signalled state and 188 * CL_SUCCESS if the event was successfully signalled. 198 * either in a signalled on non-signalled state, and triggering an event 199 * that is already in the signalled state has no effect. 210 * The cl_event_reset function sets an event to the non-signalled state. 271 * If the event is already on the signalled state at the time of the call
|
/freebsd/tools/tools/mwl/mwlstats/ |
H A D | main.c | 53 static int signalled; variable 58 signalled = 1; in catchalarm() 94 signalled = 0; in main() 110 if (!signalled) in main() 113 signalled = 0; in main()
|
/freebsd/tools/tools/npe/npestats/ |
H A D | main.c | 60 static int signalled; variable 65 signalled = 1; in catchalarm() 108 signalled = 0; in main() 125 if (!signalled) in main() 128 signalled = 0; in main()
|
/freebsd/lib/libsys/ |
H A D | thr_kill.2 | 52 function, signalled threads are always limited to the current process. 57 argument specifies the process with threads to be signalled. 64 is equal to \-1, all threads in the specified process are signalled. 66 argument is signalled.
|
/freebsd/tools/tools/ath/athaggrstats/ |
H A D | main.c | 73 static int signalled; variable 78 signalled = 1; in catchalarm() 124 signalled = 0; in main() 141 if (!signalled) in main() 144 signalled = 0; in main()
|
/freebsd/tools/tools/ath/athstats/ |
H A D | main.c | 81 static int signalled; variable 86 signalled = 1; in catchalarm() 132 signalled = 0; in main() 149 if (!signalled) in main() 152 signalled = 0; in main()
|
/freebsd/share/man/man4/ |
H A D | lp.4 | 139 Each byte is signalled in four steps: 186 Each byte is signalled in four steps: 213 The start of packet has to be signalled specially, since the line chosen 220 End of packet is deduced from the packet length and is not signalled
|
/freebsd/usr.sbin/wlanstats/ |
H A D | main.c | 78 static int signalled; variable 83 signalled = 1; in catchalarm() 228 signalled = 0; 244 if (!signalled) 247 signalled = 0;
|
/freebsd/contrib/libder/libder/ |
H A D | libder_read.3 | 72 If the application is signalled, it can abort the 78 does not currently have other points that an abort can be signalled from, so if
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.conf | 4 # syslogd process to be signalled when that log file is rotated. This 7 # is no process which needs to be signalled when a given log file is
|
/freebsd/contrib/unbound/validator/ |
H A D | val_sigcrypt.h | 80 * @param sigalg: adds to signalled algorithm list too. 86 * Initialize algo needs structure from a signalled algo list. 88 * @param sigalg: signalled algorithm list, numbers ends with 0. 97 * @param sigalg: list of signalled algos, constructed as output,
|
H A D | val_kentry.h | 86 /** list of algorithms signalled, ends with 0, or NULL */ 189 * @param sigalg: signalled algorithm list (or NULL).
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_core.h | 367 /* This event should be signalled when a slot is recycled. */ 373 /* This event should be signalled when a synchronous message is sent. */ 376 /* This event should be signalled when a synchronous message has been 486 /* Signalled when a free slot becomes available. */ 491 /* Signalled when a free data slot becomes available. */
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | thread.h | 160 * while waiting for the condition to be come signalled, and 163 * the event to become signalled; if it is NULL, the function 167 * was signalled, or 1 on a timeout. */
|
/freebsd/contrib/libevent/include/event2/ |
H A D | thread.h | 160 * while waiting for the condition to be come signalled, and 163 * the event to become signalled; if it is NULL, the function 167 * was signalled, or 1 on a timeout. */
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread-internal.h | 170 /** Wait until the condition 'cond' is signalled. Must be called while 172 * signalled, at which point it will be acquired again. Returns 0 for 292 /** Wait until the condition 'cond' is signalled. Must be called while 294 * signalled, at which point it will be acquired again. Returns 0 for
|
/freebsd/contrib/libevent/ |
H A D | evthread-internal.h | 170 /** Wait until the condition 'cond' is signalled. Must be called while 172 * signalled, at which point it will be acquired again. Returns 0 for 292 /** Wait until the condition 'cond' is signalled. Must be called while 294 * signalled, at which point it will be acquired again. Returns 0 for
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 643 static sig_atomic_t signalled; variable 647 signalled = true; in catchalarm() 668 signalled = false; in sidewaysintpr() 694 while (!signalled) in sidewaysintpr() 696 signalled = false; in sidewaysintpr()
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | hsta.txt | 8 PCI message signalled interrupts.
|
/freebsd/share/man/man9/ |
H A D | VOP_STRATEGY.9 | 56 Errors should be signalled by setting the
|
/freebsd/contrib/unbound/util/ |
H A D | winsock_event.h | 60 * as you call a recv/write/accept at least once when it is signalled. 154 * signalled by the handler back to use.
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_libntp.m4 | 835 [signalled-io], 836 [AS_HELP_STRING([--enable-signalled-io], [s Use signalled IO if we can])], 918 *) ans="Allowed for $host but --disable-signalled-io was given"
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_getscn.3 | 57 An error will be signalled if the specified section does not
|
/freebsd/sys/dev/scc/ |
H A D | scc_if.m | 74 # When an interrupt is signalled, the handler will call this method to find
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_threadpool.c | 68 /* The event has been signalled. Invoke the callback. */ in thread_pool_routine()
|