Displaying 2 results from an estimated 2 matches for "arm_timer".
Did you mean:
add_timer
2006 Jan 17
0
asterisk.ctl limitations
..._addr.s_addr, rad, sizeof (IA));
+ remend->sin_port = htons (rp);
+ }
/* rough format of LSRR option and explanation of weirdness.
Option comes after IP-hdr dest addr in packet, padded to *4, and ihl > 5.
IHL is multiples of 4, i.e. real len = ip_hl << 2.
@@ -805,14 +833,22 @@
arm_timer (1, o_wait);
#ifdef POSIX_SETJMP
if (sigsetjmp (jbuf,1) == 0) {
- rr = connect (nnetfd, (SA *)remend, sizeof (SA));
+ if (unixsock_name) {
+ rr = connect (nnetfd, (SA *)unixsock, sizeof (SAU));
+ } else {
+ rr = connect (nnetfd, (SA *)remend, sizeof (SA));
+ }
} else {...
2012 Feb 03
3
Setting up a pci passthrough device
I have been investigating pci pass-through for virtualized
guests and the documentation I have found seems to me to
lack a certain consistency in its example. This may be
due to my not understanding what it is trying to inform
me.
What I wish to do is to configure a pci multi-port serial
i/o card for use by a single virtual host.
I start by running lspci -v on the host to identify the
serial