Home
last modified time | relevance | path

Searched refs:vprint (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm.c350 vprint(INFO_MID, CONFIGURING); in main()
987 vprint(CHATTY_MID, "devi_tree_walk: root=%s, minor=%s, driver=%s," in devi_tree_walk()
1025 vprint(CHATTY_MID, "walking device tree\n"); in devi_tree_walk()
1058 vprint(CHATTY_MID, "processing deferred links\n"); in process_deferred_links()
1097 vprint(CHATTY_MID, "%senter\n", fcn); in process_devinfo_tree()
1119 vprint(CHATTY_MID, "%sattaching driver (%s)\n", fcn, driver); in process_devinfo_tree()
1134 vprint(CHATTY_MID, "%susing snapshot cache\n", fcn); in process_devinfo_tree()
1136 vprint(CHATTY_MID, "%sattaching all drivers\n", fcn); in process_devinfo_tree()
1151 vprint(CHATTY_MID, "%staking snapshot of active devices\n", in process_devinfo_tree()
1218 vprint(CHATTY_MID, "%senter\n", fcn); in daemon_update()
[all …]
H A Ddevfsadm_impl.h512 #define vprint devfsadm_print macro
/titanic_50/usr/src/cmd/tip/
H A Dvalue.c24 static void vprint(value_t *);
127 vprint(p); in vlex()
167 vprint(p); in vtoken()
187 vprint(value_t *p) in vprint() function