Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c389 struct strioctl scioc; in smc_send_msg() local
437 scioc.ic_cmd = SCIOC_RESERVE_SEQN; in smc_send_msg()
438 scioc.ic_timout = 0; in smc_send_msg()
439 scioc.ic_len = sizeof (sc_seqdesc_t); in smc_send_msg()
440 scioc.ic_dp = (char *)&smc_seq; in smc_send_msg()
441 if (ioctl(fd, I_STR, &scioc) < 0) { in smc_send_msg()
462 scioc.ic_cmd = SCIOC_FREE_SEQN; in smc_send_msg()
463 scioc.ic_timout = 0; in smc_send_msg()
464 scioc.ic_len = sizeof (sc_seqdesc_t); in smc_send_msg()
465 scioc.ic_dp = (char *)&smc_seq; in smc_send_msg()
[all …]