Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c296 unsigned int uic = (unsigned int)c; in control() local
298 if (uic == 0x7f) in control()
303 if (uic >= 0x80) { in control()
309 } else if (uic >= 0x20) { in control()
336 unsigned int uic = (unsigned int)c; in esc_control() local
340 if (uic == 0x7f) in esc_control()
342 if (uic >= 0x80) { in esc_control()
348 } else if (uic >= 0x20) { in esc_control()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3746 unflushed_iter_cb_arg_t *uic = arg; in iterate_through_spacemap_logs_cb() local
3748 return (uic->uic_cb(uic->uic_spa, sme, uic->uic_txg, uic->uic_arg)); in iterate_through_spacemap_logs_cb()
3764 unflushed_iter_cb_arg_t uic = { in iterate_through_spacemap_logs() local
3772 iterate_through_spacemap_logs_cb, &uic)); in iterate_through_spacemap_logs()