Searched refs:colp (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/bebox/stand/boot/
H A Dvga.c315 u_char *colp; local
325 colp = ATTR_ADDR(d->color);
327 *colp = (*colp & 0xf0) | (d->cx);
331 colp = ATTR_ADDR(d->color);
333 *colp = (*colp & 0xf) | (d->cx << 4);
337 colp = ATTR_ADDR(d->color_so);
341 colp = ATTR_ADDR(d->color_so);
/netbsd-current/sys/arch/prep/stand/boot/
H A Dvga.c317 u_char *colp; local
327 colp = ATTR_ADDR(d->color);
329 *colp = (*colp & 0xf0) | (d->cx);
333 colp = ATTR_ADDR(d->color);
335 *colp = (*colp & 0xf) | (d->cx << 4);
339 colp = ATTR_ADDR(d->color_so);
343 colp = ATTR_ADDR(d->color_so);
/netbsd-current/sys/dev/i2c/
H A Dssdfb_i2c.c365 uint8_t *colp; local
389 colp = p;
390 endp = colp + len;
392 data[0] = *colp++;
398 while (colp < endp) {
400 * Send two bytes at a time. We can't use colp directly
404 data[0] = *colp++;
405 data[1] = *colp++;
/netbsd-current/external/bsd/mdocml/dist/
H A Ddemandoc.c135 pstring(const char *p, int col, int *colp, int list) argument
194 while (*colp < col) {
196 (*colp)++;
210 (*colp)++;
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_print.c215 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, argument
225 for (col = *colp; len--;)
259 intr: *colp = col;
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_term.c360 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
421 if (colp != NULL)
422 *colp = col;
470 if (colp != NULL)
471 *colp = col;
/netbsd-current/external/bsd/top/dist/
H A Ddisplay.c1187 int *colp; local
1211 colp = cpustate_columns;
1227 display_fmt(x_cpustates + *colp, y_cpustates + c,
1236 colp++;
1253 int *colp; local
1276 colp = cpustate_columns;
1295 display_fmt(x_cpustates + *colp, y_cpustates + c, color, 0,
1310 colp++;
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dvs_relative.c41 vs_column(SCR *sp, size_t *colp) argument
47 *colp = (O_ISSET(sp, O_LEFTRIGHT) ?
/netbsd-current/sys/arch/sparc/sparc/
H A Dautoconf.c1497 romgetcursoraddr(int **rowp, int **colp) argument
1509 (u_long)rowp, (u_long)colp);
1513 (u_long)rowp, (u_long)colp);
1514 *rowp = *colp = NULL;
1516 return (*rowp == NULL || *colp == NULL);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dautoconf.c844 romgetcursoraddr(int **rowp, int **colp) argument
856 *colp = (int *)(intptr_t)(col+4);
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb.c2444 struct collection *colp; local
2451 for (colp = collections ; colp ; colp = colp->next) {
2452 for (cp = colp->classes ; cp ; cp = cp->nic) {
/netbsd-current/sys/arch/sparc/dev/
H A Dcgfourteen.c719 uint32_t *colp = &sc->sc_cmap.cm_chip[start]; local
724 *lutp++ = *colp++;

Completed in 191 milliseconds