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.c10338 showoverlay_fma_state_t *shof = ofarg->ofmt_cbarg; in print_overlay_fma_cb() local
10339 dladm_overlay_status_t *st = shof->shof_status; in print_overlay_fma_cb()
10343 (void) snprintf(buf, bufsize, "%s", shof->shof_linkname); in print_overlay_fma_cb()
10364 showoverlay_fma_state_t *shof = arg; in show_one_overlay_fma_cb() local
10365 shof->shof_status = stat; in show_one_overlay_fma_cb()
10366 ofmt_print(shof->shof_ofmt, shof); in show_one_overlay_fma_cb()
10376 showoverlay_fma_state_t shof; in show_one_overlay_fma() local
10385 shof.shof_ofmt = req->sor_ofmt; in show_one_overlay_fma()
10386 shof.shof_linkname = linkbuf; in show_one_overlay_fma()
10389 show_one_overlay_fma_cb, &shof); in show_one_overlay_fma()