Home
last modified time | relevance | path

Searched refs:__P (Results 51 – 75 of 322) sorted by path

12345678910>>...13

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c153 static void usage __P((char *));
154 static void handlehup __P((int));
161 static void write_pid __P((char *));
167 static struct tm *get_tm __P((u_32_t));
169 static struct tm *get_tm __P((time_t));
172 char *hostname __P((int, int, u_32_t *));
173 char *portname __P((int, char *, u_int));
174 int main __P((int, char *[]));
176 static void logopts __P((int, char *));
177 static void init_tabs __P((void));
[all …]
H A Dipmon_y.y16 extern void yyerror __P((char *));
17 extern int yyparse __P((void));
18 extern int yylex __P((void));
32 static void build_action __P((struct opt *));
33 static opt_t *new_opt __P((int));
34 static void free_action __P((ipmon_action_t *));
H A Dipnat.c78 void dostats __P((int, natstat_t *, int, int));
79 void flushtable __P((int, int));
80 void usage __P((char *));
81 int main __P((int, char *[]));
82 void showhostmap __P((natstat_t *nsp));
83 void natstat_dead __P((natstat_t *, char *));
84 void dostats_live __P((int, natstat_t *, int));
85 void showhostmap_live __P((int, natstat_t *));
H A Dipnat_y.y52 extern void yyerror __P((char *));
53 extern int yyparse __P((void));
54 extern int yylex __P((void));
65 static void newnatrule __P((void));
66 static void setnatproto __P((int));
H A Dippool.c47 extern int ippool_yyparse __P((void));
53 void showpools __P((ip_pool_stat_t *));
54 void usage __P((char *));
55 int main __P((int, char **));
56 int poolcommand __P((int, int, char *[]));
57 int poolnodecommand __P((int, int, char *[]));
59 int poollist __P((int, char *[]));
60 int poolflush __P((int, char *[]));
61 int poolstats __P((int, char *[]));
62 int gettype __P((char *, u_int *));
[all …]
H A Dippool_y.y45 extern int yyparse __P((void));
H A Dkmem.h11 #ifndef __P
13 # define __P(x) x macro
15 # define __P(x) () macro
18 extern int openkmem __P((char *, char *));
19 extern int kmemcpy __P((char *, long, int));
20 extern int kstrncpy __P((char *, long, int));
H A Dlexer.c56 static wordtab_t *yyfindkey __P((char *));
57 static int yygetc __P((int));
58 static void yyunputc __P((int));
59 static int yyswallow __P((int));
60 static char *yytexttostr __P((int, int));
61 static void yystrtotext __P((char *));
62 static char *yytexttochar __P((void));
H A Dlexer.h23 extern wordtab_t *yysettab __P((wordtab_t *));
24 extern void yysetdict __P((wordtab_t *));
25 extern int yylex __P((void));
26 extern void yyerror __P((char *));
27 extern char *yykeytostr __P((int));
28 extern void yyresetdict __P((void));
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_compare.c76 int (*func)__P((const DBT *, const DBT *));
H A Dbt_cursor.c30 static int __bam_c_close __P((DBC *));
31 static int __bam_c_del __P((DBC *, u_int32_t));
32 static int __bam_c_destroy __P((DBC *));
33 static int __bam_c_first __P((DBC *, CURSOR *));
35 static int __bam_c_getstack __P((DBC *, CURSOR *));
36 static int __bam_c_last __P((DBC *, CURSOR *));
37 static int __bam_c_next __P((DBC *, CURSOR *, int));
38 static int __bam_c_physdel __P((DBC *, CURSOR *, PAGE *));
39 static int __bam_c_prev __P((DBC *, CURSOR *));
41 static void __bam_c_reset __P((CURSOR *));
[all …]
H A Dbt_put.c64 static int __bam_fixed __P((DBC *, DBT *));
65 static int __bam_ndup __P((DBC *, PAGE *, u_int32_t));
66 static int __bam_ovput __P((DBC *, PAGE *, u_int32_t, DBT *));
67 static int __bam_partial __P((DBC *,
69 static u_int32_t __bam_partsize __P((DBT *, PAGE *, u_int32_t));
H A Dbt_recno.c31 static int __ram_add __P((DBC *, db_recno_t *, DBT *, u_int32_t, u_int32_t));
32 static int __ram_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
33 static int __ram_fmap __P((DBC *, db_recno_t));
34 static int __ram_i_delete __P((DBC *));
35 static int __ram_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
36 static int __ram_source __P((DB *, RECNO *, const char *));
37 static int __ram_sync __P((DB *, u_int32_t));
38 static int __ram_update __P((DBC *, db_recno_t, int));
39 static int __ram_vmap __P((DBC *, db_recno_t));
40 static int __ram_writeback __P((DBC *));
H A Dbt_split.c62 static int __bam_broot __P((DBC *, PAGE *, PAGE *, PAGE *));
63 static int __bam_page __P((DBC *, EPG *, EPG *));
64 static int __bam_pinsert __P((DBC *, EPG *, PAGE *, PAGE *));
65 static int __bam_psplit __P((DBC *, EPG *, PAGE *, PAGE *, db_indx_t *));
66 static int __bam_root __P((DBC *, EPG *));
67 static int __ram_root __P((DBC *, PAGE *, PAGE *, PAGE *));
H A Dbt_stat.c35 void *(*db_malloc) __P((size_t));
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h38 #undef __P
448 int (*am_close) __P((DB *));
452 int (*fd) __P((DB *, int *));
509 int (*c_am_close) __P((DBC *));
511 int (*c_close) __P((DBC *));
577 int db_open __P((const char *,
758 int log_close __P((DB_LOG *));
846 int memp_stat __P((DB_MPOOL *,
897 int txn_abort __P((DB_TXN *));
963 int __db_dbm_dirf __P((void));
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c32 static int __db_c_close __P((DBC *));
33 static int __db_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
34 static int __db_fd __P((DB *, int *));
35 static int __db_get __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
36 static int __db_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
H A Ddb_appinit.c34 static int __db_home __P((DB_ENV *, const char *, u_int32_t));
35 static int __db_parse __P((DB_ENV *, char *));
36 static int __db_tmp_open __P((DB_ENV *, u_int32_t, char *, int *));
H A Ddb_conv.c62 static int __db_convert __P((db_pgno_t, void *, size_t, int));
H A Ddb_dispatch.c75 static int (**dispatch_table) __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
150 int (*func) __P((DB_LOG *, DBT *, DB_LSN *, int, void *));
H A Ddb_dup.c26 static int __db_addpage __P((DBC *,
28 static int __db_dsplit __P((DBC *,
44 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
116 int (*freefunc) __P((DBC *, PAGE *));
213 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
647 int (*freefunc) __P((DBC *, PAGE *));
688 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
H A Ddb_iface.c26 static int __db_keyempty __P((const DB_ENV *));
27 static int __db_rdonly __P((const DB_ENV *, const char *));
28 static int __dbt_ferr __P((const DB *, const char *, const DBT *, int));
H A Ddb_join.c27 static int __db_join_close __P((DBC *));
28 static int __db_join_del __P((DBC *, u_int32_t));
29 static int __db_join_get __P((DBC *, DBT *, DBT *, u_int32_t));
30 static int __db_join_put __P((DBC *, DBT *, DBT *, u_int32_t));
H A Ddb_overflow.c171 int (*newfunc) __P((DBC *, u_int32_t, PAGE **));
292 int (*freefunc) __P((DBC *, PAGE *));
353 int (*cmpfunc) __P((const DBT *, const DBT *)), *cmpp;
H A Ddb_pr.c30 static void __db_proff __P((void *));
31 static void __db_psize __P((DB_MPOOLFILE *));

12345678910>>...13