Searched refs:fdt (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 1451 int fdt[3], devices = 0, make_daemon = 0; local 1458 fdt[0] = fdt[1] = fdt[2] = -1; 1474 fdt[0] = IPL_LOGIPF; 1475 fdt[1] = IPL_LOGNAT; 1476 fdt[2] = IPL_LOGSTATE; 1493 fdt[0] = IPL_LOGIPF; 1509 fdt[1] = IPL_LOGNAT; 1514 fdt[0] = fdt[1] = fdt[2] = -1; 1516 fdt[0] = IPL_LOGIPF; 1518 fdt[1] = IPL_LOGNAT; [all …]
|
/titanic_41/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_41/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()
|