Home
last modified time | relevance | path

Searched refs:lret (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dpcost.c41 long lret; in computeAutoPCost() local
45 lret = 20000000; in computeAutoPCost()
47 lret = 2000000; in computeAutoPCost()
49 lret = 200000; in computeAutoPCost()
51 lret = 20000; in computeAutoPCost()
53 lret = 2000; in computeAutoPCost()
55 lret = 200; in computeAutoPCost()
57 lret = 20; in computeAutoPCost()
59 lret = 2; in computeAutoPCost()
61 lret = 1; in computeAutoPCost()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc132 int ret, lret; in earlier_than() local
141 READLOCKNR(other, lret, "r other vers::earlier_than"); in earlier_than()
142 if (lret != 0) { in earlier_than()
152 READUNLOCKNR(other, lret, "ru other vers::earlier_than"); in earlier_than()
153 READUNLOCK(this, ret, ((lret != 0) ? in earlier_than()
H A Ddb_mindex.cc656 int lret = 0; in all() local
665 READLOCKNR(table, lret, "r table db_mindex::all"); in all()
666 if (lret != 0) { in all()
677 READUNLOCKNR(table, lret, in all()
693 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
700 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
726 READUNLOCKNR(table, lret, "ru table db_mindex::all"); in all()
H A Ddb_dictionary.cc1558 int lret; in find_table_noLDAP() local
1596 WRITELOCKNR(dbase, lret, "w dbase db_dictionary::find_table"); in find_table_noLDAP()
1597 if (lret != 0) { in find_table_noLDAP()
/illumos-gate/usr/src/cmd/man/
H A Dman.c425 int lret = 0; in main() local
427 lret = manual(mp, argv[i], NULL); in main()
428 if (lret != 0) { in main()
437 lret = manual(mp, page, sec); in main()
441 ret += lret; in main()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.S307 lret
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c467 int lret = 1, pret = 1; in relocate_lmc() local
531 lret = _relocate_lmc(lml, nlmco, nlmp, &relocated, in_nfavl); in relocate_lmc()
532 if ((lret == 0) && (nlmco != ALIST_OFF_DATA)) in relocate_lmc()
558 if (lret && (nlmco != ALIST_OFF_DATA) && nlmc->lc_head) in relocate_lmc()
588 if ((lret == 0) || (pret == 0)) { in relocate_lmc()
631 if (lret && pret) { in relocate_lmc()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dbios_call_src.S330 lret
H A Dcpr_wakecode.S381 D16 lret
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1500 off_t lret; in handle_versioned() local
1534 if ((lret = lseek(fd, 0, SEEK_END)) == -1) { in handle_versioned()
1538 *fsz = lret; in handle_versioned()