Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c166 fd->sf_mode = (flag & NSC_MULTI);
338 fd->sf_mode = 0;
454 if ((flag & fd->sf_mode & NSC_MULTI) && fd->sf_reserve)
H A Dnsc_dev.h188 int sf_mode; /* Type of reserve */ member
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1203 mdb_printf("rsrv mode: %08x <%b>\n", fd->sf_mode, in nsc_fd()
1204 fd->sf_mode, nsc_fdmode_bits); in nsc_fd()