Searched refs:FKEY (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/lib/libdladm/common/ |
| H A D | libdladm_impl.h | 79 #define FKEY "key" /* uint64_t */ macro 118 FKEY, FNPORTS, FPORTS, FPOLICY, \
|
| H A D | libdlaggr.c | 282 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64)); in i_dladm_aggr_info_persist() 1028 status = dladm_set_conf_field(handle, conf, FKEY, DLADM_TYPE_UINT64, in dladm_aggr_persist_aggr_conf() 1468 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64)); in i_dladm_walk_key2linkid()
|
| /titanic_53/usr/src/cmd/loadkeys/ |
| H A D | loadkeys.y | 554 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH 562 %type <number> CHARSTRING CHAR INT CONSTANT FKEY TABLENAME 661 | FKEY '(' number ')' 701 { "bf", FKEY, BOTTOMFUNC }, 722 { "lf", FKEY, LEFTFUNC }, 748 { "rf", FKEY, RIGHTFUNC }, 759 { "tf", FKEY, TOPFUNC },
|
| /titanic_53/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_termio.c | 112 #define FKEY(c) (((c) < '0' || (c) > '9') ? 0 : ((c) - '0' + 0x11a)) macro 491 if ((fkey = FKEY(c)) != 0) { in termio_read() 1549 td->tio_keymap[FKEY('1')] = termio_home; in mdb_termio_create() 1551 td->tio_keymap[FKEY('4')] = termio_end; in mdb_termio_create()
|