Searched refs:n_size (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.sbin/netgroup_mkdb/ |
H A D | netgroup_mkdb.c | 51 size_t n_size; /* Buffer size required for printing */ member 250 e->n_size = size; in ng_load() 269 e->n_size = size; in ng_load() 366 ng->ng_domain, e->n_size); in ng_reventry() 461 char *ptr = emalloc(e->n_size); in ng_print() 471 (void) snprintf(ptr, e->n_size, "%s", e->n_name); in ng_print() 475 (void) snprintf(ptr, e->n_size, "(%s,%s,%s)", in ng_print()
|
/openbsd/sys/nfs/ |
H A D | nfs_subs.c | 1074 if (vap->va_size != np->n_size) { in nfs_loadattrcache() 1077 if (vap->va_size < np->n_size) in nfs_loadattrcache() 1078 vap->va_size = np->n_size; in nfs_loadattrcache() 1080 np->n_size = vap->va_size; in nfs_loadattrcache() 1082 np->n_size = vap->va_size; in nfs_loadattrcache() 1085 np->n_size = vap->va_size; in nfs_loadattrcache() 1142 if (vap->va_size != np->n_size) { in nfs_getattrcache() 1146 vap->va_size = np->n_size; in nfs_getattrcache() 1148 np->n_size = vap->va_size; in nfs_getattrcache() 1150 np->n_size = vap->va_size; in nfs_getattrcache() [all …]
|
H A D | nfs_bio.c | 147 (lbn + 1 + nra) * biosize < np->n_size; nra++) { in nfs_bioread() 180 offdiff = np->n_size - uio->uio_offset; in nfs_bioread() 284 uio->uio_offset = np->n_size; in nfs_write() 329 if (uio->uio_offset + n > np->n_size) { in nfs_write() 330 np->n_size = uio->uio_offset + n; in nfs_write() 331 uvm_vnp_setsize(vp, np->n_size); in nfs_write() 333 } else if (uio->uio_offset + n < np->n_size) in nfs_write() 592 len = np->n_size - ((((off_t)bp->b_blkno) << DEV_BSHIFT) in nfs_doio()
|
H A D | nfs_debug.c | 78 np->n_size, np->n_flag, np->n_vnode, (long long)np->n_accstamp); in nfs_node_print()
|
H A D | nfsnode.h | 68 u_quad_t n_size; /* Current size of file */ member
|
H A D | nfs_kq.c | 119 osize = np->n_size; in nfs_kqpoll() 236 kn->kn_data = np->n_size - foffset(kn->kn_fp); in filt_nfsread()
|
H A D | nfs_vnops.c | 653 tsize = np->n_size; in nfs_setattr() 654 np->n_size = np->n_vattr.va_size = vap->va_size; in nfs_setattr() 655 uvm_vnp_setsize(vp, np->n_size); in nfs_setattr() 665 np->n_size = np->n_vattr.va_size = tsize; in nfs_setattr() 666 uvm_vnp_setsize(vp, np->n_size); in nfs_setattr() 3280 return (lf_advlock(&np->n_lockf, np->n_size, ap->a_id, ap->a_op, in nfs_advlock()
|
/openbsd/usr.bin/nm/ |
H A D | util.h | 37 unsigned long n_size; member
|
H A D | elf.c | 500 np->n_size = sbuf.st_size; in elf_symloadx()
|
H A D | nm.c | 779 sym->n_size); in print_symbol()
|
/openbsd/sys/ntfs/ |
H A D | ntfs.h | 125 u_int64_t n_size; member
|
/openbsd/lib/libkvm/ |
H A D | kvm_file2.c | 862 kf->va_size = nfsnode.n_size; in nfs_filestat()
|
/openbsd/usr.sbin/pstat/ |
H A D | pstat.c | 673 (void)printf(" %7lld", (long long)np->n_size); in nfs_print()
|