HomeSort by: relevance | last modified time | path
    Searched refs:usz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/union/
union_vnops.c 1011 off_t usz = VNOVAL, lsz = VNOVAL; local in function:union_read
1016 usz = cur;
1022 if (usz != VNOVAL || lsz != VNOVAL)
1023 union_newsize(ap->a_vp, usz, lsz);
  /src/sys/dev/pci/qat/
qat_ae.c 3019 int usz, end, start; local in function:qat_aefw_init_ustore
3060 usz = QAT_AE(sc, ae).qae_effect_ustore_size;
3066 for (start = end + 1; start < usz; start++) {
3071 if (start >= usz)
3073 for (end = start + 1; end < usz; end++) {
3088 } while (end < usz);
  /src/sys/kern/
vfs_syscalls.c 2101 size_t usz; local in function:sys___getfh30
2129 error = copyin(SCARG(uap, fh_size), &usz, sizeof(size_t));
2138 if (usz >= sz) {

Completed in 48 milliseconds