Home
last modified time | relevance | path

Searched refs:REMOVE_MID (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3122 vprint(REMOVE_MID, "%s%s\n", fcn, file); in devfsadm_rm_work()
3201 vprint(REMOVE_MID, "%s: checking if %s is sticky\n", fcn, path); in s_rmdir()
3208 vprint(REMOVE_MID, "%s: skipping sticky dir: " in s_rmdir()
3230 vprint(REMOVE_MID, "%schecking %s if empty\n", fcn, pathname); in rm_parent_dir_if_empty()
3249 vprint(REMOVE_MID, in rm_parent_dir_if_empty()
3252 vprint(REMOVE_MID, in rm_parent_dir_if_empty()
3258 vprint(REMOVE_MID, "%sdir not empty: %s\n", fcn, path); in rm_parent_dir_if_empty()
3458 vprint(REMOVE_MID, "%s%s -> %s invalid " in build_devlink_list()
4126 vprint(REMOVE_MID, "%sflags = %d\n", fcn, flags); in pre_and_post_cleanup()
4148 vprint(REMOVE_MID, "%scleanup: PRE or POST\n", fcn); in pre_and_post_cleanup()
[all …]
H A Ddevfsadm_impl.h177 #define REMOVE_MID "devfsadm:remove" macro