/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | Makefile | 63 $(NATIVE_BUILD)PROG = $(MYPROG:%=%-native) 64 $(NATIVE_BUILD)OBJS = $(MYOBJS:%.o=%-native.o) 87 $(MYPROG:%=%-native) 114 -L$(LIBUUTIL)/native -R $(LIBUUTIL)/native \ 115 -L$(LIBSCF)/native -R $(LIBSCF)/native \ 128 native: FRC target 129 @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install 130 @cd $(LIBSCF)/native; pwd; $(MAKE) $(MFLAGS) install 146 svccfg_help-native.o: svccfg_grammar.h 154 $(RM) $(MYOBJS) $(MYOBJS:%.o=%-native.o) $(LNTS) [all …]
|
/titanic_50/usr/src/cmd/sgs/ |
H A D | Makefile | 115 all install: native-add .WAIT $(SUBDIRS) 149 clean clobber: native-clobber .WAIT $(SUBDIRS) $(MSGDIR) 161 native-add: native-proto FRC 162 @ cd tools/$(MACH); pwd; $(MAKE) native 164 @ cd libelf/$(MACH); pwd; $(MAKE) native 165 @ cd liblddbg/$(MACH); pwd; $(MAKE) native 166 @ cd libldstab/$(MACH); pwd; $(MAKE) native 167 @ cd libld/$(MACH); pwd; $(MAKE) native 168 @ cd ld/$(MACH); pwd; $(MAKE) native 170 native-clobber: [all …]
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | Makefile | 46 $(NATIVE_BUILD)PROG = $(MYPROG:%=%-native) 47 $(NATIVE_BUILD)OBJS = $(MYOBJS:%.o=%-native.o) 65 CLOBBERFILES += $(MYPROG:%=%-native) 83 -L$(LIBUUTIL)/native -R $(LIBUUTIL)/native $(MYLDLIBS) 90 $(NATIVE_BUILD)OBJSQLITE = $(ROOT)/lib/libsqlite-native.o 100 .PARALLEL: $(MYOBJS) $(MYOBJS:%.o=%-native.o) 104 native: FRC target 105 @cd $(LIBUUTIL)/native; pwd; $(MAKE) $(MFLAGS) install 112 %-native.o: %.c 122 $(RM) $(MYOBJS) $(MYOBJS:%.o=%-native.o)
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | ccode | 24 printf("#define CC_NATIVE CC_EBCDIC_E /* native character code */\n"); 27 printf("#define CC_NATIVE CC_ASCII /* native character code */\n"); 33 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n"); 39 printf("#define CC_NATIVE CC_EBCDIC_H /* native character code */\n"); 42 printf("#define CC_NATIVE CC_EBCDIC_I /* native character code */\n"); 49 printf("#define CC_NATIVE CC_EBCDIC_S /* native character code */\n"); 55 printf("#define CC_NATIVE CC_EBCDIC_O /* native character code */\n"); 58 printf("#define CC_NATIVE CC_ASCII /* native character code */\n");
|
H A D | dirent | 76 #include $_nxt_dirent /* the native <dirent.h> */ 92 #include $_nxt_dirent /* the native <dirent.h> */ 123 #include $_nxt_dirent /* the native <dirent.h> */ 136 #include $_nxt_dirent /* the native <dirent.h> */ 164 #include $_nxt_dirent /* the native <dirent.h> */
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_print.h | 53 __nis_mapping_item_type_t native); 55 __nis_mapping_item_type_t native); 57 __nis_mapping_item_type_t native); 59 __nis_mapping_item_type_t native);
|
H A D | ldap_print.c | 103 printMappingItem(__nis_mapping_item_t *i, __nis_mapping_item_type_t native) { in printMappingItem() argument 104 __nis_value_t *val = getMappingItem(i, native, 0, 0, NULL); in printMappingItem() 123 __nis_mapping_item_type_t native) { in printMappingSubElement() argument 129 printMappingItem(&e->element.item, native); in printMappingSubElement() 136 printMappingItem(&e->element.print.item[i], native); in printMappingSubElement() 145 printMappingItem(&e->element.split.item, native); in printMappingSubElement() 153 printMappingItem(&e->element.extract.item, native); in printMappingSubElement() 166 __nis_mapping_item_type_t native) { in printMappingElement() argument 172 printMappingItem(&e->element.item, native); in printMappingElement() 180 &e->element.print.subElement[i], native); in printMappingElement() [all …]
|
H A D | ldap_val.h | 66 __nis_mapping_item_type_t native, 81 __nis_mapping_item_type_t native, 127 __nis_mapping_item_type_t native,
|
/titanic_50/usr/src/lib/libsqlite/ |
H A D | Makefile.com | 140 NATIVERELOC = libsqlite-native.o 142 NATIVEOBJS = $(OBJS:%.o=%-native.o) 187 .PARALLEL: $(OBJS) $(OBJS:%.o=%-native.o) 212 native: $(NATIVERELOC) 214 $(NATIVERELOC): objs .WAIT $(OBJS:%.o=%-native.o) 215 $(LD) -r -o $(NATIVERELOC) $(OBJS:%.o=%-native.o) 254 objs/%-native.o: $(SRCDIR)/%.c $(GENHDR) 258 objs/%-native.o: %.c $(GENHDR) 262 objs/parse-native.o: parse.c $(GENHDR)
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 139 char* native; in b_getconf() local 159 if (*(native = astconf("GETCONF", NiL, NiL)) != '/') in b_getconf() 160 native = 0; in b_getconf() 169 if (native) in b_getconf() 206 if (native) in b_getconf() 213 if (native) in b_getconf() 242 flags = native ? (ASTCONF_system|ASTCONF_error) : 0; in b_getconf()
|
/titanic_50/usr/src/common/nvpair/ |
H A D | nvpair.c | 2459 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf, in nvs_native_create() argument 2465 nvs->nvs_private = native; in nvs_native_create() 2466 native->n_curr = native->n_base = buf; in nvs_native_create() 2467 native->n_end = buf + buflen; in nvs_native_create() 2468 native->n_flag = 0; in nvs_native_create() 2472 nvs->nvs_private = native; in nvs_native_create() 2473 native->n_curr = native->n_base = native->n_end = NULL; in nvs_native_create() 2474 native->n_flag = 0; in nvs_native_create() 2490 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; in native_cp() local 2492 if (native->n_curr + size > native->n_end) in native_cp() [all …]
|
/titanic_50/usr/src/lib/libtnf/ |
H A D | reader.c | 38 int native; in tnf_reader_begin() local 51 native = 1; /* same endian */ in tnf_reader_begin() 53 native = 0; /* other endian */ in tnf_reader_begin() 65 tnf->file_native = native; in tnf_reader_begin()
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | dirent | 67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */ 68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */ 75 #include <../include/dirent.h> /* the native <dirent.h> */ 88 #include <../include/dirent.h> /* the native <dirent.h> */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | dirent | 67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */ 68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */ 75 #include <../include/dirent.h> /* the native <dirent.h> */ 88 #include <../include/dirent.h> /* the native <dirent.h> */
|
/titanic_50/usr/src/cmd/sgs/tools/i386/ |
H A D | Makefile | 32 all: native $(PROGS) $(LIBS) 34 native: $(NATIVE) target
|
/titanic_50/usr/src/cmd/sgs/tools/sparc/ |
H A D | Makefile | 32 all: native $(PROGS) $(LIBS) 34 native: $(NATIVE) target
|
/titanic_50/usr/src/lib/libuutil/ |
H A D | Makefile | 56 all clean clobber install: native $(SUBDIRS) 68 native $(SUBDIRS): FRC target
|
/titanic_50/usr/src/lib/libscf/ |
H A D | Makefile | 56 all clean clobber install: native $(SUBDIRS) 68 $(SUBDIRS) native: FRC target
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | dirent | 67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */ 68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */ 75 #include <../include/dirent.h> /* the native <dirent.h> */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | dirent | 67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */ 68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */ 75 #include <../include/dirent.h> /* the native <dirent.h> */
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | mount.c | 75 struct mounta native; in mount() local 80 uap = &native; in mount()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_raid.c | 117 uint32_t native; in mptsas_raidconf_page_0_cb() local 159 native = ddi_get32(accessp, &raidconfig_page0->Flags); in mptsas_raidconf_page_0_cb() 160 if (native & MPI2_RAIDCONFIG0_FLAG_FOREIGN_CONFIG) { in mptsas_raidconf_page_0_cb() 161 native = FALSE; in mptsas_raidconf_page_0_cb() 163 native = TRUE; in mptsas_raidconf_page_0_cb() 165 raidconfig->m_native = (uint8_t)native; in mptsas_raidconf_page_0_cb() 177 for (i = 0; ((i < numelements) && native); i++, element++) { in mptsas_raidconf_page_0_cb()
|
/titanic_50/usr/src/cmd/svc/seed/ |
H A D | Makefile | 115 CONFIGD = ../configd/svc.configd-native 116 SVCCFG = ../svccfg/svccfg-native 123 @cd ../configd; pwd; $(MAKE) $(MFLAGS) native 126 @cd ../svccfg; pwd; $(MAKE) $(MFLAGS) native
|
/titanic_50/usr/src/cmd/sgs/ld/ |
H A D | Makefile.com | 52 native := LDFLAGS = -R$(SGSPROTO) $(ZNOVERSION) 53 native := LDLIBS = -L$(SGSPROTO) $(LD_LIB) -lelf $(CONVLIBDIR) \
|
/titanic_50/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 118 LCID native; member 348 n += GetLocaleInfo(lcid, map[i].native, 0, 0); in native_lc_time() 354 if (!(m = GetLocaleInfo(lcid, map[i].native, s, n))) in native_lc_time() 432 int native; member 508 if (!(t = nl_langinfo(map[i].native))) in native_lc_time() 518 if (!(t = nl_langinfo(map[i].native))) in native_lc_time()
|