HomeSort by: relevance | last modified time | path
    Searched defs:open_count (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/arch/macppc/stand/ofwboot/
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
  /src/sys/arch/newsmips/stand/boot/
net.c 65 static int open_count; variable in typeref:typename:int
77 if (open_count == 0) {
86 open_count++;
95 if (open_count <= 0)
98 if (--open_count == 0)
net.c 65 static int open_count; variable in typeref:typename:int
77 if (open_count == 0) {
86 open_count++;
95 if (open_count <= 0)
98 if (--open_count == 0)
net.c 65 static int open_count; variable in typeref:typename:int
77 if (open_count == 0) {
86 open_count++;
95 if (open_count <= 0)
98 if (--open_count == 0)
  /src/sys/arch/ofppc/stand/ofwboot/
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
net.c 73 static int open_count; variable in typeref:typename:int
89 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
113 if (open_count > 0)
114 if (--open_count == 0) {
  /src/sys/arch/shark/stand/ofwboot/
net.c 72 static int open_count; variable in typeref:typename:int
86 if (open_count == 0) {
95 open_count++;
97 if (netdev_sock >= 0 && open_count == 0) {
110 if (open_count > 0)
111 if (--open_count == 0) {
net.c 72 static int open_count; variable in typeref:typename:int
86 if (open_count == 0) {
95 open_count++;
97 if (netdev_sock >= 0 && open_count == 0) {
110 if (open_count > 0)
111 if (--open_count == 0) {
net.c 72 static int open_count; variable in typeref:typename:int
86 if (open_count == 0) {
95 open_count++;
97 if (netdev_sock >= 0 && open_count == 0) {
110 if (open_count > 0)
111 if (--open_count == 0) {
  /src/sys/arch/sparc/stand/common/
net.c 64 static int open_count; variable in typeref:typename:int
79 if (open_count == 0) {
88 open_count++;
97 if (open_count <= 0)
100 if (--open_count == 0)
net.c 64 static int open_count; variable in typeref:typename:int
79 if (open_count == 0) {
88 open_count++;
97 if (open_count <= 0)
100 if (--open_count == 0)
net.c 64 static int open_count; variable in typeref:typename:int
79 if (open_count == 0) {
88 open_count++;
97 if (open_count <= 0)
100 if (--open_count == 0)
  /src/sys/arch/sparc/stand/ofwboot/
net.c 77 static int open_count; variable in typeref:typename:int
91 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
114 if (open_count > 0)
115 if (--open_count == 0) {
net.c 77 static int open_count; variable in typeref:typename:int
91 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
114 if (open_count > 0)
115 if (--open_count == 0) {
net.c 77 static int open_count; variable in typeref:typename:int
91 if (open_count == 0) {
98 open_count++;
100 if (netdev_sock >= 0 && open_count == 0) {
114 if (open_count > 0)
115 if (--open_count == 0) {
  /src/sys/arch/hp300/stand/common/
netio.c 97 static int open_count; variable in typeref:typename:int
121 if (open_count == 0) {
128 open_count++;
137 if (open_count > 0)
138 if (--open_count == 0)
netio.c 97 static int open_count; variable in typeref:typename:int
121 if (open_count == 0) {
128 open_count++;
137 if (open_count > 0)
138 if (--open_count == 0)
netio.c 97 static int open_count; variable in typeref:typename:int
121 if (open_count == 0) {
128 open_count++;
137 if (open_count > 0)
138 if (--open_count == 0)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 208 atomic_t open_count; member in struct:i915_vma
i915_vma_types.h 208 atomic_t open_count; member in struct:i915_vma
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 146 * @open_count:
151 int open_count; member in struct:drm_device
drm_device.h 146 * @open_count:
151 int open_count; member in struct:drm_device

Completed in 39 milliseconds

1 2