| /src/bin/pax/ |
| ftree.h | 46 int refcnt; /* has tree had a selected file? */ member in struct:ftree
|
| ftree.h | 46 int refcnt; /* has tree had a selected file? */ member in struct:ftree
|
| /src/sys/modules/examples/ping/ |
| ping.c | 69 int refcnt; member in struct:ping_softc 78 if (sc.refcnt > 0) 81 ++sc.refcnt; 90 --sc.refcnt; 123 if (sc.refcnt > 0)
|
| ping.c | 69 int refcnt; member in struct:ping_softc 78 if (sc.refcnt > 0) 81 ++sc.refcnt; 90 --sc.refcnt; 123 if (sc.refcnt > 0)
|
| /src/external/bsd/iscsi/dist/include/ |
| libkmod.h | 47 int refcnt; /* reference count */ member in struct:kmod_t
|
| libkmod.h | 47 int refcnt; /* reference count */ member in struct:kmod_t
|
| /src/external/bsd/iscsi/dist/src/initiator/ |
| libkmod.h | 47 int refcnt; /* reference count */ member in struct:kmod_t
|
| libkmod.h | 47 int refcnt; /* reference count */ member in struct:kmod_t
|
| /src/sys/arch/evbmips/loongson/ |
| loongson_intr.h | 44 int refcnt; member in struct:bonito_intrhead
|
| loongson_intr.h | 44 int refcnt; member in struct:bonito_intrhead
|
| /src/sys/modules/examples/mapper/ |
| mapper.c | 69 int refcnt; member in struct:mapper_softc 79 if (sc.refcnt > 0) 81 ++sc.refcnt; 92 --sc.refcnt; 133 if (sc.refcnt > 0)
|
| mapper.c | 69 int refcnt; member in struct:mapper_softc 79 if (sc.refcnt > 0) 81 ++sc.refcnt; 92 --sc.refcnt; 133 if (sc.refcnt > 0)
|
| /src/sys/modules/examples/panic_string/ |
| panic_string.c | 83 int refcnt; member in struct:panic_string_softc 122 if (sc.refcnt > 0) 125 ++sc.refcnt; 134 --sc.refcnt; 188 if (sc.refcnt > 0)
|
| panic_string.c | 83 int refcnt; member in struct:panic_string_softc 122 if (sc.refcnt > 0) 125 ++sc.refcnt; 134 --sc.refcnt; 188 if (sc.refcnt > 0)
|
| /src/sys/modules/examples/ping_block/ |
| ping.c | 79 int refcnt; member in struct:ping_softc 88 if (sc.refcnt > 0) 91 ++sc.refcnt; 100 --sc.refcnt; 131 if (sc.refcnt > 0)
|
| ping.c | 79 int refcnt; member in struct:ping_softc 88 if (sc.refcnt > 0) 91 ++sc.refcnt; 100 --sc.refcnt; 131 if (sc.refcnt > 0)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| space_reftree.c | 42 * N range trees is the subset of the reference tree with refcnt >= 1. 43 * The intersection of N range trees is the subset with refcnt >= N. 51 * has an outage wherever refcnt >= vdev_nparity + 1, and a mirror vdev 52 * has an outage wherever refcnt >= vdev_children. 93 space_reftree_add_node(avl_tree_t *t, uint64_t offset, int64_t refcnt) 99 sr->sr_refcnt = refcnt; 106 int64_t refcnt) 108 space_reftree_add_node(t, start, refcnt); 109 space_reftree_add_node(t, end, -refcnt); 116 space_reftree_add_map(avl_tree_t *t, range_tree_t *rt, int64_t refcnt) 134 int64_t refcnt = 0; local [all...] |
| space_reftree.c | 42 * N range trees is the subset of the reference tree with refcnt >= 1. 43 * The intersection of N range trees is the subset with refcnt >= N. 51 * has an outage wherever refcnt >= vdev_nparity + 1, and a mirror vdev 52 * has an outage wherever refcnt >= vdev_children. 93 space_reftree_add_node(avl_tree_t *t, uint64_t offset, int64_t refcnt) 99 sr->sr_refcnt = refcnt; 106 int64_t refcnt) 108 space_reftree_add_node(t, start, refcnt); 109 space_reftree_add_node(t, end, -refcnt); 116 space_reftree_add_map(avl_tree_t *t, range_tree_t *rt, int64_t refcnt) 134 int64_t refcnt = 0; local [all...] |
| /src/sys/modules/examples/luareadhappy/ |
| luareadhappy.c | 85 int refcnt; member in struct:happy_softc 136 if (sc.refcnt > 0) 140 ++sc.refcnt; 149 --sc.refcnt; 207 if (sc.refcnt > 0)
|
| luareadhappy.c | 85 int refcnt; member in struct:happy_softc 136 if (sc.refcnt > 0) 140 ++sc.refcnt; 149 --sc.refcnt; 207 if (sc.refcnt > 0)
|
| /src/sys/ufs/mfs/ |
| mfs_vnops.c | 300 int refcnt; local 304 refcnt = --mfsp->mfs_refcnt; 307 if (refcnt == 0) {
|
| mfs_vnops.c | 300 int refcnt; local 304 refcnt = --mfsp->mfs_refcnt; 307 if (refcnt == 0) {
|
| /src/sys/external/bsd/drm2/drm/ |
| drm_agp_hook.c | 48 unsigned refcnt; /* at most one per device */ member in struct:__anon6007 58 agp_hooks.refcnt = 0; 67 KASSERT(agp_hooks.refcnt == 0); 78 if (agp_hooks.refcnt) { 82 agp_hooks.refcnt++; 97 if (agp_hooks.refcnt > 1) { 100 agp_hooks.refcnt = 0; 114 if (agp_hooks.refcnt == 0) { 117 KASSERT(agp_hooks.refcnt < UINT_MAX); 118 agp_hooks.refcnt++ [all...] |
| /src/sys/external/bsd/drm2/include/drm/ |
| drm_encoder_slave.h | 91 volatile unsigned refcnt; member in struct:drm_i2c_encoder_driver
|
| /src/sys/modules/examples/readhappy/ |
| readhappy.c | 117 int refcnt; member in struct:happy_softc 127 if (sc.refcnt > 0) 131 ++sc.refcnt; 140 --sc.refcnt; 187 if (sc.refcnt > 0)
|