Searched defs:updatearray (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c54 struct updatearray { struct
57 typedef struct updatearray updatearray; typedef in typeref:struct:updatearray
65 static struct updatearray *shmupdatearray;
107 char buff[ sizeof (updatearray) ];
135 if (lf_size < sizeof (updatearray)) {
180 shmupdatearray = (updatearray *)mmap((caddr_t)0, sizeof (updatearray),
194 if (lf_size < sizeof (updatearray)) {

Completed in 75 milliseconds