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

/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c64 debprret(char *w, update_status_t ret, kdb_sno_t sno) argument
68 printf("%s: end (OK, sno=%u)\n",
69 w, sno);
309 * to include sno (serial number)
382 /* not used by slave (sno is retrieved from kdb5_util dump) */
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c178 * We need to overflow our sno, replicas will do full
179 * resyncs once they see their sno > than the masters.
708 kdb_last_t last, /* input - slave's last sno */
715 uint32_t sno; local
762 sno = last.last_sno;
764 indx = (sno - 1) % ulogentries;
769 * Validate the time stamp just to make sure it was the same sno
775 * If we have the same sno we return success
783 count = ulog->kdb_last_sno - sno;
797 while (sno < ulo
[all...]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1552 int64_t sno, sno2; local
1599 sno = 1;
1601 while (state->sec_table[sno].scn != (Elf_Scn *)-1) {
1602 sinfo = &state->sec_table[sno];
1605 sno++;

Completed in 100 milliseconds