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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c338 int lres = dwarf_loclist(attr, &llbuf, &count, perr); local
339 if (lres != DW_DLV_OK) {
340 return lres;
430 int lres = handle_debug_line(dbg, newdie, send_addr_note, errval); local
431 if (lres == DW_DLV_ERROR) {
432 return lres;
H A Ddwarf_print_lines.c170 int lres = DW_DLV_ERROR; local
196 lres = dwarf_whatform(stmt_list_attr,&attrform,error);
197 if (lres != DW_DLV_OK) {
198 return lres;
205 lres = dwarf_global_formref(stmt_list_attr, &line_offset, error);
206 if (lres != DW_DLV_OK) {
207 return lres;
H A Ddwarf_line.c135 int lres = DW_DLV_ERROR; local
163 lres = dwarf_whatform(stmt_list_attr,&attrform,error);
164 if (lres != DW_DLV_OK) {
165 return lres;
172 lres = dwarf_global_formref(stmt_list_attr, &line_offset, error);
173 if (lres != DW_DLV_OK) {
174 return lres;
424 int lres = DW_DLV_ERROR; local
446 lres = dwarf_formudata(stmt_list_attr, &line_offset, error);
447 if (lres !
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c1223 struct stat lres; local
1237 error = lstat(filename, &lres);
1243 if (error == 0 && !S_ISREG(lres.st_mode)) {
1297 if (lres.st_dev != fres.st_dev || lres.st_ino != fres.st_ino) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8651 LOCK4res *lres; local
8766 lres = &resop->nfs_resop4_u.oplock;
8768 if (lock_denied(&lres->LOCK4res_u.denied, &flock)

Completed in 88 milliseconds