Searched refs:fdt (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 1455 int fdt[3], devices = 0, make_daemon = 0; local 1462 fdt[0] = fdt[1] = fdt[2] = -1; 1478 fdt[0] = IPL_LOGIPF; 1479 fdt[1] = IPL_LOGNAT; 1480 fdt[2] = IPL_LOGSTATE; 1497 fdt[0] = IPL_LOGIPF; 1513 fdt[1] = IPL_LOGNAT; 1518 fdt[0] = fdt[1] = fdt[2] = -1; 1520 fdt[0] = IPL_LOGIPF; 1522 fdt[1] = IPL_LOGNAT; [all …]
|
/titanic_44/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.c | 641 ipmp_groupinfo_create(const char *name, uint64_t sig, uint_t fdt, in ipmp_groupinfo_create() argument 653 grinfop->gr_fdt = fdt; in ipmp_groupinfo_create()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 3186 int fdt = 0; in getgroupinfo() local 3205 fdt = pg->pg_fdt; in getgroupinfo() 3214 *grinfopp = ipmp_groupinfo_create(pg->pg_name, pg->pg_sig, fdt, in getgroupinfo() 3260 *grinfopp = ipmp_groupinfo_create(pg->pg_name, pg->pg_sig, fdt, in getgroupinfo()
|