Searched refs:lret (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | pcost.c | 41 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 D | db_vers.cc | 132 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 D | db_mindex.cc | 656 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 D | db_dictionary.cc | 1558 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/test/nvme-tests/tests/libnvme/ |
H A D | pev.c | 42 bool ret = true, lret; in pev_action() local 68 lret = nvme_log_req_exec(req); in pev_action() 69 if (exp && !lret) { in pev_action() 73 } else if (!exp && lret) { in pev_action() 77 } else if (!lret) { in pev_action()
|
/illumos-gate/usr/src/cmd/man/ |
H A D | man.c | 425 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 D | dboot_grub.S | 307 lret
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 467 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 D | bios_call_src.S | 330 lret
|
H A D | cpr_wakecode.S | 381 D16 lret
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 1500 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()
|