Home
last modified time | relevance | path

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

/netbsd/src/sbin/swapctl/
Dswapctl.c103 #define CMD_l 0x40 /* list swap files/devices */ macro
120 #define REQUIRE_NOPATH (CMD_A | CMD_U | CMD_l | CMD_s | CMD_z | CMD_q)
126 #define KFLAG_CMDS (CMD_l | CMD_s)
127 #define MFLAG_CMDS (CMD_l | CMD_s)
128 #define GFLAG_CMDS (CMD_l | CMD_s)
131 #define HFLAG_CMDS (CMD_l | CMD_s)
229 SET_COMMAND(CMD_l); in main()
318 case CMD_l: in main()