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

  /src/sys/compat/common/
uipc_syscalls_40.c 56 const bool docopy = ifc->ifc_req != NULL; local in function:compat_ifconf
57 if (docopy) {
158 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 306 docopy(char *buf, size_t *bufoffp, size_t buflen, function in typeref:typename:int
333 return docopy(buf, bufoffp, buflen, datap, strlen(datap));
340 return docopy(buf, bufoffp, buflen, "", 1);
  /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/sys/compat/linux32/common/
linux32_socket.c 425 bool docopy; local in function:linux32_getifconf
434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL;
435 if (docopy) {
491 if (docopy)
  /src/sys/compat/linux/common/
linux_socket.c 1194 bool docopy; local in function:linux_getifconf
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 3660 const bool docopy = ifc->ifc_req != NULL; local in function:ifconf
3663 if (docopy) {
3687 if (!docopy) {
3706 if (!docopy) {
3730 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 21 milliseconds