Home
last modified time | relevance | path

Searched refs:inblock (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDkeyblock.c107 const krb5_keyblock *inblock, in krb5_copy_keyblock_contents() argument
110 return copy_EncryptionKey(inblock, to); in krb5_copy_keyblock_contents()
129 const krb5_keyblock *inblock, in krb5_copy_keyblock() argument
143 ret = krb5_copy_keyblock_contents (context, inblock, k); in krb5_copy_keyblock()
/freebsd-13-stable/sys/sys/
HDaio.h132 int inblock; /* (*) input blocks */ member
/freebsd-13-stable/share/doc/psd/05.sysman/
HDspell.ok170 inblock
/freebsd-13-stable/contrib/netbsd-tests/bin/ps/
HDkeywords49 inblock inblk ALIAS
/freebsd-13-stable/sys/kern/
HDvfs_aio.c807 job->inblock = inblock_end - inblock_st; in aio_process_rw()
1926 td->td_ru.ru_inblock += job->inblock; in kern_aio_return()
2489 atomic_add_int(&job->inblock, nblks); in aio_biowakeup()
2557 td->td_ru.ru_inblock += job->inblock; in kern_aio_waitcomplete()
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Windows_NT_util.cpp681 info->inblock = 0; // the number of times the file system had to perform input in __kmp_read_system_info()
HDz_Linux_util.cpp1847 info->inblock = r_usage.ru_inblock; in __kmp_read_system_info()
HDkmp.h1728 long inblock; /* the number of times the file system had to perform input */ member