Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Daf_inetany.c60 loadbuf(const struct apbuf *b, const struct paddr_prefix *pfx) in loadbuf() function
124 loadbuf(&param->addr, addr); in commit_address()
135 loadbuf(&param->brd, brd); in commit_address()
145 loadbuf(&param->dst, dst); in commit_address()
154 loadbuf(&param->mask, mask); in commit_address()
169 loadbuf(&param->dgaddr, addr); in commit_address()
/netbsd-src/sys/arch/luna68k/dev/
H A Dxp.c197 uint8_t *loadbuf; in xp_ioctl() local
216 loadbuf = kmem_alloc(loadsize, KM_SLEEP); in xp_ioctl()
217 error = copyin(downld->data, loadbuf, loadsize); in xp_ioctl()
222 memcpy((void *)sc->sc_shm_base, loadbuf, loadsize); in xp_ioctl()
230 kmem_free(loadbuf, loadsize); in xp_ioctl()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c833 char loadbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; in prepare_response()
834 isc_time_formathttptimestamp(&url->loadtime, loadbuf, in prepare_response()
835 sizeof(loadbuf)); in prepare_response()
836 httpd_addheader(req, "Last-Modified", loadbuf); in prepare_response()
857 char loadbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; prepare_response() local
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c770 unsigned char loadbuf[sizeof (struct mach_o_load_command)]; in simple_object_mach_o_find_sections() local
776 loadbuf, in simple_object_mach_o_find_sections()
781 cmd = (*fetch_32) (loadbuf + offsetof (struct mach_o_load_command, cmd)); in simple_object_mach_o_find_sections()
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c770 unsigned char loadbuf[sizeof (struct mach_o_load_command)]; in simple_object_mach_o_find_sections() local
776 loadbuf, in simple_object_mach_o_find_sections()
781 cmd = (*fetch_32) (loadbuf + offsetof (struct mach_o_load_command, cmd)); in simple_object_mach_o_find_sections()
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c770 unsigned char loadbuf[sizeof (struct mach_o_load_command)]; in simple_object_mach_o_find_sections() local
776 loadbuf, in simple_object_mach_o_find_sections()
781 cmd = (*fetch_32) (loadbuf + offsetof (struct mach_o_load_command, cmd)); in simple_object_mach_o_find_sections()
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c770 unsigned char loadbuf[sizeof (struct mach_o_load_command)]; in simple_object_mach_o_find_sections() local
776 loadbuf, in simple_object_mach_o_find_sections()
781 cmd = (*fetch_32) (loadbuf + offsetof (struct mach_o_load_command, cmd)); in simple_object_mach_o_find_sections()
782 cmdsize = (*fetch_32) (loadbuf in simple_object_mach_o_find_sections()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c1040 char loadbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; in isc_httpd_recvdone() local
1041 isc_time_formathttptimestamp(&url->loadtime, loadbuf, in isc_httpd_recvdone()
1042 sizeof(loadbuf)); in isc_httpd_recvdone()
1043 isc_httpd_addheader(httpd, "Last-Modified", loadbuf); in isc_httpd_recvdone()