Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c353 vprint(INFO_MID, CONFIGURING); in main()
989 vprint(CHATTY_MID, "devi_tree_walk: root=%s, minor=%s, driver=%s," in devi_tree_walk()
1027 vprint(CHATTY_MID, "walking device tree\n"); in devi_tree_walk()
1060 vprint(CHATTY_MID, "processing deferred links\n"); in process_deferred_links()
1099 vprint(CHATTY_MID, "%senter\n", fcn); in process_devinfo_tree()
1121 vprint(CHATTY_MID, "%sattaching driver (%s)\n", fcn, driver); in process_devinfo_tree()
1136 vprint(CHATTY_MID, "%susing snapshot cache\n", fcn); in process_devinfo_tree()
1138 vprint(CHATTY_MID, "%sattaching all drivers\n", fcn); in process_devinfo_tree()
1153 vprint(CHATTY_MID, "%staking snapshot of active devices\n", in process_devinfo_tree()
1220 vprint(CHATTY_MID, "%senter\n", fcn); in daemon_update()
[all …]
H A Ddevfsadm_impl.h512 #define vprint devfsadm_print macro
/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c22 static void vprint(value_t *);
125 vprint(p); in vlex()
165 vprint(p); in vtoken()
185 vprint(value_t *p) in vprint() function