Searched refs:dbm_pagbuf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dndbm.c72 if (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ) {
111 if (strlcpy(db->dbm_pagbuf, file, sizeof (db->dbm_pagbuf)) >=
112 sizeof (db->dbm_pagbuf) ||
113 strlcat(db->dbm_pagbuf, ".pag", sizeof (db->dbm_pagbuf)) >=
114 sizeof (db->dbm_pagbuf)) {
116 * file.pag does not fit into dbm_pagbuf.
122 db->dbm_pagf = open(db->dbm_pagbuf, flags, mode);
132 (void) strlcpy(db->dbm_pagbuf, fil
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c130 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) {
172 if (strlcpy(db->dbm_pagbuf, file, sizeof (db->dbm_pagbuf)) >=
173 sizeof (db->dbm_pagbuf) ||
174 strlcat(db->dbm_pagbuf, ".pag", sizeof (db->dbm_pagbuf)) >=
175 sizeof (db->dbm_pagbuf)) {
177 * file.pag does not fit into dbm_pagbuf.
183 db->dbm_pagf = open64(db->dbm_pagbuf, flags, mode);
193 (void) strlcpy(db->dbm_pagbuf, fil
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dndbm.h30 char dbm_pagbuf[PBLKSIZ]; /* page file block buffer */ member in struct:__anon2755
/illumos-gate/usr/src/head/
H A Dndbm.h76 char dbm_pagbuf[_PBLKSIZ]; /* page file block buffer */ member in struct:__anon2290
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c375 memmove(block, m->map->entries->dbm_pagbuf, PBLKSIZ);
405 buf = db->dbm_pagbuf;

Completed in 61 milliseconds