| /netbsd-src/sys/external/bsd/common/include/linux/ |
| H A D | slab.h | 135 struct linux_malloc *olm, *nlm; in krealloc() local 139 nlm = kmem_intr_zalloc(sizeof(*nlm) + size, kmflags); in krealloc() 141 nlm = kmem_intr_alloc(sizeof(*nlm) + size, kmflags); in krealloc() 142 if (nlm == NULL) in krealloc() 145 nlm->lm_size = size; in krealloc() 148 memcpy(nlm + 1, olm + 1, MIN(nlm->lm_size, olm->lm_size)); in krealloc() 151 return nlm + 1; in krealloc()
|
| /netbsd-src/sys/dev/rcons/ |
| H A D | raster_op.c | 1103 u_int32_t dl, lm, nlm, rm, nrm; in raster_op_nosrc_noclip() local 1129 nlm = ~lm; in raster_op_nosrc_noclip() 1136 /*pst*/ *dstlin = ( *dstlin & lm ) | ( dl & nlm ); ) in raster_op_nosrc_noclip() 1146 nlm = ~lm; in raster_op_nosrc_noclip() 1162 /*pst*/ *dstlong = ( *dstlong & lm ) | ( dl & nlm ); ) in raster_op_nosrc_noclip() 1199 u_int32_t dl, lm, nlm, rm, nrm; in raster_op_nosrc_noclip() local 1236 nlm = ~lm; in raster_op_nosrc_noclip() 1243 /*pst*/ *dstlin = ( *dstlin & lm ) | ( dl & nlm ); ) in raster_op_nosrc_noclip() 1253 nlm = ~lm; in raster_op_nosrc_noclip() 1269 /*pst*/ *dstlong = ( *dstlong & lm ) | ( dl & nlm ); ) in raster_op_nosrc_noclip() [all …]
|
| /netbsd-src/sys/fs/nfs/ |
| H A D | files.newnfs | 38 file fs/nfs/nlm/nlm_advlock.c new_nfslockd | new_nfsserver 39 file fs/nfs/nlm/nlm_prot_clnt.c new_nfslockd | new_nfsserver 40 file fs/nfs/nlm/nlm_prot_impl.c new_nfslockd | new_nfsserver 41 file fs/nfs/nlm/nlm_prot_server.c new_nfslockd | new_nfsserver 42 file fs/nfs/nlm/nlm_prot_svc.c new_nfslockd | new_nfsserver 43 file fs/nfs/nlm/nlm_prot_xdr.c new_nfslockd | new_nfsserver 44 file fs/nfs/nlm/sm_inter_xdr.c new_nfslockd | new_nfsserver
|
| H A D | nfs2netbsd.sh | 154 mv nlm fs/nfs/nlm || exit 1
|
| H A D | README.newnfs | 12 nlm/ - kernel-side nfs lock manager, from sys/nlm in freebsd
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | getifaddrs.c | 452 struct nlmsg_list *nlm, *nlm_next; in free_nlmsglist() local 457 for (nlm=nlm0; nlm; nlm=nlm_next){ in free_nlmsglist() 458 if (nlm->nlh) in free_nlmsglist() 459 free(nlm->nlh); in free_nlmsglist() 460 nlm_next=nlm->nlm_next; in free_nlmsglist() 461 free(nlm); in free_nlmsglist() 507 struct nlmsg_list *nlmsg_list, *nlmsg_end, *nlm; in rk_getifaddrs() local 586 for (nlm=nlmsg_list; nlm; nlm=nlm->nlm_next){ in rk_getifaddrs() 587 int nlmlen = nlm->size; in rk_getifaddrs() 588 if (!(nlh0 = nlm->nlh)) in rk_getifaddrs() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | PRBTree.cc | 178 LMap *nlm = rb_new_node (lm); in rb_copy_node() local 179 rb_fix_chld (lm->parent, nlm, rb_which_chld (lm)); in rb_copy_node() 183 rb_fix_chld (nlm, rb_child (lm, d, curts), d); in rb_copy_node() 188 rb_fix_chld (nlm, rb_child (lm, dd, curts), dd); in rb_copy_node() 189 return nlm; in rb_copy_node()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | PRBTree.cc | 178 LMap *nlm = rb_new_node (lm); in rb_copy_node() local 179 rb_fix_chld (lm->parent, nlm, rb_which_chld (lm)); in rb_copy_node() 183 rb_fix_chld (nlm, rb_child (lm, d, curts), d); in rb_copy_node() 188 rb_fix_chld (nlm, rb_child (lm, dd, curts), dd); in rb_copy_node() 189 return nlm; in rb_copy_node()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | netware | 10 !:ext nlm
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ChangeLog-2018 | 761 * nlm/ChangeLog-9315: Delete. 762 * nlm/alpha-ext.h: Delete. 763 * nlm/common.h: Delete. 764 * nlm/external.h: Delete. 765 * nlm/i386-ext.h: Delete. 766 * nlm/internal.h: Delete. 767 * nlm/ppc-ext.h: Delete. 768 * nlm/sparc32-ext.h: Delete.
|
| H A D | ChangeLog-2016 | 827 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
|
| /netbsd-src/external/gpl3/gdb/dist/include/ |
| H A D | ChangeLog-2018 | 761 * nlm/ChangeLog-9315: Delete. 762 * nlm/alpha-ext.h: Delete. 763 * nlm/common.h: Delete. 764 * nlm/external.h: Delete. 765 * nlm/i386-ext.h: Delete. 766 * nlm/internal.h: Delete. 767 * nlm/ppc-ext.h: Delete. 768 * nlm/sparc32-ext.h: Delete.
|
| H A D | ChangeLog-2016 | 827 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/ |
| H A D | ChangeLog-2018 | 761 * nlm/ChangeLog-9315: Delete. 762 * nlm/alpha-ext.h: Delete. 763 * nlm/common.h: Delete. 764 * nlm/external.h: Delete. 765 * nlm/i386-ext.h: Delete. 766 * nlm/internal.h: Delete. 767 * nlm/ppc-ext.h: Delete. 768 * nlm/sparc32-ext.h: Delete.
|
| H A D | ChangeLog-2016 | 827 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ChangeLog-2018 | 761 * nlm/ChangeLog-9315: Delete. 762 * nlm/alpha-ext.h: Delete. 763 * nlm/common.h: Delete. 764 * nlm/external.h: Delete. 765 * nlm/i386-ext.h: Delete. 766 * nlm/internal.h: Delete. 767 * nlm/ppc-ext.h: Delete. 768 * nlm/sparc32-ext.h: Delete.
|
| H A D | ChangeLog-2016 | 827 mach-o/ChangeLog-1115, nlm/ChangeLog-9315, opcode/ChangeLog-0415,
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1994 | 108 * nlm/gdbserve.c, nlm/ppc.c, nlm/ppc.h: Don't try to use 462 * nlm/alpha.c (strtol): Remove, it is provided by NetWare C library. 463 * nlm/gdbserve.def (strtol): Add to import list. 464 * nlm/fake_aio.c: Remove file, no longer used. 467 * nlm/Makefile.in (gdbserve.O): Link with ${CC_FOR_TARGET}. 508 * nlm/gdbserve.c: Include <nwtypes.h> before other NetWare headers. 509 * nlm/ppc.c: Likewise. 511 * nlm/ppc.c (strtol): Remove, it is provided by NetWare C Library. 732 * nlm/Makefile.in: install gdbserve.nlm. 1174 * nlm/i386.c (flush_i_cache): New function, does nothing. [all …]
|
| H A D | ChangeLog-1995 | 1355 * nlm/Makefile.in (maintainer-clean): Likewise. 2563 * nlm/{configure.in, Makefile.in}: Converted to use autoconf. 2564 * nlm/configure: New file, generated with autoconf 2.3. 2566 * nlm/configure.in: Use sed instead of awk to get the value of 2873 * nlm/configure.in (gdb_host, gdb_host_cpu, gdb_target): Removed. 3123 * nlm/Makefile.in: Remove comments discussing munch. 3592 * nlm/gdbserve.c (handle_exception): #if out call to StopBell, 3594 * nlm/ppc.c (StopBell): Removed. 3641 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def 3646 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h, [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1994 | 108 * nlm/gdbserve.c, nlm/ppc.c, nlm/ppc.h: Don't try to use 462 * nlm/alpha.c (strtol): Remove, it is provided by NetWare C library. 463 * nlm/gdbserve.def (strtol): Add to import list. 464 * nlm/fake_aio.c: Remove file, no longer used. 467 * nlm/Makefile.in (gdbserve.O): Link with ${CC_FOR_TARGET}. 508 * nlm/gdbserve.c: Include <nwtypes.h> before other NetWare headers. 509 * nlm/ppc.c: Likewise. 511 * nlm/ppc.c (strtol): Remove, it is provided by NetWare C Library. 732 * nlm/Makefile.in: install gdbserve.nlm. 1174 * nlm/i386.c (flush_i_cache): New function, does nothing. [all …]
|
| H A D | ChangeLog-1995 | 1355 * nlm/Makefile.in (maintainer-clean): Likewise. 2563 * nlm/{configure.in, Makefile.in}: Converted to use autoconf. 2564 * nlm/configure: New file, generated with autoconf 2.3. 2566 * nlm/configure.in: Use sed instead of awk to get the value of 2873 * nlm/configure.in (gdb_host, gdb_host_cpu, gdb_target): Removed. 3123 * nlm/Makefile.in: Remove comments discussing munch. 3592 * nlm/gdbserve.c (handle_exception): #if out call to StopBell, 3594 * nlm/ppc.c (StopBell): Removed. 3641 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def 3646 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h, [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 334 * config.bfd (alpha-*-netware*): New target; use alpha-nlm. 335 * config/alpha-nlm.mt: New file. 337 nlm32.o, and nlm.o. 809 * config/i386-nlm.mt: bring in elf config; make it the default. 930 ieee.c, mipsbsd.c, nlm-target.h, oasys.c, osf-core.c, som.c, 1249 (CFILES): Add nlm.c. 2203 * config/i386-nlm.mt (DEFAULT_VECTOR): It's nlm32_i386_vec, not 2268 Include nlm32.o and nlm.o for bfd_nlm32_i386_vec. 2305 * nlm.c (nlm_mkobject): Set architecture and machine from backend 2639 * nlm-target.h: Define all the nlm functions here either as [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-9193 | 334 * config.bfd (alpha-*-netware*): New target; use alpha-nlm. 335 * config/alpha-nlm.mt: New file. 337 nlm32.o, and nlm.o. 809 * config/i386-nlm.mt: bring in elf config; make it the default. 930 ieee.c, mipsbsd.c, nlm-target.h, oasys.c, osf-core.c, som.c, 1249 (CFILES): Add nlm.c. 2203 * config/i386-nlm.mt (DEFAULT_VECTOR): It's nlm32_i386_vec, not 2268 Include nlm32.o and nlm.o for bfd_nlm32_i386_vec. 2305 * nlm.c (nlm_mkobject): Set architecture and machine from backend 2639 * nlm-target.h: Define all the nlm functions here either as [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 334 * config.bfd (alpha-*-netware*): New target; use alpha-nlm. 335 * config/alpha-nlm.mt: New file. 337 nlm32.o, and nlm.o. 809 * config/i386-nlm.mt: bring in elf config; make it the default. 930 ieee.c, mipsbsd.c, nlm-target.h, oasys.c, osf-core.c, som.c, 1249 (CFILES): Add nlm.c. 2203 * config/i386-nlm.mt (DEFAULT_VECTOR): It's nlm32_i386_vec, not 2268 Include nlm32.o and nlm.o for bfd_nlm32_i386_vec. 2305 * nlm.c (nlm_mkobject): Set architecture and machine from backend 2639 * nlm-target.h: Define all the nlm functions here either as [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-9193 | 334 * config.bfd (alpha-*-netware*): New target; use alpha-nlm. 335 * config/alpha-nlm.mt: New file. 337 nlm32.o, and nlm.o. 809 * config/i386-nlm.mt: bring in elf config; make it the default. 930 ieee.c, mipsbsd.c, nlm-target.h, oasys.c, osf-core.c, som.c, 1249 (CFILES): Add nlm.c. 2203 * config/i386-nlm.mt (DEFAULT_VECTOR): It's nlm32_i386_vec, not 2268 Include nlm32.o and nlm.o for bfd_nlm32_i386_vec. 2305 * nlm.c (nlm_mkobject): Set architecture and machine from backend 2639 * nlm-target.h: Define all the nlm functions here either as [all …]
|