Home
last modified time | relevance | path

Searched refs:newstart (Results 1 – 10 of 10) sorted by relevance

/freebsd/sbin/hastd/
H A Debuf.c237 unsigned char *newbuf, *newstart; in ebuf_head_extend() local
248 newstart = in ebuf_head_extend()
251 memcpy(newstart, eb->eb_start, eb->eb_size); in ebuf_head_extend()
254 eb->eb_start = newstart; in ebuf_head_extend()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c80 rman_res_t start, rman_res_t *newstart);
461 rman_res_t *newstart) in ofw_pcib_translate_resource() argument
491 *newstart = start; in ofw_pcib_translate_resource()
/freebsd/lib/libc/regex/
H A Dregcomp.c1864 sop *newstart = NULL; local
1897 newstart = scan - 1;
1935 start = newstart;
1950 start = newstart;
1968 start = newstart;
1991 start = newstart;
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c668 lua_Integer newstart = e-s; in gmatch_aux() local
669 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
670 lua_pushinteger(L, newstart); in gmatch_aux()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c611 uint64_t newstart, uint64_t newsize) in zfs_range_tree_resize_segment() argument
620 zfs_rs_set_start(rs, rt, newstart); in zfs_range_tree_resize_segment()
621 zfs_rs_set_end(rs, rt, newstart + newsize); in zfs_range_tree_resize_segment()
/freebsd/sys/contrib/openzfs/include/sys/
H A Drange_tree.h292 uint64_t newstart, uint64_t newsize);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1539 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1557 newstart = scan - 1; in findmust()
1579 start = newstart; in findmust()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1296 rman_res_t newstart;
1304 error = bus_translate_resource(dev, rle->type, rle->start, &newstart); in pci_resource_start()
1311 return (newstart); in pci_resource_start()
1301 rman_res_t newstart; pci_resource_start() local
/freebsd/sys/kern/
H A Dsubr_bus.c4033 rman_res_t *newstart) in bus_generic_translate_resource() argument
4037 newstart)); in bus_generic_translate_resource()
4038 *newstart = start; in bus_generic_translate_resource()
4709 rman_res_t *newstart) in bus_translate_resource() argument
4713 return (BUS_TRANSLATE_RESOURCE(dev->parent, type, start, newstart)); in bus_translate_resource()
/freebsd/sys/sys/
H A Dbus.h448 rman_res_t *newstart);
561 rman_res_t *newstart);