Home
last modified time | relevance | path

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

/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.c1863 sop *newstart = NULL; local
1896 newstart = scan - 1;
1934 start = newstart;
1949 start = newstart;
1967 start = newstart;
1990 start = newstart;
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c667 lua_Integer newstart = e-s; in gmatch_aux() local
668 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
669 lua_pushinteger(L, newstart); in gmatch_aux()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c574 uint64_t newstart, uint64_t newsize) in zfs_range_tree_resize_segment() argument
583 zfs_rs_set_start(rs, rt, newstart); in zfs_range_tree_resize_segment()
584 zfs_rs_set_end(rs, rt, newstart + newsize); in zfs_range_tree_resize_segment()
/freebsd/sys/contrib/openzfs/include/sys/
H A Drange_tree.h293 uint64_t newstart, uint64_t newsize);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1599 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local
1617 newstart = scan - 1; in findmust()
1640 start = newstart; in findmust()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1055 rman_res_t newstart; in pci_resource_start() local
1063 error = bus_translate_resource(dev, rle->type, rle->start, &newstart); in pci_resource_start()
1070 return (newstart); in pci_resource_start()
/freebsd/sys/sys/
H A Dbus.h433 rman_res_t *newstart);
546 rman_res_t *newstart);
/freebsd/sys/kern/
H A Dsubr_bus.c3993 rman_res_t *newstart) in bus_generic_translate_resource() argument
3997 newstart)); in bus_generic_translate_resource()
3998 *newstart = start; in bus_generic_translate_resource()
4669 rman_res_t *newstart) in bus_translate_resource() argument
4673 return (BUS_TRANSLATE_RESOURCE(dev->parent, type, start, newstart)); in bus_translate_resource()