HomeSort by: relevance | last modified time | path
    Searched refs:docopy (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kadmin/
del_enctype.c 99 int docopy = 1; local
104 docopy = 0;
108 if (docopy) {
  /src/sys/compat/common/
uipc_syscalls_40.c 56 const bool docopy = ifc->ifc_req != NULL; local
57 if (docopy) {
158 if (docopy)
  /src/crypto/external/apache2/openssl/dist/test/
bio_addr_test.c 136 int docopy = idx & 1; local
144 if (docopy) {
  /src/bin/csh/
hist.c 101 enthist(int event, struct wordent *lp, int docopy)
116 if (docopy) {
  /src/sys/kern/
subr_bufq.c 309 docopy(char *buf, size_t *bufoffp, size_t buflen, function
336 return docopy(buf, bufoffp, buflen, datap, strlen(datap));
343 return docopy(buf, bufoffp, buflen, "", 1);
  /src/sys/compat/linux32/common/
linux32_socket.c 425 bool docopy; local
434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL;
435 if (docopy) {
491 if (docopy)
  /src/sys/fs/unionfs/
unionfs.h 130 int unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred);
unionfs_subr.c 727 * If you need copy of the contents, set 1 to docopy. Otherwise, set 0 to
728 * docopy.
733 unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred)
764 if (docopy != 0) {
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfmerge.c 862 int verbose = 0, docopy = 0; local
878 docopy = 1;
930 if (docopy) {
977 if (docopy) {
  /src/sys/compat/linux/common/
linux_socket.c 1194 bool docopy; local
1203 docopy = ifc.ifc_req != NULL;
1204 if (docopy) {
1260 if (docopy)
  /src/sys/fs/union/
union_subr.c 689 union_copyup(struct union_node *un, int docopy, kauth_cred_t cred,
704 if (docopy) {
  /src/sys/net/
if.c 3617 const bool docopy = ifc->ifc_req != NULL; local
3620 if (docopy) {
3644 if (!docopy) {
3663 if (!docopy) {
3687 if (docopy) {
  /src/sys/arch/x68k/dev/
fd.c 136 DOCOPY,
1277 goto docopy;
1315 case DOCOPY:
1316 docopy:
1317 DPRINTF(("fdcintr: DOCOPY:\n"));

Completed in 156 milliseconds