Deleted Added
full compact
isc_soc.c (248188) isc_soc.c (254657)
1/*-
2 * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27/*
28 | $Id: isc_soc.c 998 2009-12-20 10:32:45Z danny $
29 */
30#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2005-2010 Daniel Braniss <danny@cs.huji.ac.il>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27/*
28 | $Id: isc_soc.c 998 2009-12-20 10:32:45Z danny $
29 */
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/sys/dev/iscsi/initiator/isc_soc.c 248188 2013-03-12 08:59:51Z glebius $");
31__FBSDID("$FreeBSD: head/sys/dev/iscsi_initiator/isc_soc.c 254657 2013-08-22 14:02:34Z trasz $");
32
33#include "opt_iscsi_initiator.h"
34
35#include <sys/param.h>
36#include <sys/kernel.h>
37#include <sys/conf.h>
38#include <sys/systm.h>
39#include <sys/malloc.h>

--- 11 unchanged lines hidden (view full) ---

51#include <sys/kthread.h>
52#include <sys/syslog.h>
53#include <sys/mbuf.h>
54#include <sys/user.h>
55
56#include <cam/cam.h>
57#include <cam/cam_ccb.h>
58
32
33#include "opt_iscsi_initiator.h"
34
35#include <sys/param.h>
36#include <sys/kernel.h>
37#include <sys/conf.h>
38#include <sys/systm.h>
39#include <sys/malloc.h>

--- 11 unchanged lines hidden (view full) ---

51#include <sys/kthread.h>
52#include <sys/syslog.h>
53#include <sys/mbuf.h>
54#include <sys/user.h>
55
56#include <cam/cam.h>
57#include <cam/cam_ccb.h>
58
59#include <dev/iscsi/initiator/iscsi.h>
60#include <dev/iscsi/initiator/iscsivar.h>
59#include <dev/iscsi_initiator/iscsi.h>
60#include <dev/iscsi_initiator/iscsivar.h>
61
62#ifndef NO_USE_MBUF
63#define USE_MBUF
64#endif
65
66#ifdef USE_MBUF
67static int ou_refcnt = 0;
68/*

--- 633 unchanged lines hidden ---
61
62#ifndef NO_USE_MBUF
63#define USE_MBUF
64#endif
65
66#ifdef USE_MBUF
67static int ou_refcnt = 0;
68/*

--- 633 unchanged lines hidden ---