Home
last modified time | relevance | path

Searched refs:dobj (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c653 Rtc_obj *dobj; in scanconfig() local
656 dobj = (Rtc_obj *)(dirtbl->cd_obj + addr); in scanconfig()
658 str = strtbl + dobj->co_name; in scanconfig()
665 if ((dobj->co_flags & RTC_OBJ_CMDLINE) || in scanconfig()
669 getflags(dobj->co_flags)) != 0) in scanconfig()
671 if ((dobj->co_flags & in scanconfig()
678 getformat(dobj->co_flags), str); in scanconfig()
695 if ((dobj->co_flags & in scanconfig()
711 (dobj->co_flags & RTC_OBJ_REALPTH)) { in scanconfig()
716 } else if (status.st_mtime != dobj->co_info) { in scanconfig()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1452 Rtc_obj *dobj; in find_file() local
1459 dobj = (Rtc_obj *)pdp->pd_info; in find_file()
1460 if ((dobj->co_flags & in find_file()
1464 dobj = NULL; in find_file()
1471 ((dobj == NULL) || (dobj->co_id != 0))) { in find_file()
1479 if (dobj == NULL) { in find_file()
1482 if (dobj == NULL) in find_file()
1483 dobj = &Obj; in find_file()
1484 pdp->pd_info = (void *)dobj; in find_file()
1494 if (dobj->co_id != 0) { in find_file()
[all …]
H A Ddlfcns.c1969 Rtc_obj *dobj = (Rtc_obj *)pdp->pd_info; in dlinfo_core() local
1970 if (dobj->co_flags & RTC_OBJ_NOEXIST) in dlinfo_core()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c259 write_inuse_diffs_one(FILE *fp, differ_info_t *di, uint64_t dobj) in write_inuse_diffs_one() argument
267 if (dobj == di->shares) in write_inuse_diffs_one()
276 fobjerr = get_stats_for_obj(di, di->fromsnap, dobj, fobjname, in write_inuse_diffs_one()
281 tobjerr = get_stats_for_obj(di, di->tosnap, dobj, tobjname, in write_inuse_diffs_one()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis.x121 directory_obj dobj; member