Searched refs:buf (Results 201 - 220 of 220) sorted by relevance

123456789

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c43 #include <sys/buf.h>
4292 register struct buf *bp = ap->a_bp;
4646 struct buf *head_bp = NULL;
4647 struct buf *tail_bp = NULL;
4782 struct buf *bp = NULL;
H A Dhfs_vfsops.c857 struct buf *bp;
1283 struct buf *bp;
3554 struct buf *bp = NULL;
3622 struct buf *alt_bp = NULL;
3655 struct buf *bp, *alt_bp;
3750 struct buf *bp2;
3962 struct buf *bp;
4404 struct buf *bp = NULL;
H A Dhfs_cnode.c63 extern int hfs_removefile_callback(struct buf *bp, void *hfsmp);
H A Dhfs_catalog.c2335 struct buf *bp;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c1918 char buf[MAX_IPv4_STR_LEN]; local
1926 inet_ntop(AF_INET, &ip->ip_src, buf, sizeof(buf)),
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c2834 nfs_gss_mach_alloc_buffer(u_char *buf, uint32_t buflen, vm_map_copy_t *addr) argument
2841 if (buf == NULL || buflen == 0)
2859 bcopy(buf, (void *) kmem_buf, buflen);
H A Dnfs_vfsops.c3264 char buf[XDRWORD]; local
3545 error = xb_get_bytes(&xb, buf, mlen%XDRWORD, 0);
3547 error = xb_add_bytes(&xbnew, buf, mlen%XDRWORD, 1);
3551 buf[0] = '/';
3552 error = xb_add_bytes(&xbnew, buf, 1, 1);
3559 bzero(buf, sizeof(buf));
3561 error = xb_add_bytes(&xbnew, buf, count, 1);
H A Dnfs_vnops.c2052 /* if rdirplus, try dir buf cache lookup */
2055 /* dir buf cache hit */
2265 nfs3_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
2303 nfsm_chain_get_opaque(error, &nmrep, len, buf);
2688 * If there was a partial buf at the old eof, validate
5933 /* if rdirplus, try dir buf cache lookup */
5936 /* dir buf cache hit */
H A Dnfs4_vnops.c248 nfs4_readlink_rpc(nfsnode_t np, char *buf, uint32_t *buflenp, vfs_context_t ctx) argument
299 nfsm_chain_get_opaque(error, &nmrep, len, buf);
7013 /* try dir buf cache lookup */
7016 /* dir buf cache hit */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c2225 error = munge_statfs(mp, sp, uap->buf, NULL, IS_64BIT_PROCESS(p), TRUE);
2264 error = munge_statfs(mp, sp, uap->buf, NULL, IS_64BIT_PROCESS(p), TRUE);
2337 error = statfs64_common(mp, sp, uap->buf);
2376 error = statfs64_common(mp, sp, uap->buf);
2448 muap.buf = uap->buf;
2466 * uap->buf Buffer where information will be returned
2492 sfsp = uap->buf;
2609 sfsp = uap->buf;
5011 uio_addiov(auio, uap->buf, ua
[all...]
H A Dkpi_vfs.c91 #include <sys/buf.h>
2074 vnode_vfsname(vnode_t vp, char * buf) argument
2076 strncpy(buf, vp->v_mount->mnt_vtable->vfc_name, MFSNAMELEN);
6351 struct buf *a_bp;
6356 VNOP_STRATEGY(struct buf *bp)
6373 VNOP_BWRITE(struct buf *bp)
H A Dvfs_attrlist.c75 * Pack (count) bytes from (source) into (buf).
2053 attrlist_unpack_fixed(char **cursor, char *end, void *buf, ssize_t size) argument
2059 bcopy(*cursor, buf, size);
/darwin-on-arm/xnu/security/
H A Dmac_base.c2329 mac_vnop_setxattr(struct vnode *vp __unused, const char *name __unused, char *buf __unused, size_t len __unused)
2337 char *buf __unused, size_t len __unused, size_t *attrlen __unused)
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c71 char* buf,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c71 #include <sys/buf.h>
H A Dubc_subr.c50 #include <sys/buf.h>
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2167 io_buf_ptr_t * buf )
2177 *buf = (char *) copy;
2186 io_struct_inband_t buf,
2236 bcopy( bytes, buf, len );
2183 is_io_registry_entry_get_property_bytes( io_object_t registry_entry, io_name_t property_name, io_struct_inband_t buf, mach_msg_type_number_t *dataCnt ) argument
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c135 proc_name_kdp(task_t task, char *buf, int size);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c9222 void *buf; local
9235 buf = zalloc_canblock(pp->pool_zone, (flags & (PR_NOWAIT | PR_WAITOK)));
9236 if (buf != NULL) {
9240 return (buf);
H A Dpfvar.h1926 void *buf __attribute__((aligned(8))); member in struct:pfioc_qstats

Completed in 444 milliseconds

123456789