Home
last modified time | relevance | path

Searched refs:f_count (Results 1 – 20 of 20) sorted by relevance

/openbsd/sys/arch/hppa/stand/libsa/
H A Dlif.c45 int f_count; /* this file length */ member
123 fp->f_count = load.count - sizeof(int);
128 fp->f_count, fp->f_off,
179 if (fp->f_seek >= fp->f_count ||
223 fp->f_seek = fp->f_count - offset;
241 sb->st_size = fp->f_count;
/openbsd/sys/sys/
H A Dfile.h93 u_int f_count; /* [a] reference count */ member
112 atomic_inc_int(&(fp)->f_count); \
116 (atomic_dec_int_nv(&fp->f_count) == 0 ? fdrop(fp, p) : 0)
H A Dsysctl.h757 uint32_t f_count; /* UINT: reference count */ member
/openbsd/sys/kern/
H A Dkern_descrip.c209 count = nfp->f_count; in fd_iterfile()
214 if (atomic_cas_uint(&nfp->f_count, count, count + 1) == count) in fd_iterfile()
238 atomic_inc_int(&fp->f_count); in fd_getfile()
647 if (fp->f_count >= FDUP_MAX_COUNT) { in finishdup()
1043 fp->f_count = 1; in fnew()
1151 if (fp->f_count >= FDUP_MAX_COUNT || in fdcopy()
1223 KASSERTMSG(fp->f_count >= 2, "count (%u) < 2", fp->f_count); in closef()
1225 atomic_dec_int(&fp->f_count); in closef()
1257 KASSERTMSG(fp->f_count == 0, "count (%u) != 0", fp->f_count); in fdrop()
1396 if (wfp->f_count >= FDUP_MAX_COUNT) { in dupfdopen()
H A Duipc_usrreq.c1286 if (fp->f_count >= FDUP_MAX_COUNT) { in unp_internalize()
1401 if (fp->f_count == unp->unp_msgcount) { in unp_gc()
H A Dkern_sysctl.c1433 kf->f_count = fp->f_count; in fill_file()
/openbsd/bin/dd/
H A Dargs.c54 static void f_count(char *);
74 { "count", f_count, C_COUNT, C_COUNT },
197 f_count(char *arg) in f_count() function
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Diq2000-ibld.c605 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer);
788 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count);
961 value = fields->f_count;
1075 value = fields->f_count;
1198 fields->f_count = value;
1309 fields->f_count = value;
H A Diq2000-opc.h146 long f_count; member
H A Diq2000-dis.c126 print_normal (cd, info, fields->f_count, 0, pc, length);
H A Diq2000-asm.c383 errmsg = cgen_parse_unsigned_integer (cd, strp, IQ2000_OPERAND_COUNT, &fields->f_count);
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Diq2000-ibld.c602 errmsg = insert_normal (cd, fields->f_count, 0, 0, 15, 7, 32, total_length, buffer); in iq2000_cgen_insert_operand()
783 …h = extract_normal (cd, ex_info, insn_value, 0, 0, 15, 7, 32, total_length, pc, & fields->f_count); in iq2000_cgen_extract_operand()
953 value = fields->f_count; in iq2000_cgen_get_int_operand()
1066 value = fields->f_count; in iq2000_cgen_get_vma_operand()
1186 fields->f_count = value; in iq2000_cgen_set_int_operand()
1296 fields->f_count = value; in iq2000_cgen_set_vma_operand()
H A Diq2000-opc.h146 long f_count; member
H A Diq2000-dis.c127 print_normal (cd, info, fields->f_count, 0, pc, length); in iq2000_cgen_print_operand()
H A Diq2000-asm.c384 …gen_parse_unsigned_integer (cd, strp, IQ2000_OPERAND_COUNT, (unsigned long *) (& fields->f_count)); in iq2000_cgen_parse_operand()
/openbsd/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.c1187 tree f_base, f_count; local
1195 f_count = TREE_CHAIN (f_base);
1198 count = build (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count);
1222 tree f_base, f_count; local
1232 f_count = TREE_CHAIN (f_base);
1235 count = build (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count);
/openbsd/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c1361 tree f_base, f_count; in xstormy16_expand_builtin_va_start() local
1369 f_count = TREE_CHAIN (f_base); in xstormy16_expand_builtin_va_start()
1372 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count, in xstormy16_expand_builtin_va_start()
1397 tree f_base, f_count; in xstormy16_expand_builtin_va_arg() local
1405 f_count = TREE_CHAIN (f_base); in xstormy16_expand_builtin_va_arg()
1408 count = build3 (COMPONENT_REF, TREE_TYPE (f_count), valist, f_count, in xstormy16_expand_builtin_va_arg()
/openbsd/lib/libkvm/
H A Dkvm_file2.c244 if (file.f_count == 0) in kvm_deadfile_byfile()
488 kf->f_count = fp->f_count; in fill_file()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dshmem_utils.c44 atomic_long_inc(&file->f_count); in shmem_create_from_object()
/openbsd/usr.sbin/pstat/
H A Dpstat.c1070 (void)printf("%6s %3ld", flagbuf, (long)kf->f_count); in filemode()