HomeSort by relevance Sort by last modified time
    Searched defs:callout (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
callout.h 1 /* $NetBSD: callout.h,v 1.22 2005/12/11 12:25:20 christos Exp $ */
74 struct callout;
78 struct callout *elem;
83 struct callout *elem;
92 struct callout { struct
96 int c_time; /* when callout fires */
100 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */
101 #define CALLOUT_FIRED 0x0004 /* callout has fired */
102 #define CALLOUT_INVOKING 0x0008 /* callout function is being invoked */
111 void callout_init(struct callout *);
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb.h 73 char *callout; /* we will try and exec this */ member in struct:ffsb_config
102 void fc_set_callout(ffsb_config_t *fc, char *callout);
main.c 71 char *callout = NULL; local
136 /* Execute the callout if any and wait for it to return */
137 callout = fc_get_callout(&fc);
138 if (callout) {
139 printf("executing callout: \n %s\n", callout);
140 if (ffsb_system(callout) < 0) {
  /external/pcre/dist2/src/
pcre2_intmodedep.h 586 int (*callout)(pcre2_callout_block *, void *); member in struct:pcre2_real_match_context
884 int (*callout)(pcre2_callout_block *,void *); \/* Callout function or NULL *\/ member in struct:match_block
912 int (*callout)(pcre2_callout_block *,void *); \/* Callout function or NULL *\/ member in struct:dfa_match_block
    [all...]
pcre2_jit_compile.c 185 int (*callout)(pcre2_callout_block *, void *); member in struct:jit_arguments
    [all...]
  /external/ppp/pppd/
main.c 1281 struct callout { struct
1288 static struct callout *callout = NULL; \/* Callout list *\/ variable in typeref:struct:callout
    [all...]

Completed in 323 milliseconds