Home
last modified time | relevance | path

Searched refs:lu_res (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.h49 int lu_res = 0; \
50 lu_res = _dwarf_decode_u_leb128_chk(ptr,&lu_leblen,&lu_local,endptr); \
51 if (lu_res == DW_DLV_ERROR) { \
63 int lu_res = 0; \
65 if (lu_res == DW_DLV_ERROR) { \
86 int lu_res = 0; \
87 lu_res = _dwarf_decode_s_leb128_chk(ptr,&uleblen,&local,endptr); \
88 if (lu_res == DW_DLV_ERROR) { \
99 int lu_res = 0; \
100 lu_res = _dwarf_decode_s_leb128_chk(ptr,&lu_leblen,\
[all …]
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x195 enum autofs_res lu_res; member
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c428 res->lu_res = AUTOFS_OK; in autofs_lookup_1_r()
436 res->lu_res = AUTOFS_NOENT; in autofs_lookup_1_r()
441 trace_prt(1, "LOOKUP REPLY : status=%d\n", res->lu_res); in autofs_lookup_1_r()
H A Dautod_xdr.c316 if (!xdr_autofs_res(xdrs, &objp->lu_res))
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c336 if (!xdr_autofs_res(xdrs, &objp->lu_res)) in xdr_autofs_lookupres()
H A Dauto_subr.c676 switch (resp->lu_res) { in auto_lookup_request()
703 "type %d", resp->lu_res); in auto_lookup_request()
716 resp->lu_res); in auto_lookup_request()