Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c10367 showoverlay_fma_state_t *shof = ofarg->ofmt_cbarg; in print_overlay_fma_cb() local
10368 dladm_overlay_status_t *st = shof->shof_status; in print_overlay_fma_cb()
10372 (void) snprintf(buf, bufsize, "%s", shof->shof_linkname); in print_overlay_fma_cb()
10393 showoverlay_fma_state_t *shof = arg; in show_one_overlay_fma_cb() local
10394 shof->shof_status = stat; in show_one_overlay_fma_cb()
10395 ofmt_print(shof->shof_ofmt, shof); in show_one_overlay_fma_cb()
10405 showoverlay_fma_state_t shof; in show_one_overlay_fma() local
10414 shof.shof_ofmt = req->sor_ofmt; in show_one_overlay_fma()
10415 shof.shof_linkname = linkbuf; in show_one_overlay_fma()
10418 show_one_overlay_fma_cb, &shof); in show_one_overlay_fma()