Home
last modified time | relevance | path

Searched refs:REGINFO (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dcommon_ext.h21 int __db_rattach __P((REGINFO *));
22 int __db_rdetach __P((REGINFO *));
23 int __db_runlink __P((REGINFO *, int));
24 int __db_rgrow __P((REGINFO *, size_t));
25 int __db_rreattach __P((REGINFO *, size_t));
H A Dos_ext.h17 int __db_mapregion __P((char *, REGINFO *));
18 int __db_unmapregion __P((REGINFO *));
19 int __db_unlinkregion __P((char *, REGINFO *));
H A Dtxn.h78 REGINFO reginfo; /* Region information. */
H A Dlog.h90 REGINFO reginfo; /* Region information. */
H A Dlock.h112 REGINFO reginfo; /* Region information. */
H A Dmp.h131 REGINFO reginfo; /* Region information. */
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_map.c37 static int __os_shmget __P((REGINFO *));
117 REGINFO *infop;
226 REGINFO *infop; in __db_unmapregion()
260 REGINFO *infop;
428 REGINFO *infop; in __os_shmget()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c218 REGINFO( AL, "%al", AX, EAX, EAX_EDX),
219 REGINFO( DL, "%dl", DX, EDX, EAX_EDX),
220 REGINFO( CL, "%cl", CX, ECX, ECX_EBX),
230 REGINFO( SI, "%si", ESI, ESI_EDI),
231 REGINFO( DI, "%di", EDI, ESI_EDI),
232 REGINFO( BP, "%bp", EBP),
233 REGINFO( SP, "%sp", ESP),
238 REGINFO(ESI, "%esi", SI, ESI_EDI),
239 REGINFO(EDI, "%edi", DI, ESI_EDI),
240 REGINFO(EBP, "%ebp", BP),
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c25 static int __db_growregion __P((REGINFO *, size_t));
35 REGINFO *infop; in __db_rattach()
500 REGINFO *infop; in __db_rdetach()
585 REGINFO *infop; in __db_runlink()
697 REGINFO *infop; in __db_rgrow()
737 REGINFO *infop; in __db_growregion()
837 REGINFO *infop; in __db_rreattach()
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c173 REGINFO reginfo;
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h246 struct __db_reginfo; typedef struct __db_reginfo REGINFO; typedef
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog.c489 REGINFO reginfo;
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c289 REGINFO reginfo;
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c561 REGINFO reginfo;