Searched refs:cn_name (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/less/
H A Dlesskey.h44 char *cn_name; member in struct:lesskey_cmdname
H A Dlesskey_parse.c460 for (i = 0; tables->currtable->names[i].cn_name != NULL; i++)
461 if (strcmp(tables->currtable->names[i].cn_name, actname) == 0)
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c54 char *cn_name; member in struct:config_node
66 int ret = strcmp(ca->cn_name, cb->cn_name);
86 free(cn->cn_name);
171 free(cn->cn_name);
181 cn->cn_name = zfs_strdup(hdl, nvpair_name(elem));
184 free(cn->cn_name);
388 if (zpool_skip_pool(cn->cn_name))
391 if (zpool_open_silent(hdl, cn->cn_name, &zhp) != 0) {
426 if (zpool_skip_pool(cn->cn_name))
[all...]
/freebsd-current/sys/powerpc/mambo/
H A Dmambo_console.c81 mambo_consdev.cn_name[0] != '\0') {
142 strcpy(cp->cn_name, "mambocons");
/freebsd-current/sys/kern/
H A Dkern_cons.c247 if (cn->cn_name[0] == '\0') {
253 ttyconsdev_select(cnd->cnd_cn->cn_name);
306 ttyconsdev_select(cnd->cnd_cn->cn_name);
357 sbuf_printf(sb, "%s,", cnd->cnd_cn->cn_name);
361 if (cp->cn_name[0] != '\0')
362 sbuf_printf(sb, "%s,", cp->cn_name);
376 if (strcmp(p, cp->cn_name) != 0)
H A Dsubr_terminal.c535 sprintf(cp->cn_name, "ttyv0");
/freebsd-current/sys/dev/ofw/
H A Dofw_console.c89 ofw_consdev.cn_name[0] != '\0') {
189 strcpy(cp->cn_name, "ofwcons");
/freebsd-current/sys/dev/cfe/
H A Dcfe_console.c88 cfe_consdev.cn_name[0] != '\0') {
176 strcpy(cp->cn_name, "cfecons");
/freebsd-current/sys/riscv/riscv/
H A Driscv_console.c122 riscv_consdev.cn_name[0] != '\0') {
180 strcpy(cp->cn_name, "rcons");
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_console.c140 sprintf(cp->cn_name, "uart");
/freebsd-current/sys/sys/
H A Dcons.h76 char cn_name[SPECNAMELEN + 1]; /* console (device) name */ member in struct:consdev
/freebsd-current/sys/gdb/
H A Dgdb_cons.c69 sprintf(cp->cn_name, "gdb");
/freebsd-current/sys/dev/uart/
H A Duart_tty.c94 strlcpy(cp->cn_name, uart_driver_name, sizeof(cp->cn_name));
430 sprintf(((struct consdev *)sc->sc_sysdev->cookie)->cn_name,
/freebsd-current/sys/dev/altera/jtag_uart/
H A Daltera_jtag_uart_cons.c275 sprintf(cp->cn_name, "%s%d", AJU_TTYNAME, 0);
/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.c484 strlcpy(cp->cn_name, "tty", sizeof(cp->cn_name));
485 strlcat(cp->cn_name, buf, sizeof(cp->cn_name));
1595 strlcpy(cp->cn_name, "ucom", sizeof(cp->cn_name));
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_console.c249 sprintf(uart_phyp_consdev.cn_name, "ttyu%r", unit);
276 strcpy(cp->cn_name, "phypcons");
/freebsd-current/sys/powerpc/powernv/
H A Dopal_console.c297 sprintf(uart_opal_consdev.cn_name, "ttyu%r", unit);
328 strcpy(cp->cn_name, "opalcons");
/freebsd-current/sys/dev/dcons/
H A Ddcons_os.c254 sprintf(cp->cn_name, "dcons");
/freebsd-current/sys/dev/xen/console/
H A Dxen_console.c597 sprintf(cp->cn_name, "%s0", driver_name);
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c1742 strcpy(cp->cn_name, "ttyv0");
/freebsd-current/sys/dev/vt/
H A Dvt_core.c1854 sprintf(cp->cn_name, "ttyv%r", VT_UNIT(vw));

Completed in 242 milliseconds