| /src/usr.sbin/npf/npfctl/ |
| npf_var.c | 56 size_t v_count; member in struct:npfvar 127 vp->v_count++; 148 vp->v_count += vp2->v_count; 150 vp2->v_count = 0; 228 return vp ? vp->v_count : 0; 246 if (vp->v_count <= idx) { 248 vp->v_key, vp->v_count, idx);
|
| /src/external/cddl/osnet/dist/uts/common/fs/ |
| vnode.c | 95 VERIFY(vp->v_count > 0); 97 if (vp->v_count == 1 && !(vp->v_iflag & VI_DOINGINACT)) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| normalize.c | 64 enum { v_count = 21}; enumerator in enum:__anon952 67 enum { n_count = v_count * t_count}; 106 if (in[1] < v_base || in[1] >= v_base + v_count) 109 return (l_index * v_count + v_index) * t_count + s_base;
|
| /src/external/bsd/bc/dist/ |
| global.h | 97 EXTERN int v_count; variable
|
| storage.c | 56 v_count = 0; 136 old_count = v_count; 141 v_count += STORE_INCR; 142 variables = bc_malloc (v_count*sizeof(bc_var *)); 143 v_names = bc_malloc (v_count*sizeof(char *)); 153 for (; indx < v_count; indx++)
|
| util.c | 617 if (id->v_name >= v_count)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-reference.cc | 1187 int v_count; 1204 v_count = streamer_read_hwi (ib); 1205 if (v_count == -1) 1211 else if (v_count == 0) 1217 for (j = 0; j < (unsigned int)v_count; j++) 1231 v_count = streamer_read_hwi (ib); 1232 if (v_count == -1) 1238 else if (v_count == 0) 1244 for (j = 0; j < (unsigned int)v_count; j++) 1185 int v_count; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-reference.cc | 1187 int v_count; 1204 v_count = streamer_read_hwi (ib); 1205 if (v_count == -1) 1211 else if (v_count == 0) 1217 for (j = 0; j < (unsigned int)v_count; j++) 1231 v_count = streamer_read_hwi (ib); 1232 if (v_count == -1) 1238 else if (v_count == 0) 1244 for (j = 0; j < (unsigned int)v_count; j++) 1185 int v_count; local
|
| /src/external/bsd/nvi/dist/vi/ |
| vi.c | 45 static int v_count __P((SCR *, VICMD *, ARG_CHAR_T, u_long *)); 545 if (v_count(sp, vp, key, &vp->count)) 709 if (v_count(sp, vp, vp->character, &vp->count2)) 1188 * v_count -- 1192 v_count(SCR *sp, VICMD *vp, ARG_CHAR_T fkey, u_long *countp) function
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 1902 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) { 2296 ASSERT(ZTOV(zp)->v_count >= 0); 2433 zfsvfs->z_ctldir->v_count > 1)
|
| zfs_znode.c | 328 if (vp->v_count != 1 || !vn_in_dnlc(vp)) {
|