Home
last modified time | relevance | path

Searched refs:startp (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c25 __out uint32_t *startp);
43 __out uint32_t *startp,
200 __out uint32_t *startp);
218 __out uint32_t *startp,
423 __out uint32_t *startp) in efx_lic_v1v2_find_start() argument
427 *startp = 0; in efx_lic_v1v2_find_start()
453 __out uint32_t *startp, in efx_lic_v1v2_find_key() argument
471 *startp = offset; in efx_lic_v1v2_find_key()
1037 __out uint32_t *startp) in efx_lic_v3_find_start() argument
1042 startp)); in efx_lic_v3_find_start()
[all …]
H A Defx_bootcfg.c388 uint8_t *startp; in efx_dhcp_delete_tag() local
392 startp = bufferp; in efx_dhcp_delete_tag()
399 rc = efx_dhcp_walk_tags(&startp, &len, opt); in efx_dhcp_delete_tag()
403 hdrp = (efx_dhcp_tag_hdr_t *)startp; in efx_dhcp_delete_tag()
426 startp = (uint8_t *)hdrp; in efx_dhcp_delete_tag()
429 if (startp < bufferp) { in efx_dhcp_delete_tag()
439 memmove(startp, endp, in efx_dhcp_delete_tag()
H A Def10_nvram.c844 __out uint32_t *startp) in ef10_nvram_buffer_find_item_start() argument
865 *startp = byte_offset(cursor.current, cursor.block); in ef10_nvram_buffer_find_item_start()
947 __out uint32_t *startp, in ef10_nvram_buffer_find_item() argument
969 *startp = byte_offset(cursor.current, cursor.block); in ef10_nvram_buffer_find_item()
H A Def10_impl.h650 __out uint32_t *startp);
668 __out uint32_t *startp,
H A Defx.h3657 __out uint32_t *startp);
3677 __out uint32_t *startp,
/f-stack/freebsd/netgraph/
H A Dng_parse.h516 int *startp, int *lenp);
527 extern char *ng_get_string_token(const char *s, int *startp,
H A Dng_parse.c1680 ng_parse_get_token(const char *s, int *startp, int *lenp) in ng_parse_get_token() argument
1685 while (isspace(s[*startp])) in ng_parse_get_token()
1686 (*startp)++; in ng_parse_get_token()
1687 switch (s[*startp]) { in ng_parse_get_token()
1707 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token()
1712 for (i = *startp + 1; s[i] != '\0' && !isspace(s[i]) in ng_parse_get_token()
1716 *lenp = i - *startp; in ng_parse_get_token()
1732 while (isspace(s[*startp])) in ng_get_string_token()
1733 (*startp)++; in ng_get_string_token()
1734 start = *startp; in ng_get_string_token()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dng_parse.h517 int *startp, int *lenp);
528 extern char *ng_get_string_token(const char *s, int *startp,
/f-stack/freebsd/mips/mips/
H A Dnexus.c376 rman_res_t *startp, rman_res_t *countp) in nexus_get_resource() argument
385 if (startp) in nexus_get_resource()
386 *startp = rle->start; in nexus_get_resource()
/f-stack/freebsd/kern/
H A Dlink_elf_obj.c1435 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1449 if (startp) in link_elf_lookup_set()
1450 *startp = start; in link_elf_lookup_set()
1608 Elf_Addr startp, stopp; in link_elf_fix_link_set() local
1612 startp = stopp = 0; in link_elf_fix_link_set()
1633 startp = (Elf_Addr)ef->progtab[i].addr; in link_elf_fix_link_set()
1634 stopp = (Elf_Addr)(startp + ef->progtab[i].size); in link_elf_fix_link_set()
1641 sym->st_value = start ? startp : stopp; in link_elf_fix_link_set()
H A Dlink_elf.c1640 void ***startp, void ***stopp, int *countp) in link_elf_lookup_set() argument
1679 if (startp != NULL) in link_elf_lookup_set()
1680 *startp = start; in link_elf_lookup_set()
H A Dsubr_bus.c4414 rman_res_t *startp, rman_res_t *countp) in bus_generic_rl_get_resource() argument
4427 if (startp) in bus_generic_rl_get_resource()
4428 *startp = rle->start; in bus_generic_rl_get_resource()
4835 rman_res_t *startp, rman_res_t *countp) in bus_get_resource() argument
4838 startp, countp)); in bus_get_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c675 rman_res_t *startp, rman_res_t *countp) in nexus_get_resource() argument
684 if (startp) in nexus_get_resource()
685 *startp = rle->start; in nexus_get_resource()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h99 typedef void vdev_metaslab_init_func_t(vdev_t *vd, uint64_t *startp,
/f-stack/tools/libxo/libxo/
H A Dlibxo.c6057 xo_field_info_t *newp, *oldp, *startp = old_fields; in xo_gettext_combine_formats() local
6069 for (oldp = startp; oldp->xfi_ftype; oldp++) { in xo_gettext_combine_formats()
6078 startp = oldp + 1; in xo_gettext_combine_formats()
6084 for (oldp = old_fields; oldp < startp; oldp++) { in xo_gettext_combine_formats()
6095 if (oldp == startp) { in xo_gettext_combine_formats()
6112 for (oldp = startp; oldp->xfi_ftype; oldp++) { in xo_gettext_combine_formats()
/f-stack/freebsd/sys/
H A Dbus.h548 rman_res_t *startp, rman_res_t *countp);