Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c109 out(O_ALTFP|O_STAMP, in eft_timeout()
284 out(O_ALTFP|O_STAMP, "\neft.so startup"); in _fmd_init()
H A Ditree.c1401 out(O_ALTFP|O_STAMP, "start itree_create using %d bytes", init_size); in itree_create()
1423 out(O_ALTFP|O_STAMP, "itree_create added %d bytes", in itree_create()
1484 out(O_ALTFP|O_STAMP, "start itree_create using %d bytes", init_size); in itree_create_dummy()
1536 out(O_ALTFP|O_STAMP, "itree_create added %d bytes", in itree_create_dummy()
1547 out(O_ALTFP|O_STAMP, "start itree_free"); in itree_free()
1549 out(O_ALTFP|O_STAMP, "itree_free freed %d bytes", in itree_free()
1559 out(O_ALTFP|O_STAMP, "start itree_prune"); in itree_prune()
1561 out(O_ALTFP|O_STAMP, "itree_prune freed %d bytes", in itree_prune()
H A Dfme.c396 out(O_ALTFP|O_STAMP, "start config_snapshot using %d bytes", init_size); in newfme()
404 out(O_ALTFP|O_STAMP, "config_snapshot added %d bytes", in newfme()
811 out(O_ALTFP|O_STAMP, "start config_restore using %d bytes", init_size); in fme_restart()
837 out(O_ALTFP|O_STAMP, "config_restore added %d bytes", in fme_restart()
1376 out(O_ALTFP|O_STAMP, NULL); in upsets_eval()
1646 out(O_ALTFP|O_STAMP, NULL); in fme_receive_report()
3456 out(O_ALTFP|O_STAMP, in fme_eval()
H A Dplatform.c763 out(O_ALTFP|O_STAMP, "raw config complete"); in platform_config_snapshot()
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h59 #define O_STAMP 0x0010 /* append a timestamp */ macro
H A Dout.c202 if (flags & O_STAMP) { in vout()