Searched refs:NM (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h105 #define VFS_MOUNTROOT(VFSP, VPP, NM) \
106 (*(VFSP)->vfs_op->vfs_mountroot)(VFSP, VPP, NM)
107 #define VFS_SWAPVP(VFSP, VPP, NM) (*(VFSP)->vfs_op->vfs_swapvp)(VFSP, VPP, NM)
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c154 for (p=contab; p < &contab[NM]; p++)
156 for (p=contab; p < &contab[NM]; p++) {
307 for (i = 0; i < NM; i++) {
311 if (i == NM || (nextb = alloc()) == 0) {
316 NM);
454 if (oldmn >= 0 && oldmn < NM) {
1014 for (i = 0; i < NM; i++) {
H A Dtdef.h162 #define NM 500 /* requests + macros */ macro
420 } contab[NM];
H A Dni.c133 struct contab contab[NM] = {
/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile7 NM?= nm macro
101 ${NM} -t d ${.ALLSRC} | awk '/([0-9])+ T xread/ \
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h189 struct NM { struct in union:rock_ridge::__anon2191
H A Dfsys_iso9660.c239 name_len = rr_ptr.rr->len - (4+sizeof(struct NM));
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l118 :{WS}*nm { return NM; }
H A Dfsdb_yacc.y89 %token GID LN MD MAJ MIO NM SZ UID UNIQ
536 nm : NM '=' expr { set_file(NM, i_number << l2b, $3); }
H A Dfsdb.c673 case NM :
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S327 push $0x7 # Int 0x7: #NM

Completed in 231 milliseconds