/titanic_50/usr/src/man/man3ext/ |
H A D | Makefile | 19 MANSECT= 3ext 21 MANFILES= NOTE.3ext \ 22 SUNW_C_GetMechSession.3ext \ 23 auto_ef.3ext \ 24 crypt.3ext \ 25 demangle.3ext \ 26 ecb_crypt.3ext \ 27 efi_alloc_and_init.3ext \ 28 ld_support.3ext \ 29 md4.3ext \ [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 17 file path=usr/share/man/man3ext/NOTE.3ext 18 file path=usr/share/man/man3ext/SUNW_C_GetMechSession.3ext 19 file path=usr/share/man/man3ext/auto_ef.3ext 20 file path=usr/share/man/man3ext/crypt.3ext 21 file path=usr/share/man/man3ext/demangle.3ext 22 file path=usr/share/man/man3ext/ecb_crypt.3ext 23 file path=usr/share/man/man3ext/efi_alloc_and_init.3ext 24 file path=usr/share/man/man3ext/ld_support.3ext 25 file path=usr/share/man/man3ext/md4.3ext 26 file path=usr/share/man/man3ext/md5.3ext [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgobjmap.c | 217 struct cfextra *ext, **ext_ptr; in seed_pkgobjmap() local 233 ext = *ext_ptr; in seed_pkgobjmap() 235 (void) memcpy(ext, ext_entry, sizeof (struct cfextra)); in seed_pkgobjmap() 238 client_path_os = ((ptrdiff_t)ext->client_path - in seed_pkgobjmap() 239 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 240 server_path_os = ((ptrdiff_t)ext->server_path - in seed_pkgobjmap() 241 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 242 map_path_os = ((ptrdiff_t)ext->map_path - in seed_pkgobjmap() 243 (ptrdiff_t)ext->cf_ent.path); in seed_pkgobjmap() 244 client_local_os = ((ptrdiff_t)ext->client_local - in seed_pkgobjmap() [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | sortmap.c | 57 static int client_refer(struct cfextra **ext); 58 static int server_refer(struct cfextra **ext); 147 client_refer(struct cfextra **ext) in client_refer() argument 151 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) { in client_refer() 152 ext[count]->cf_ent.path = ext[count]->client_path; in client_refer() 153 ext[count]->cf_ent.ainfo.local = ext[count]->client_local; in client_refer() 160 server_refer(struct cfextra **ext) in server_refer() argument 164 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) { in server_refer() 165 ext[count]->cf_ent.path = ext[count]->server_path; in server_refer() 166 ext[count]->cf_ent.ainfo.local = ext[count]->server_local; in server_refer()
|
H A D | dockspace.c | 191 struct cfextra *ext; in readmap() local 202 for (i = 0; (ext = extlist[i]) != NULL; i++) { in readmap() 203 ept = &(ext->cf_ent); in readmap() 220 if (ext->fsys_value == BADFSYS) in readmap() 221 ext->fsys_value = fsys(tpath); in readmap() 228 if (use_srvr_map_n(ext->fsys_value)) in readmap() 229 ext->fsys_base = resolved_fsys(tpath); in readmap() 231 ext->fsys_base = ext->fsys_value; in readmap() 233 if (fsys_stat(ext->fsys_base)) { in readmap() 242 if (is_remote_fs_n(ext->fsys_value) && in readmap() [all …]
|
H A D | instvol.c | 156 struct cfextra *ext; in instvol() local 248 ext = extlist[0]; in instvol() 249 ept = &(ext->cf_ent); in instvol() 253 ext = extlist[entryidx]; in instvol() 254 ept = &(ext->cf_ent); in instvol() 255 mstat = &(ext->mstat); in instvol() 271 if (absolutepath(ext->map_path) == B_TRUE && in instvol() 272 parametricpath(ext->cf_ent.ainfo.local, in instvol() 281 relocpath ? relocpath : ext->map_path); in instvol() 286 ext->map_path); in instvol() [all …]
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 199 if (statp->_u._ext.ext != NULL) in __res_vinit() 243 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit() 244 if (statp->_u._ext.ext != NULL) { in __res_vinit() 245 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit() 246 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; in __res_vinit() 247 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit() 248 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit() 482 sizeof(statp->_u._ext.ext->nsaddrs[0]); in __res_vinit() 496 if (statp->_u._ext.ext != NULL) { in __res_vinit() 497 memcpy(&statp->_u._ext.ext->nsaddrs[nserv], in __res_vinit() [all …]
|
H A D | res_send.c | 195 if (EXT(statp).ext == NULL) in res_ourserver_p() 319 if (statp->nscount == 0 || EXT(statp).ext == NULL) { in res_nsend() 348 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) { in res_nsend() 382 EXT(statp).ext->nsaddrs[ns].sin = in res_nsend() 400 if (EXT(statp).ext != NULL) in res_nsend() 401 inu = EXT(statp).ext->nsaddrs[0]; in res_nsend() 406 if (EXT(statp).ext != NULL) in res_nsend() 407 EXT(statp).ext->nsaddrs[ns] = in res_nsend() 408 EXT(statp).ext->nsaddrs[ns + 1]; in res_nsend() 413 if (EXT(statp).ext != NULL) in res_nsend() [all …]
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_oss.c | 133 oss_mixext *ext; in oss_add_control() local 151 ext = &odev->d_exts[odev->d_nctrl]; in oss_add_control() 152 ext->ctrl = odev->d_nctrl; in oss_add_control() 153 ext->control_no = -1; in oss_add_control() 154 ext->type = MIXT_GROUP; in oss_add_control() 155 ext->desc = MIXEXT_SCOPE_OUTPUT; in oss_add_control() 156 ext->timestamp = gethrtime(); in oss_add_control() 157 (void) snprintf(ext->id, sizeof (ext->id), "PLAYBACK"); in oss_add_control() 165 ext = &odev->d_exts[odev->d_nctrl]; in oss_add_control() 166 ext->ctrl = odev->d_nctrl; in oss_add_control() [all …]
|
/titanic_50/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 34 # ext type pp t rrrr addr ii ll tt 50 # ext type pp t rrrr addr ii ll tt 66 # ext type pp t rrrr addr ii ll tt 82 # ext type pp t rrrr addr ii ll tt 98 # ext type pp t rrrr addr ii ll tt 114 # ext type pp t rrrr addr ii ll tt 131 # ext type pp t rrrr addr ii ll tt 148 # ext type pp t rrrr addr ii ll tt 164 # ext type pp t rrrr addr ii ll tt 180 # ext type pp t rrrr addr ii ll tt [all …]
|
/titanic_50/usr/src/cmd/svr4pkg/installf/ |
H A D | installf.c | 63 static int validate(struct cfextra *ext, int argc, char *argv[]); 130 validate(struct cfextra *ext, int argc, char *argv[]) in validate() argument 136 ept = &(ext->cf_ent); in validate() 168 if (eval_path(&(ext->server_path), &(ext->client_path), in validate() 169 &(ext->map_path), argv[n++]) == 0) in validate() 172 ept->path = ext->client_path; in validate() 205 ext->server_local = pathdup(pt+1); in validate() 206 ext->client_local = ext->server_local; in validate() 208 ept->ainfo.local = ext->client_local; in validate()
|
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats.c | 51 stats_init(int ext) in stats_init() argument 53 Ext = ext; in stats_init() 117 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() argument 119 if (ext && !Ext) in stats_new_counter() 170 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse() argument 172 if (ext && !Ext) in stats_new_elapse() 202 stats_new_string(const char *name, const char *desc, int ext) in stats_new_string() argument 206 if (ext && !Ext) in stats_new_string()
|
/titanic_50/usr/src/cmd/cdrw/ |
H A D | write_audio.c | 45 char *ext; in open_audio() local 49 ext = (char *)(strrchr(fname, '.')); in open_audio() 50 if (ext) { in open_audio() 51 ext++; in open_audio() 53 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) { in open_audio()
|
H A D | util.c | 162 get_audio_type(char *ext) in get_audio_type() argument 164 if ((strcasecmp(ext, "au") == 0) || in get_audio_type() 165 (strcasecmp(ext, "sun") == 0)) in get_audio_type() 167 if ((strcasecmp(ext, "wav") == 0) || in get_audio_type() 168 (strcasecmp(ext, "riff") == 0)) in get_audio_type() 170 if (strcasecmp(ext, "cda") == 0) in get_audio_type() 172 if (strcasecmp(ext, "aur") == 0) in get_audio_type()
|
H A D | dae.c | 62 char *ext; in open_audio_for_extraction() local 65 ext = (char *)(strrchr(fname, '.')); in open_audio_for_extraction() 66 if (ext) { in open_audio_for_extraction() 67 ext++; in open_audio_for_extraction() 69 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) { in open_audio_for_extraction()
|
/titanic_50/usr/src/cmd/tbl/ |
H A D | tv.c | 23 char *exb=0, *ext=0; in drawvert() local 73 ext = ".5m"; break; in drawvert() 75 ext= ".5m"; ept = -1; break; in drawvert() 109 if (ext) in drawvert() 110 fprintf(tabout, "-(%s)",ext); in drawvert() 119 if (ext) in drawvert() 120 fprintf(tabout, "+%s",ext); in drawvert()
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | stats.c | 68 stats_init(int ext) in stats_init() argument 70 Ext = ext; in stats_init() 126 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() argument 128 if (ext && !Ext) in stats_new_counter() 179 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse() argument 181 if (ext && !Ext) in stats_new_elapse() 210 stats_new_string(const char *name, const char *desc, int ext) in stats_new_string() argument 212 if (ext && !Ext) in stats_new_string()
|
H A D | stats.h | 39 void stats_init(int ext); 42 struct stats *stats_new_counter(const char *name, const char *desc, int ext); 48 struct stats *stats_new_elapse(const char *name, const char *desc, int ext); 51 struct stats *stats_new_string(const char *name, const char *desc, int ext);
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | ypserv_ancil.c | 71 char *ext; local 103 ext = &(dp->d_name[namesz - (sizeof (dbm_pag) - 1)]); 105 if (strcmp(ext, dbm_pag) != 0) 108 *ext = '\0';
|
/titanic_50/usr/src/cmd/mdb/test/ |
H A D | mtest.sh | 67 local expect base ext exe command odir res reason input 71 ext=${base##*.} 74 [[ -z "$ext" ]] && fatal "found test without ext: $name" 77 case "$ext" in
|
/titanic_50/usr/src/uts/sun4u/opl/sys/ |
H A D | fiomp.h | 64 void *ext; /* for extension = NULL */ member 78 void *ext; /* for extension = NULL */ member 136 void *ext; /* reservesd (= NULL) */ member
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 310 char *ext; in add_map_domain_to_list() local 349 ext = &(dp->d_name[name_len - (dbm_pag_len - 1)]); in add_map_domain_to_list() 351 if (strcmp(ext, dbm_pag) != 0) { in add_map_domain_to_list() 355 *ext = '\0'; in add_map_domain_to_list()
|
/titanic_50/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 39 lockfile(fd, filename, ext, type) 42 char *ext; variable
|
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_hout.c | 281 char *ext; in pprogramdef() local 303 ext = "extern "; in pprogramdef() 309 f_print(fout, "%s", ext); in pprogramdef() 313 f_print(fout, "%s", ext); in pprogramdef() 323 ext = "extern "; in pprogramdef() 326 ext = "extern "; in pprogramdef() 336 f_print(fout, "%s", ext); in pprogramdef() 338 f_print(fout, "%s", ext); in pprogramdef()
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.in | 439 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 440 case "$$ext" in \ 442 *) ext='1' ;; \ 446 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 460 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 461 case "$$ext" in \ 463 *) ext='1' ;; \ 467 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 484 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 485 case "$$ext" in \ [all …]
|