Searched refs:DEFINE (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dgetqueue.h15 EXTERN char *CTRL_A_str DEFINE( = "\001" );
18 EXTERN const char * ACTION DEFINE( = "action" );
19 EXTERN const char * ACCNTNAME DEFINE( = "R" );
20 EXTERN const char * ACTIVE_TIME DEFINE( = "active_time" );
21 EXTERN const char * ADDR DEFINE( = "addr" );
22 EXTERN const char * ALL DEFINE( = "all" );
23 EXTERN const char * ATTEMPT DEFINE( = "attempt" );
24 EXTERN const char * AUTH DEFINE( = "auth" );
25 EXTERN const char * AUTHCA DEFINE( = "authca" );
26 EXTERN const char * AUTHFROM DEFINE(
[all...]
H A Dlinelist.h126 EXTERN char *Value_sep DEFINE( = " \t=#@" );
127 EXTERN char *Whitespace DEFINE( = " \t\n\f" );
128 EXTERN char *List_sep DEFINE( = "[] \t\n\f," );
129 EXTERN char *Linespace DEFINE( = " \t" );
130 EXTERN char *File_sep DEFINE( = " \t,;:" );
131 EXTERN char *Strict_file_sep DEFINE( = ";:" );
132 EXTERN char *Perm_sep DEFINE( = "=,;" );
133 EXTERN char *Arg_sep DEFINE( = ",;" );
134 EXTERN char *Name_sep DEFINE( = "|:" );
135 EXTERN char *Line_ends DEFINE(
[all...]
H A Dlp.h14 #define DEFINE(X) macro
60 EXTERN int Opterr DEFINE(=1); /* Zero disables errors msgs */
84 EXTERN int Max_fd DEFINE(=4); /* Maximum FD opened */
H A Dportable.h35 #define DEFINE(X) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dm68k_defs.c19 #define DEFINE(sym, val) \ macro
25 DEFINE(TASK_STATE, offsetof(struct task_struct, state));
26 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags));
27 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
28 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, sigpending));
29 DEFINE(TASK_NEEDRESCHED, offsetof(struct task_struct, need_resched));
30 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread));
31 DEFINE(TASK_MM, offsetof(struct task_struct, mm));
32 DEFINE(TASK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
35 DEFINE(THREAD_KS
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dmk_defs.c41 #define DEFINE(sym, val) \ macro
47 DEFINE(SIGPENDING, offsetof(struct task_struct, sigpending));
48 DEFINE(THREAD, offsetof(struct task_struct, thread));
49 DEFINE(MM, offsetof(struct task_struct, mm));
50 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
51 DEFINE(KSP, offsetof(struct thread_struct, ksp));
53 DEFINE(PACA, offsetof(struct naca_struct, paca));
54 DEFINE(PACA_SIZE, sizeof(struct paca_struct));
56 DEFINE(DCACHEL1LINESIZE, offsetof(struct naca_struct, dCacheL1LineSize));
57 DEFINE(DCACHEL1LOGLINESIZ
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dmk_defs.c31 #define DEFINE(sym, val) \ macro
37 /*DEFINE(KERNELBASE, KERNELBASE);*/
38 DEFINE(STATE, offsetof(struct task_struct, state));
39 DEFINE(NEXT_TASK, offsetof(struct task_struct, next_task));
40 DEFINE(COUNTER, offsetof(struct task_struct, counter));
41 DEFINE(PROCESSOR, offsetof(struct task_struct, processor));
42 DEFINE(SIGPENDING, offsetof(struct task_struct, sigpending));
43 DEFINE(THREAD, offsetof(struct task_struct, thread));
44 DEFINE(MM, offsetof(struct task_struct, mm));
45 DEFINE(ACTIVE_M
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dasm-offsets.c12 #define DEFINE(sym, val, marker) \ macro
19 DEFINE(__THREAD_ar2, offsetof(struct task_struct, thread.ar2),);
20 DEFINE(__THREAD_ar4, offsetof(struct task_struct, thread.ar4),);
21 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp),);
22 DEFINE(__THREAD_per, offsetof(struct task_struct, thread.per_info),);
24 DEFINE(__TASK_state, offsetof(struct task_struct, state),);
25 DEFINE(__TASK_sigpending, offsetof(struct task_struct, sigpending),);
26 DEFINE(__TASK_need_resched,
28 DEFINE(__TASK_ptrace, offsetof(struct task_struct, ptrace),);
29 DEFINE(__TASK_processo
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dasm-offsets.c12 #define DEFINE(sym, val, marker) \ macro
19 DEFINE(__THREAD_ar2, offsetof(struct task_struct, thread.ar2),);
20 DEFINE(__THREAD_ar4, offsetof(struct task_struct, thread.ar4),);
21 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp),);
22 DEFINE(__THREAD_per, offsetof(struct task_struct, thread.per_info),);
24 DEFINE(__TASK_state, offsetof(struct task_struct, state),);
25 DEFINE(__TASK_sigpending, offsetof(struct task_struct, sigpending),);
26 DEFINE(__TASK_need_resched,
28 DEFINE(__TASK_ptrace, offsetof(struct task_struct, ptrace),);
29 DEFINE(__TASK_processo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlprm.c108 #undef DEFINE macro
110 #define DEFINE(X) X macro
H A Dlpq.c110 #undef DEFINE macro
112 #define DEFINE(X) X macro
H A Dlpc.c86 #undef DEFINE macro
88 #define DEFINE(X) X macro
H A Dlpstat.c59 #undef DEFINE macro
61 #define DEFINE(X) X macro
H A Dvars.c16 #define DEFINE(X) X macro
H A Dlpr.c32 #undef DEFINE macro
34 #define DEFINE(X) X macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dslogn.S344 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S8240 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
H A Dfpsp.S8346 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.

Completed in 164 milliseconds