Home
last modified time | relevance | path

Searched refs:endp (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_cmd.c54 struct endpoint *endp; in coresight_next_device() local
57 if (endp->input != 0) in coresight_next_device()
64 endp->cs_dev = cs_dev; in coresight_next_device()
100 struct endpoint *endp; in coresight_init_event() local
121 cs_dev = endp->cs_dev; in coresight_init_event()
132 struct endpoint *endp; in coresight_enable() local
135 cs_dev = endp->cs_dev; in coresight_enable()
144 struct endpoint *endp; in coresight_disable() local
147 cs_dev = endp->cs_dev; in coresight_disable()
155 struct endpoint *endp; in coresight_read() local
[all …]
H A Dcoresight_fdt.c59 struct endpoint *endp; in coresight_fdt_get_ports() local
86 endp = malloc(sizeof(struct endpoint), in coresight_fdt_get_ports()
88 endp->my_node = endpoint_child; in coresight_fdt_get_ports()
89 endp->their_node = OF_node_from_xref(xref); in coresight_fdt_get_ports()
90 endp->dev_node = dev_node; in coresight_fdt_get_ports()
91 endp->reg = port_reg; in coresight_fdt_get_ports()
95 endp->input = 1; in coresight_fdt_get_ports()
101 endp, link); in coresight_fdt_get_ports()
H A Dcoresight.c70 struct endpoint *endp; in coresight_get_output_endpoint() local
75 TAILQ_FOREACH(endp, &pdata->endpoints, link) { in coresight_get_output_endpoint()
76 if (endp->input == 0) in coresight_get_output_endpoint()
77 return (endp); in coresight_get_output_endpoint()
84 coresight_get_output_device(struct endpoint *endp, struct endpoint **out_endp) in coresight_get_output_device() argument
96 if (endp->their_node == endp2->my_node) { in coresight_get_output_device()
105 if (endp->their_handle == endp2->my_handle) { in coresight_get_output_device()
H A Dcoresight_funnel.c79 funnel_enable(device_t dev, struct endpoint *endp, in funnel_enable() argument
92 reg |= (1 << endp->reg); in funnel_enable()
99 funnel_disable(device_t dev, struct endpoint *endp, in funnel_disable() argument
110 reg &= ~(1 << endp->reg); in funnel_disable()
H A Dcoresight_acpi.c256 struct endpoint *endp; in cs_acpi_record_endpoint() local
274 endp = malloc(sizeof(struct endpoint), in cs_acpi_record_endpoint()
276 if (endp == NULL) { in cs_acpi_record_endpoint()
281 endp->their_handle = handle; in cs_acpi_record_endpoint()
282 endp->my_handle = acpi_get_handle(dev); in cs_acpi_record_endpoint()
285 TAILQ_INSERT_TAIL(&pdata->endpoints, endp, link); in cs_acpi_record_endpoint()
291 endp->input = true; in cs_acpi_record_endpoint()
H A Dcoresight_replicator.c67 replicator_enable(device_t dev, struct endpoint *endp, in replicator_enable() argument
75 if (endp->reg == 0) { in replicator_enable()
87 replicator_disable(device_t dev, struct endpoint *endp, in replicator_disable() argument
H A Dcoresight_tmc.c137 tmc_configure_etr(device_t dev, struct endpoint *endp, in tmc_configure_etr() argument
225 tmc_enable(device_t dev, struct endpoint *endp, in tmc_enable() argument
250 tmc_configure_etr(dev, endp, event); in tmc_enable()
259 tmc_disable(device_t dev, struct endpoint *endp, in tmc_disable() argument
284 tmc_read(device_t dev, struct endpoint *endp, in tmc_read() argument
H A Dcoresight_if.m44 struct endpoint *endp;
50 struct endpoint *endp;
56 struct endpoint *endp;
H A Dcoresight_etm4x.c195 etm_enable(device_t dev, struct endpoint *endp, in etm_enable() argument
220 etm_disable(device_t dev, struct endpoint *endp, in etm_disable() argument
H A Dcoresight.h156 struct coresight_device * coresight_get_output_device(struct endpoint *endp, struct endpoint **);
/f-stack/freebsd/libkern/
H A Dinet_pton.c134 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
140 endp = tp + NS_IN6ADDRSZ; in inet_pton6()
171 if (tp + NS_INT16SZ > endp) in inet_pton6()
179 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6()
188 if (tp + NS_INT16SZ > endp) in inet_pton6()
201 if (tp == endp) in inet_pton6()
204 endp[- i] = colonp[n - i]; in inet_pton6()
207 tp = endp; in inet_pton6()
209 if (tp != endp) in inet_pton6()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dstdlib_ext.h49 uint32_t strtoul(const char *cp,char **endp,uint32_t base);
57 long strtol(const char *cp,char **endp,uint32_t base);
65 uint64_t strtoull(const char *cp,char **endp,uint32_t base);
73 long long strtoll(const char *cp,char **endp,uint32_t base);
/f-stack/tools/ifconfig/
H A Difvlan.c210 char *endp; in DECL_CMD_FUNC() local
212 ul = strtoul(val, &endp, 0); in DECL_CMD_FUNC()
213 if (*endp != '\0') in DECL_CMD_FUNC()
257 char *endp; in DECL_CMD_FUNC() local
259 ul = strtoul(val, &endp, 0); in DECL_CMD_FUNC()
260 if (*endp != '\0') in DECL_CMD_FUNC()
H A Difconfig.c1371 char *endp; in setifpcp() local
1373 ul = strtoul(val, &endp, 0); in setifpcp()
1374 if (*endp != '\0') in setifpcp()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c356 uint8_t *endp = bufferp; in efx_dhcp_find_end() local
361 *endpp = endp; in efx_dhcp_find_end()
389 uint8_t *endp; in efx_dhcp_delete_tag() local
427 endp = (uint8_t *)DHCP_NEXT_TAG(hdrp); in efx_dhcp_delete_tag()
434 if (endp > &bufferp[buffer_length]) { in efx_dhcp_delete_tag()
439 memmove(startp, endp, in efx_dhcp_delete_tag()
440 buffer_length - (endp - bufferp)); in efx_dhcp_delete_tag()
491 uint8_t *endp; in efx_dhcp_add_tag() local
512 endp = bufferp; in efx_dhcp_add_tag()
563 insert_pointp = endp; in efx_dhcp_add_tag()
[all …]
H A Defx_lic.c34 __out uint32_t *endp);
209 __out uint32_t *endp);
438 __out uint32_t *endp) in efx_lic_v1v2_find_end() argument
442 *endp = offset + EFX_LICENSE_V1V2_HEADER_LENGTH; in efx_lic_v1v2_find_end()
1052 __out uint32_t *endp) in efx_lic_v3_find_end() argument
1056 return (ef10_nvram_buffer_find_end(bufferp, buffer_size, offset, endp)); in efx_lic_v3_find_end()
1471 __out uint32_t *endp) in efx_lic_find_end() argument
1479 rc = elop->elo_find_end(enp, bufferp, buffer_size, offset, endp); in efx_lic_find_end()
H A Def10_nvram.c890 __out uint32_t *endp) in ef10_nvram_buffer_find_end() argument
929 *endp = (segment_used - cursor.block) * sizeof (uint32_t); in ef10_nvram_buffer_find_end()
H A Def10_impl.h659 __out uint32_t *endp);
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k.h191 uint16_t *endp; member
235 fifo->endp = fifo->list + len; in fifo_reset()
241 if (++fifo->head == fifo->endp) in fifo_insert()
256 if (++fifo->tail == fifo->endp) in fifo_remove()
H A Dfm10k_rxtx.c486 for ( ; r->head != r->endp; ) { in fm10k_dev_tx_descriptor_status()
/f-stack/freebsd/kern/
H A Dkern_exec.c352 args->endp - exec_args_get_begin_envv(args)); in kern_execve()
1254 args->endp = args->begin_argv + datalen + 1; in exec_copyin_data_fds()
1261 for (p = args->begin_argv; p < args->endp; ++p) in exec_copyin_data_fds()
1266 args->endp = args->begin_argv; in exec_copyin_data_fds()
1458 args->endp = args->buf + length; in exec_args_add_fname()
1460 args->begin_argv = args->endp; in exec_args_add_fname()
1485 args->endp += length; in exec_args_add_str()
1507 args->begin_envv = args->endp; in exec_args_add_env()
1524 args->endp - args->begin_argv + consume); in exec_args_adjust_args()
1527 args->endp += offset; in exec_args_adjust_args()
[all …]
H A Dvfs_subr.c6298 struct dirent *dirent, *dp, *endp; in vfs_emptydir() local
6323 endp = (void *)((uint8_t *)dirent + in vfs_emptydir()
6325 for (dp = dirent; dp < endp; in vfs_emptydir()
/f-stack/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_uio.c394 char *endp; in vmbus_uio_get_subchan() local
400 relid = strtoul(ent->d_name, &endp, 0); in vmbus_uio_get_subchan()
401 if (*endp || errno != 0 || relid > UINT16_MAX) { in vmbus_uio_get_subchan()
/f-stack/freebsd/sys/
H A Dimgact.h51 char *endp; /* current `end' pointer of arg & env strings */ member
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c147 char *endp = NULL; in hn_set_parameter() local
150 v = strtoul(value, &endp, 0); in hn_set_parameter()
151 if (*value == '\0' || *endp != '\0') { in hn_set_parameter()

12