Searched refs:port_buffer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_util.c305 u_int16_t port_buffer; local
315 port_buffer = htons(db_rep->my_addr.port);
316 size = sizeof(port_buffer) +
323 memcpy(ptr, &port_buffer, sizeof(port_buffer));
324 ptr = &ptr[sizeof(port_buffer)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c94 struct port_buffer { struct
156 struct port_buffer *inbuf;
274 static void free_buf(struct port_buffer *buf)
280 static struct port_buffer *alloc_buf(size_t buf_size)
282 struct port_buffer *buf;
304 struct port_buffer *buf;
323 static int add_inbuf(struct virtqueue *vq, struct port_buffer *buf)
338 struct port_buffer *buf;
487 struct port_buffer *buf;
980 struct port_buffer *bu
[all...]

Completed in 22 milliseconds