/titanic_41/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 383 uchar_t lcr = 0; in serial_adjust_prop() local 430 lcr |= BITS5; in serial_adjust_prop() 434 lcr |= BITS6; in serial_adjust_prop() 438 lcr |= BITS7; in serial_adjust_prop() 444 lcr |= BITS8; in serial_adjust_prop() 452 lcr |= PARITY_NONE; in serial_adjust_prop() 456 lcr |= PARITY_ODD; in serial_adjust_prop() 462 lcr |= PARITY_EVEN; in serial_adjust_prop() 475 lcr |= STOP2; in serial_adjust_prop() 479 outb(port + LCR, lcr); in serial_adjust_prop()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_dsd.c | 2723 kp->kp_lcr = ctrl_msg->lcr; in keyspan_save_port_params_usa19hs() 2778 ctrl_msg->lcr = 0x3; in keyspan_default_port_params_usa19hs() 2883 ctrl_msg->lcr |= USA_PARITY_ODD; in keyspan_build_cmd_msg_usa19hs() 2885 ctrl_msg->lcr |= USA_PARITY_EVEN; in keyspan_build_cmd_msg_usa19hs() 2890 pe->val.ui, ctrl_msg->lcr); in keyspan_build_cmd_msg_usa19hs() 2895 ctrl_msg->lcr |= STOPBITS_678_2; in keyspan_build_cmd_msg_usa19hs() 2909 pe->val.ui, ctrl_msg->lcr); in keyspan_build_cmd_msg_usa19hs() 2926 ctrl_msg->lcr |= USA_DATABITS_6; in keyspan_build_cmd_msg_usa19hs() 2930 ctrl_msg->lcr |= USA_DATABITS_7; in keyspan_build_cmd_msg_usa19hs() 2939 ctrl_msg->lcr |= USA_DATABITS_8; in keyspan_build_cmd_msg_usa19hs() [all …]
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_secinfo.c | 1041 cred_t *cr, *lcr = NULL; in nfs4_secinfo_recov() local 1057 lcr = crdup(cr); in nfs4_secinfo_recov() 1058 (void) crsetugid(lcr, svp->sv_secdata->uid, in nfs4_secinfo_recov() 1066 if (lcr && error == EACCES) in nfs4_secinfo_recov() 1067 error = nfs4_secinfo_path(mi, lcr, TRUE); in nfs4_secinfo_recov() 1071 if (lcr && error == EACCES) in nfs4_secinfo_recov() 1072 error = nfs4_secinfo_vnode(vp1, lcr, TRUE); in nfs4_secinfo_recov() 1077 if (lcr != NULL) in nfs4_secinfo_recov() 1078 crfree(lcr); in nfs4_secinfo_recov()
|
H A D | nfs_vfsops.c | 1155 cred_t *lcr = NULL, *tcr = cr; in nfsrootvp() local 1267 lcr = crdup(cr); in nfsrootvp() 1268 (void) crsetugid(lcr, svp->sv_secdata->uid, crgetgid(cr)); in nfsrootvp() 1269 tcr = lcr; in nfsrootvp() 1325 if (lcr != NULL) in nfsrootvp() 1326 crfree(lcr); in nfsrootvp() 1335 if (lcr != NULL) in nfsrootvp() 1336 crfree(lcr); in nfsrootvp()
|
H A D | nfs3_vfsops.c | 1025 cred_t *lcr = NULL, *tcr = cr; in nfs3rootvp() local 1162 lcr = crdup(cr); in nfs3rootvp() 1163 (void) crsetugid(lcr, svp->sv_secdata->uid, crgetgid(cr)); in nfs3rootvp() 1164 tcr = lcr; in nfs3rootvp() 1330 if (lcr != NULL) in nfs3rootvp() 1331 crfree(lcr); in nfs3rootvp() 1340 if (lcr != NULL) in nfs3rootvp() 1341 crfree(lcr); in nfs3rootvp()
|
H A D | nfs4_vfsops.c | 2284 cred_t *lcr = NULL, *tcr = cr; in nfs4rootvp() local 2461 lcr = crdup(cr); in nfs4rootvp() 2462 (void) crsetugid(lcr, svp->sv_secdata->uid, crgetgid(cr)); in nfs4rootvp() 2463 tcr = lcr; in nfs4rootvp() 2633 if (lcr != NULL) in nfs4rootvp() 2634 crfree(lcr); in nfs4rootvp() 2641 if (lcr != NULL) in nfs4rootvp() 2642 crfree(lcr); in nfs4rootvp() 3189 cred_t *lcr = NULL; in nfs4setclientid() local 3304 lcr = crdup(cr); in nfs4setclientid() [all …]
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 1113 int icr, lcr; in asyclose() local 1151 lcr = INB(LCR); in asyclose() 1152 if (lcr & SETBREAK) { in asyclose() 1153 OUTB(LCR, (lcr & ~SETBREAK)); in asyclose() 1156 if (lcr & SETBREAK) in asyclose() 1334 int icr, lcr; in asy_program() local 1426 lcr = INB(LCR); in asy_program() 1427 lcr &= ~(WLS0|WLS1|STB|PEN|EPS); in asy_program() 1430 lcr |= STB; /* 2 stop bits */ in asy_program() 1433 lcr |= PEN; in asy_program() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 2044 LargeCacheRecord *lcr; in deriveGoodbyes() local 2081 lcr = (LargeCacheRecord *)umalloc(sizeof(LargeCacheRecord)); in deriveGoodbyes() 2082 if (!lcr) goto malloc_error; in deriveGoodbyes() 2083 ubzero(lcr, sizeof(LargeCacheRecord)); in deriveGoodbyes() 2084 ptr = GetLargeResourceRecord(m, msg, ptr, end, 0, kDNSRecordTypePacketAns, lcr); in deriveGoodbyes() 2086 cr = &lcr->r; in deriveGoodbyes() 2294 LargeCacheRecord lcr; in ParseTSIGError() local 2304 ptr = GetLargeResourceRecord(m, msg, ptr, end, 0, kDNSRecordTypePacketAdd, &lcr); in ParseTSIGError() 2306 if (lcr.r.resrec.rrtype == kDNSType_TSIG) in ParseTSIGError() 2309 mDNSu8 *rd = lcr.r.resrec.rdata->u.data; in ParseTSIGError() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | asy.c | 1775 int icr, lcr; in asyclose() local 1814 lcr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LCR); in asyclose() 1816 asy->asy_ioaddr + LCR, (lcr & ~SETBREAK)); in asyclose() 1992 uchar_t lcr; in asy_reset_fifo() local 1997 lcr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LCR); in asy_reset_fifo() 1999 lcr | DLAB); in asy_reset_fifo() 2008 ddi_put8(asy->asy_iohandle, asy->asy_ioaddr + LCR, lcr); in asy_reset_fifo() 2025 int icr, lcr; in asy_program() local 2114 lcr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LCR); in asy_program() 2115 lcr &= ~(WLS0|WLS1|STB|PEN|EPS); in asy_program() [all …]
|
/titanic_41/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/ |
H A D | usa49msg.h | 135 uint8_t lcr; /* use PARITY, STOPBITS, DATABITS below */ member
|
H A D | usa90msg.h | 67 uint8_t lcr; /* use PARITY, STOPBITS, DATABITS below */ member
|