Searched refs:cr (Results 151 - 175 of 228) sorted by relevance

12345678910

/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dgenassym.c168 ASSYM(FRAME_CR, offsetof(struct trapframe, cr));
/freebsd-9.3-release/sys/sys/
H A Dproc.h899 int securelevel_ge(struct ucred *cr, int level);
900 int securelevel_gt(struct ucred *cr, int level);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys245 cr_cancels_micro_mode crxm bool YB - - ----- using cr turns off micro mode
248 semi_auto_right_margin sam bool YE - - ----- printing in last column causes cr
328 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
429 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.uwin294 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
395 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps243 cr_cancels_micro_mode crxm bool YB - - ----- using cr turns off micro mode
246 semi_auto_right_margin sam bool YE - - ----- printing in last column causes cr
326 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
427 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.aix4243 cr_cancels_micro_mode crxm bool YB - - ----- using cr turns off micro mode
246 semi_auto_right_margin sam bool YE - - ----- printing in last column causes cr
326 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
427 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
H A DCaps.hpux11244 cr_cancels_micro_mode crxm bool YB - - ----- using cr turns off micro mode
247 semi_auto_right_margin sam bool YE - - ----- printing in last column causes cr
328 carriage_return cr str cr - - YBCGE carriage return (P*) (P*)
429 newline nel str nw - - YB-G-* newline (behave like cr followed by lf)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-complex.c1295 tree cr, ci, cc, stmt, expr, type; local
1297 cr = gimplify_build2 (bsi, code, boolean_type_node, ar, br);
1301 boolean_type_node, cr, ci);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2058 unsigned cr = RHS->MBB->pred_size() + RHS->MBB->succ_size(); local
2059 if (cl != cr)
2060 return cl > cr ? -1 : 1;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c1196 struct uniapi_call_created *cr = uni_msg_rptr(msg, local
1202 conn->cref = cr->cref;
1207 conn->cref = cr->cref;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_mount.c1100 xfs_unmountfs(xfs_mount_t *mp, struct cred *cr) argument
1140 xfs_unmountfs_close(mp, cr);
1157 xfs_unmountfs_close(xfs_mount_t *mp, struct cred *cr) argument
H A Dxfs_inode.c1081 cred_t *cr,
3614 cred_t *cr)
3627 if ((error = _MAC_XFS_IACCESS(ip, accmode, cr)))
3647 if ((error = _ACL_XFS_IACCESS(ip, accmode, cr)) != -1)
3653 accmode, cr, NULL);
1075 xfs_ialloc( xfs_trans_t *tp, xfs_inode_t *pip, mode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, cred_t *cr, xfs_prid_t prid, int okalloc, xfs_buf_t **ialloc_context, boolean_t *call_again, xfs_inode_t **ipp) argument
3611 xfs_iaccess( xfs_inode_t *ip, accmode_t accmode, cred_t *cr) argument
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_quota.c645 struct ucred *cr; local
658 cr = ump->um_cred[type];
702 crfree(cr);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h267 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzvol.c360 zvol_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx) argument
1426 zvol_read(dev_t dev, uio_t *uio, cred_t *cr) argument
1472 zvol_write(dev_t dev, uio_t *uio, cred_t *cr) argument
1663 zvol_ioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cr, int *rvalp) argument
H A Ddmu_objset.c736 cred_t *cr, dmu_tx_t *tx);
803 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg)
802 dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags, void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg) argument
/freebsd-9.3-release/sys/powerpc/aim/
H A Dtrap.c363 frame->cr = (*fb)[3];
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c761 _xmlNm_(cr, '\r') \
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) argument
243 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
/freebsd-9.3-release/sys/dev/ata/
H A Data-raid.c1751 uint8_t *meta, *cr; local
1839 cr = (uint8_t *)(meta + ddf32toh(hdr->cr_section)*DEV_BSIZE);
1873 max_cr_addr = (uintptr_t)cr + ddf32toh(hdr->cr_length) * DEV_BSIZE - 1;
1874 for ( ; (uintptr_t)cr < max_cr_addr;
1875 cr += ddf16toh(hdr->Configuration_Record_Length) * DEV_BSIZE) {
1876 switch (ddf32toh(((uint32_t *)cr)[0])) {
1878 vdcr = (struct ddf_vdc_record *)cr;
1885 sa = (struct ddf_sa_record *)cr;
4800 uint8_t *cr; local
4819 cr
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbuffer.c1490 char *s_end, *cr, *lf; local
1494 cr = memchr(s, '\r', chunk);
1496 if (cr) {
1497 if (lf && lf < cr)
1499 return cr;
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c2582 struct ucred *cr; local
2589 cr = bp->b_rcred;
2591 cr = bp->b_wcred;
2600 (void) ncl_doio(ap->a_vp, bp, cr, curthread, 1);
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c2936 struct ucred *cr; local
2943 cr = bp->b_rcred;
2945 cr = bp->b_wcred;
2954 (void)nfs_doio(ap->a_vp, bp, cr, curthread);
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot371 extra_args="--colors --cr-wrap"
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c83 int cr_offset; /* offset of saved cr */
407 - cr_offset is the offset of the saved cr
635 { /* where Rx == cr */
2201 /* 66 */ R4(cr), R(lr), R(ctr), R4(xer), R4(fpscr)
2205 /* 66 */ R4(cr), R(lr), R(ctr), R4(xer), R0
2407 /* ctr, xre, lr, cr */
2421 /* cr, lr, ctr, xer, "" */

Completed in 230 milliseconds

12345678910