| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_lic.c | 25 __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 D | efx_bootcfg.c | 388 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 D | ef10_nvram.c | 844 __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 D | ef10_impl.h | 650 __out uint32_t *startp); 668 __out uint32_t *startp,
|
| H A D | efx.h | 3657 __out uint32_t *startp); 3677 __out uint32_t *startp,
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.h | 516 int *startp, int *lenp); 527 extern char *ng_get_string_token(const char *s, int *startp,
|
| H A D | ng_parse.c | 1680 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 D | ng_parse.h | 517 int *startp, int *lenp); 528 extern char *ng_get_string_token(const char *s, int *startp,
|
| /f-stack/freebsd/mips/mips/ |
| H A D | nexus.c | 376 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 D | link_elf_obj.c | 1435 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 D | link_elf.c | 1640 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 D | subr_bus.c | 4414 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 D | nexus.c | 675 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 D | vdev_impl.h | 99 typedef void vdev_metaslab_init_func_t(vdev_t *vd, uint64_t *startp,
|
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 6057 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 D | bus.h | 548 rman_res_t *startp, rman_res_t *countp);
|