Home
last modified time | relevance | path

Searched refs:P_INIT (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c91 P_INIT(pagep, file_dbp->pgsize,
98 P_INIT(pagep, file_dbp->pgsize,
183 P_INIT(pagep, file_dbp->pgsize,
313 P_INIT(_lp, file_dbp->pgsize, argp->left,
317 P_INIT(_rp, file_dbp->pgsize, argp->right,
321 P_INIT(_lp, file_dbp->pgsize, PGNO(sp),
325 P_INIT(_rp, file_dbp->pgsize, argp->right,
375 P_INIT(pp, file_dbp->pgsize,
379 P_INIT(pp, file_dbp->pgsize,
549 P_INIT(pagep, file_dbp->pgsize, PGNO_ROOT,
H A Dbt_page.c118 P_INIT(h, dbp->pgsize, h->pgno, PGNO_INVALID, PGNO_INVALID, 0, type);
209 P_INIT(h, dbp->pgsize, h->pgno, PGNO_INVALID, meta->free, 0, P_INVALID);
H A Dbt_split.c197 P_INIT(lp, dbp->pgsize, lp->pgno,
200 P_INIT(rp, dbp->pgsize, rp->pgno,
272 P_INIT(rp, dbp->pgsize, rp->pgno,
280 P_INIT(lp, dbp->pgsize, cp->page->pgno,
417 P_INIT(rootp, dbp->pgsize,
537 P_INIT(rootp, dbp->pgsize,
H A Dbt_open.c281 P_INIT(root, dbp->pgsize, PGNO_ROOT, PGNO_INVALID,
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxdate.c147 #define P_INIT(n) w = n; p = q = 0; u = (char*)s + 1 macro
288 P_INIT('Y'); in tmxdate()
321 P_INIT('M'); in tmxdate()
372 P_INIT(w); in tmxdate()
381 P_INIT('D'); in tmxdate()
390 P_INIT('H'); in tmxdate()
399 P_INIT('m'); in tmxdate()
415 P_INIT('U'); in tmxdate()
431 P_INIT('N'); in tmxdate()
447 P_INIT('Y'); in tmxdate()
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c238 P_INIT(pagep, file_dbp->pgsize, argp->new_pgno,
551 P_INIT(pagep, file_dbp->pgsize, argp->pgno, PGNO_INVALID,
556 P_INIT(pagep, file_dbp->pgsize, argp->pgno, PGNO_INVALID,
737 P_INIT(pagep, file_dbp->pgsize, argp->pgno,
818 P_INIT(pagep, file_dbp->pgsize, pgno, PGNO_INVALID,
901 P_INIT(pagep, hcp->hdr->pagesize, argp->pgno, PGNO_INVALID,
H A Dhash_conv.c50 P_INIT(pp, pginfo->db_pagesize,
H A Dhash_page.c1101 P_INIT(old_pagep, hcp->hdr->pagesize, PGNO(old_pagep), PGNO_INVALID,
1483 P_INIT(pagep, dbp->pgsize, addr, PGNO_INVALID, PGNO_INVALID, 0, type);
1669 P_INIT(p, hcp->hdr->pagesize, PGNO(p), PGNO_INVALID,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c321 P_ERROR, P_INIT, P_BASEDN, P_SCOPE, enumerator
337 _ns_parse_state_t state = P_INIT; in __s_api_parseASearchDesc()
373 case P_INIT: in __s_api_parseASearchDesc()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ macro
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c225 P_INIT(pagep, dbp->pgsize,
H A Ddb_dup.c239 P_INIT(np, pgsize, PGNO(np), PGNO(h), NEXT_PGNO(h), 0,
241 P_INIT(tp, pgsize, PGNO(h), PREV_PGNO(h), PGNO(np), 0,
H A Ddb_rec.c230 P_INIT(pagep, file_dbp->pgsize, argp->pgno, argp->prev_pgno,