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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c117 unsigned long xactid; member in struct:server
239 static void xactid_seed(unsigned long *xactid);
539 static unsigned long xactid = 0; local
544 if (xactid == 0) {
545 xactid_seed(&xactid);
559 ps->xactid = xactid + seq++;
569 xactid_seed(unsigned long *xactid) argument
575 *xactid = 1234567;
577 *xactid
[all...]

Completed in 45 milliseconds