Searched refs:CS_MORE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/ddb/ |
| D | db_command.c | 103 { "write", db_write_cmd, CS_MORE|CS_SET_DOT, 0 }, 104 { "w", db_write_cmd, CS_MORE|CS_SET_DOT, 0 }, 111 { "watch", db_watchpoint_cmd, CS_MORE,0 }, 426 if ((cmd->flag & CS_MORE) == 0) { in db_command()
|
| D | ddb.h | 108 #define CS_MORE 0x2 /* standard syntax, but may have other words macro
|
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic79xx_osm.c | 1485 DB_FUNC(ahd_out, ahd_ddb_out, db_cmd_table, CS_MORE, NULL) in DB_FUNC() argument
|