Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ddb/
H A Ddb_command.c113 { "write", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
114 { "w", db_write_cmd, CS_MORE|CS_SET_DOT, NULL },
121 { "watch", db_watchpoint_cmd, CS_MORE,NULL },
467 if ((cmd->flag & CS_MORE) == 0) { in db_command()
H A Dddb.h121 #define CS_MORE 0x2 /* standard syntax, but may have other words macro
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic79xx_osm.c1485 DB_FUNC(ahd_out, ahd_ddb_out, db_cmd_table, CS_MORE, NULL) in DB_FUNC() argument