Searched refs:newp (Results 126 - 150 of 175) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Drfc6056.c892 if (error || newp == NULL ||
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_subr.c584 if (newp != NULL)
653 if (newp != NULL)
H A Duipc_mbuf.c262 if (error || newp == NULL)
324 if (newp != NULL)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Ddwarf.c1223 die_base_name_parse(const char *name, char **newp) argument
1294 *newp = xstrdup(buf);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dac97.c2308 if (error || newp == NULL)
2322 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dip6_input.c1622 if (error || newp == NULL)
1646 if (error || newp == NULL)
H A Dnd6.c2291 void *newp, /* syscall arg, need copyin */
2301 if (newp)
2287 nd6_sysctl( int name, void *oldp, size_t *oldlenp, void *newp, size_t newlen ) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_vte.c1695 if (error || newp == NULL)
1717 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-common.c4532 char *newp = (char *) alloca (len - 1);
4534 strcpy (newp, &p[2]);
4535 newp[len - 4] = '\0';
4536 p = newp;
4515 char *newp = (char *) alloca (len - 1); local
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dichlpcib.c896 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpowernow.c342 if (error || newp == NULL)
H A Dest.c1401 if (err != 0 || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/dev/nor/
H A Dnor.c992 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dhash_page.c323 new_bufp = ret.newp;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_tap.c1348 * setting oldp and newp as required by the operation. When the
1353 * If newp is NULL, the user was reading the value, so we don't
1381 if (error || newp == NULL)
H A Drtsock.c1170 const void *new = newp;
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_netbsd.c113 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_vfsops.c1027 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/dev/pckbport/
H A Dsynaptics.c566 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C393 unsigned short precision(int newp) { argument
394 unsigned short oldp = _precision; _precision = (unsigned short)newp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C393 unsigned short precision(int newp) { argument
394 unsigned short oldp = _precision; _precision = (unsigned short)newp;
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dzic.c414 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dlom.c1231 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dubt.c720 if (error || newp == NULL)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c2390 struct berval noldp, newp; local
2399 dnParent( &entry->e_name, &newp );
2400 op->orr_newSup = &newp;

Completed in 480 milliseconds

1234567