Searched refs:ubuf (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_proto.h79 char ubuf_l_[PADL_(struct svr4_utimbuf *)]; struct svr4_utimbuf * ubuf; char ubuf_r_[PADR_(struct svr4_utimbuf *)]; member in struct:svr4_sys_utime_args
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2180 const uint8_t *ubuf = (const uint8_t *)buf;
2183 bp_sites_in_range.ForEach([this, addr, size, &bytes_written, &ubuf,
2207 WriteMemoryPrivate(curr_addr, ubuf + bytes_written, curr_size, error);
2219 ::memcpy(bp->GetSavedOpcodeBytes() + opcode_offset, ubuf + bytes_written,
2227 WriteMemoryPrivate(addr + bytes_written, ubuf + bytes_written,
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c283 hfsc_getqstats(struct pf_altq *a, void *ubuf, int *nbytes) argument
301 if ((error = copyout((caddr_t)&stats, ubuf, sizeof(stats))) != 0)
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c3725 const uint32_t *ubuf; local
3732 ubuf = (const uint32_t *)(const void *)buf;
3739 printf(" ABI tag: %u\n", ubuf[0]);
3745 printf(" Arch tag: %x\n", ubuf[0]);
3751 dump_flags(note_feature_ctl_flags, ubuf[0]);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c1131 uarg[1] = (intptr_t) p->ubuf; /* struct l_ustat * */
H A Dlinux_proto.h505 char ubuf_l_[PADL_(struct l_ustat *)]; struct l_ustat * ubuf; char ubuf_r_[PADR_(struct l_ustat *)]; member in struct:linux_ustat_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c402 uarg[1] = (intptr_t) p->ubuf; /* struct l_ustat * */
H A Dlinux32_proto.h202 char ubuf_l_[PADL_(struct l_ustat *)]; struct l_ustat * ubuf; char ubuf_r_[PADR_(struct l_ustat *)]; member in struct:linux_ustat_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c410 uarg[1] = (intptr_t) p->ubuf; /* struct l_ustat * */
H A Dlinux_proto.h206 char ubuf_l_[PADL_(struct l_ustat *)]; struct l_ustat * ubuf; char ubuf_r_[PADR_(struct l_ustat *)]; member in struct:linux_ustat_args

Completed in 241 milliseconds

12