Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd/sys/ufs/ufs/
H A Dquota.h128 #define ufs_quota_alloc_blocks(i, c, cr) ufs_quota_alloc_blocks2(i, c, cr, 0) argument
129 #define ufs_quota_free_blocks(i, c, cr) ufs_quota_free_blocks2(i, c, cr, 0) argument
130 #define ufs_quota_alloc_inode(i, cr) ufs_quota_alloc_inode2(i, cr, 0) argument
131 #define ufs_quota_free_inode(i, cr) ufs_quota_free_inode2(i, cr, 0) argument
/openbsd/usr.bin/cvs/
H A Drelease.c48 struct cvs_recursion cr; in cvs_release() local
98 struct cvs_recursion cr; in cvs_release_local() local
H A Dwatch.c60 struct cvs_recursion cr; in cvs_watch() local
172 struct cvs_recursion cr; in cvs_watchers() local
H A Dedit.c81 struct cvs_recursion cr; in cvs_edit() local
153 struct cvs_recursion cr; in cvs_editors() local
208 struct cvs_recursion cr; in cvs_unedit() local
H A Dcheckout.c238 struct cvs_recursion cr; in checkout_check_repository() local
444 struct cvs_recursion cr; in checkout_repository() local
H A Dfile.c190 cvs_file_run(int argc, char **argv, struct cvs_recursion *cr) in cvs_file_run()
262 cvs_file_walklist(struct cvs_flisthead *fl, struct cvs_recursion *cr) in cvs_file_walklist()
398 cvs_file_walkdir(struct cvs_file *cf, struct cvs_recursion *cr) in cvs_file_walkdir()
H A Dannotate.c63 struct cvs_recursion cr; in cvs_annotate() local
H A Dremove.c49 struct cvs_recursion cr; in cvs_remove() local
H A Dstatus.c64 struct cvs_recursion cr; in cvs_status() local
H A Ddiff.c74 struct cvs_recursion cr; in cvs_diff() local
/openbsd/sys/kern/
H A Dkern_prot.c57 crset(struct ucred *newcr, const struct ucred *cr) in crset()
944 struct ucred *cr; in crget() local
956 crhold(struct ucred *cr) in crhold()
967 crfree(struct ucred *cr) in crfree()
977 crcopy(struct ucred *cr) in crcopy()
994 crdup(struct ucred *cr) in crdup()
1008 crfromxucred(struct ucred *cr, const struct xucred *xcr) in crfromxucred()
H A Dkern_clockintr.c287 clockrequest_advance(struct clockrequest *cr, uint64_t period) in clockrequest_advance()
298 clockrequest_advance_random(struct clockrequest *cr, uint64_t min, in clockrequest_advance_random()
436 clockintr_hardclock(struct clockrequest *cr, void *frame, void *arg) in clockintr_hardclock()
H A Dsubr_prof.c236 gmonclock(struct clockrequest *cr, void *cf, void *arg) in gmonclock()
307 profclock(struct clockrequest *cr, void *cf, void *arg) in profclock()
/openbsd/lib/libskey/
H A Dput.c465 unsigned char cr; in insert() local
515 unsigned char cr; in extract() local
/openbsd/sys/dev/fdt/
H A Dimxrtc.c101 uint32_t cr; in imxrtc_gettime() local
140 uint32_t cr; in imxrtc_settime() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dref8.C14 C& cr = (C&)ar; in main() local
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_code_completion.py14 def check_completion_results(self, cr, expected): argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_03.C40 char& cr = c; in test() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021024-1.c33 unsigned long long cr; in main() local
/openbsd/sys/arch/luna88k/luna88k/
H A Dm8820x.c155 volatile unsigned *cr; in m8820x_setup_board_config() local
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fallback.c52 uint32_t cr; in interpret_libc() local
273 uint32_t cr; member
296 uint32_t cr; member
/openbsd/sys/dev/isa/
H A Dit.c137 u_int16_t cr; in it_match() local
356 u_int8_t cr, ecr; in it_ec_refresh() local
/openbsd/sys/dev/dt/
H A Ddt_prov_profile.c102 dt_clock(struct clockrequest *cr, void *cf, void *arg) in dt_clock()
/openbsd/sys/arch/powerpc/include/
H A Dsignal.h56 __register_t cr; member
/openbsd/sys/dev/pci/
H A Dpcireg.h118 #define PCI_CLASS(cr) \ argument
123 #define PCI_SUBCLASS(cr) \ argument
128 #define PCI_INTERFACE(cr) \ argument
133 #define PCI_REVISION(cr) \ argument
482 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) argument
483 #define PCI_CAPLIST_CAP(cr) ((cr) & 0xff) argument
547 #define PCI_HT_CAP(cr) ((((cr) >> 27) < 0x08) ? \ argument

12345