Searched refs:docopy (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | del_enctype.c | 99 int docopy = 1; in del_enctype() local 104 docopy = 0; in del_enctype() 108 if (docopy) { in del_enctype()
|
| /netbsd-src/sys/compat/common/ |
| H A D | uipc_syscalls_40.c | 56 const bool docopy = ifc->ifc_req != NULL; in compat_ifconf() local 57 if (docopy) { in compat_ifconf() 158 if (docopy) in compat_ifconf()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_bufq.c | 306 docopy(char *buf, size_t *bufoffp, size_t buflen, in docopy() function 333 return docopy(buf, bufoffp, buflen, datap, strlen(datap)); in docopystr() 340 return docopy(buf, bufoffp, buflen, "", 1); in docopynul()
|
| /netbsd-src/bin/csh/ |
| H A D | hist.c | 101 enthist(int event, struct wordent *lp, int docopy) in enthist() argument 116 if (docopy) { in enthist()
|
| /netbsd-src/sys/compat/linux32/common/ |
| H A D | linux32_socket.c | 425 bool docopy; in linux32_getifconf() local 434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL; in linux32_getifconf() 435 if (docopy) { in linux32_getifconf() 491 if (docopy) in linux32_getifconf()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | ctfmerge.c | 862 int verbose = 0, docopy = 0; in main() local 878 docopy = 1; in main() 930 if (docopy) { in main() 977 if (docopy) { in main()
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs.h | 130 int unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred);
|
| H A D | unionfs_subr.c | 733 unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred) in unionfs_copyfile() argument 764 if (docopy != 0) { in unionfs_copyfile()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_socket.c | 1172 bool docopy; in linux_getifconf() local 1181 docopy = ifc.ifc_req != NULL; in linux_getifconf() 1182 if (docopy) { in linux_getifconf() 1238 if (docopy) in linux_getifconf()
|
| /netbsd-src/sys/fs/union/ |
| H A D | union_subr.c | 689 union_copyup(struct union_node *un, int docopy, kauth_cred_t cred, in union_copyup() argument 704 if (docopy) { in union_copyup()
|
| /netbsd-src/sys/net/ |
| H A D | if.c | 3655 const bool docopy = ifc->ifc_req != NULL; in ifconf() 3658 if (docopy) { in ifconf() 3682 if (!docopy) { in ifconf() 3701 if (!docopy) { in ifconf() 3725 if (docopy) { in ifconf() 3654 const bool docopy = ifc->ifc_req != NULL; ifconf() local
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | fd.c | 1277 goto docopy; in fdcintr() 1316 docopy: in fdcintr()
|