Searched defs:rval (Results 1 - 3 of 3) sorted by relevance
/pkg/src/modules/ |
H A D | elf.c | 64 int rval; local 73 rval = PyList_Append(pverlist, ent); 75 return (rval); 85 int rval = -1; local 102 rval = PyList_Append(pdep, ent); 107 return (rval); 116 int rval; local 125 rval = PyList_Append(pdef, ent); 127 return (rval); 248 int rval; \ [all...] |
/pkg/src/ |
H A D | pkgrepo.py | 377 rval = _set_pub(conf, subcommand, {}, new_pubs, repo) 385 if rval == EXIT_OK and existing: 393 return rval 649 rval = EXIT_OK 651 rval = EXIT_PARTIAL 661 return rval, found, pub_data 668 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport, 670 if rval == EXIT_OOPS: 671 return rval 772 rval 1159 rval = EXIT_OOPS variable 1178 rval = EXIT_OOPS variable [all...] |
H A D | client.py | 1424 rval = None 1429 rval = EXIT_ACTUATOR 1431 rval = EXIT_OK 1435 rval = EXIT_OOPS 1442 rval = EXIT_OOPS 1446 rval = e.lix_exitrv 1449 rval = EXIT_NOTLIVE 1455 rval = EXIT_NOTLIVE 1459 rval = EXIT_OOPS 1464 rval 3466 rval = EXIT_OK variable 3468 rval = EXIT_OOPS variable 3495 rval = EXIT_OOPS variable [all...] |
Completed in 18 milliseconds