Searched refs:ecs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dinfrun.c76 static int currently_stepping (struct execution_control_state *ecs);
827 is used to initialize the starting line number in the ecs. With an
992 void init_execution_control_state (struct execution_control_state *ecs);
994 static void handle_step_into_function (struct execution_control_state *ecs);
995 void handle_inferior_event (struct execution_control_state *ecs);
997 static void check_sigtramp2 (struct execution_control_state *ecs);
998 static void step_into_function (struct execution_control_state *ecs);
999 static void step_over_function (struct execution_control_state *ecs);
1000 static void stop_stepping (struct execution_control_state *ecs);
1001 static void prepare_to_wait (struct execution_control_state *ecs);
1012 struct execution_control_state *ecs; local
1125 init_execution_control_state(struct execution_control_state *ecs) argument
1171 context_switch(struct execution_control_state *ecs) argument
1243 handle_step_into_function(struct execution_control_state *ecs) argument
1330 adjust_pc_after_break(struct execution_control_state *ecs) argument
1411 handle_inferior_event(struct execution_control_state *ecs) argument
2798 currently_stepping(struct execution_control_state *ecs) argument
2809 check_sigtramp2(struct execution_control_state *ecs) argument
2848 step_into_function(struct execution_control_state *ecs) argument
2934 step_over_function(struct execution_control_state *ecs) argument
2993 stop_stepping(struct execution_control_state *ecs) argument
3004 keep_going(struct execution_control_state *ecs) argument
3087 prepare_to_wait(struct execution_control_state *ecs) argument
[all...]
/freebsd-12-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c85 /** new query for ecs module */
99 /** Add ecs struct to edns list, after parsing it to wire format. */
101 ecs_opt_list_append(struct ecs_data* ecs, struct edns_option** list, argument
107 if(ecs->subnet_validdata) {
108 log_assert(ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4 ||
109 ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP6);
110 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP4 ||
111 ecs->subnet_source_mask <= INET_SIZE*8);
112 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP6 ||
113 ecs
408 struct ecs_data *ecs = &sq->ecs_client_in; local
566 parse_subnet_option(struct edns_option* ecs_option, struct ecs_data* ecs) argument
602 subnet_option_from_ss(struct sockaddr_storage *ss, struct ecs_data* ecs, struct config_file* cfg) argument
[all...]
/freebsd-12-stable/usr.bin/lex/
H A DMakefile21 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
/freebsd-12-stable/sys/dev/sound/pci/
H A Dds1.c797 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; local
835 ecs = ds_rd(sc, YDSXGR_EFFCTRLSIZE, 4) << 2;
838 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws;
851 device_printf(sc->dev, "pcs=%d, rcs=%d, ecs=%d, ws=%d, memsz=%d\n",
852 pcs, rcs, ecs, ws, memsz);
871 cb += 5 * 2 * ecs;

Completed in 199 milliseconds