Searched refs:ext (Results 1 - 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/man/man3ext/
H A DMakefile19 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...]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc17 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...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstats.h39 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);
H A Dstats.c68 stats_init(int ext) argument
70 Ext = ext;
126 stats_new_counter(const char *name, const char *desc, int ext) argument
128 if (ext && !Ext)
179 stats_new_elapse(const char *name, const char *desc, int ext) argument
181 if (ext && !Ext)
210 stats_new_string(const char *name, const char *desc, int ext) argument
212 if (ext && !Ext)
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dsortmap.c57 static int client_refer(struct cfextra **ext);
58 static int server_refer(struct cfextra **ext);
147 client_refer(struct cfextra **ext) argument
151 for (count = 0; ext[count] != (struct cfextra *)NULL; count++) {
152 ext[count]->cf_ent.path = ext[count]->client_path;
153 ext[count]->cf_ent.ainfo.local = ext[count]->client_local;
160 server_refer(struct cfextra **ext) argument
164 for (count = 0; ext[coun
[all...]
H A Ddockspace.c191 struct cfextra *ext; local
202 for (i = 0; (ext = extlist[i]) != NULL; i++) {
203 ept = &(ext->cf_ent);
220 if (ext->fsys_value == BADFSYS)
221 ext->fsys_value = fsys(tpath);
228 if (use_srvr_map_n(ext->fsys_value))
229 ext->fsys_base = resolved_fsys(tpath);
231 ext->fsys_base = ext->fsys_value;
233 if (fsys_stat(ext
[all...]
H A Dinstvol.c156 struct cfextra *ext; local
248 ext = extlist[0];
249 ept = &(ext->cf_ent);
253 ext = extlist[entryidx];
254 ept = &(ext->cf_ent);
255 mstat = &(ext->mstat);
271 if (absolutepath(ext->map_path) == B_TRUE &&
272 parametricpath(ext->cf_ent.ainfo.local,
281 relocpath ? relocpath : ext->map_path);
286 ext
1440 struct cfextra *ext; local
[all...]
/illumos-gate/usr/src/cmd/cdrw/
H A Dwrite_audio.c45 char *ext; local
49 ext = (char *)(strrchr(fname, '.'));
50 if (ext) {
51 ext++;
53 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {
H A Dutil.c162 get_audio_type(char *ext) argument
164 if ((strcasecmp(ext, "au") == 0) ||
165 (strcasecmp(ext, "sun") == 0))
167 if ((strcasecmp(ext, "wav") == 0) ||
168 (strcasecmp(ext, "riff") == 0))
170 if (strcasecmp(ext, "cda") == 0)
172 if (strcasecmp(ext, "aur") == 0)
H A Dutil.h70 int get_audio_type(char *ext);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c217 struct cfextra *ext, **ext_ptr; local
233 ext = *ext_ptr;
235 (void) memcpy(ext, ext_entry, sizeof (struct cfextra));
238 client_path_os = ((ptrdiff_t)ext->client_path -
239 (ptrdiff_t)ext->cf_ent.path);
240 server_path_os = ((ptrdiff_t)ext->server_path -
241 (ptrdiff_t)ext->cf_ent.path);
242 map_path_os = ((ptrdiff_t)ext->map_path -
243 (ptrdiff_t)ext->cf_ent.path);
244 client_local_os = ((ptrdiff_t)ext
285 struct cfextra *ext, **ext_ptr; local
389 struct cfextra *ext; local
481 nblks(short fsys_entry, struct cfextra *ext) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c27 ** ext -- the filename extension. [unused]
39 lockfile(fd, filename, ext, type)
42 char *ext;
/illumos-gate/usr/src/cmd/tbl/
H A Dtv.c23 char *exb=0, *ext=0; local
73 ext = ".5m"; break;
75 ext= ".5m"; ept = -1; break;
109 if (ext)
110 fprintf(tabout, "-(%s)",ext);
119 if (ext)
120 fprintf(tabout, "+%s",ext);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c140 static void meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext);
212 static void meta_sp_display_ext(sp_ext_node_t *ext);
958 sp_ext_node_t *ext; local
963 ext = *head;
964 while (ext) {
965 next = ext->ext_next;
966 Free(ext);
967 ext = next;
975 * ext - the extent to remove, must be a member of the list
978 * PURPOSE: unlinks the node specified by ext fro
983 meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext) argument
1012 sp_ext_node_t *ext; local
1043 sp_ext_node_t *ext; local
1080 sp_ext_node_t *ext; local
1113 sp_ext_node_t *ext; local
1163 sp_ext_node_t *ext; local
1726 sp_ext_node_t *ext; local
2422 sp_ext_node_t *ext; local
3452 sp_ext_node_t *ext; local
5171 meta_sp_display_ext(sp_ext_node_t *ext) argument
5217 sp_ext_node_t *ext; local
5381 sp_ext_node_t *ext; local
5916 sp_ext_node_t *ext; local
6379 sp_ext_node_t *ext = NULL; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c51 stats_init(int ext) argument
53 Ext = ext;
117 stats_new_counter(const char *name, const char *desc, int ext) argument
119 if (ext && !Ext)
170 stats_new_elapse(const char *name, const char *desc, int ext) argument
172 if (ext && !Ext)
202 stats_new_string(const char *name, const char *desc, int ext) argument
206 if (ext && !Ext)
/illumos-gate/usr/src/cmd/fm/modules/common/
H A DMakefile30 ext-event-transport \
/illumos-gate/usr/src/ucblib/libcurses/
H A DMakefile49 # Cross-reference customization: include curses.ext in the cross-reference.
51 XRADD = curses.ext
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c63 static int validate(struct cfextra *ext, int argc, char *argv[]);
130 validate(struct cfextra *ext, int argc, char *argv[]) argument
136 ept = &(ext->cf_ent);
168 if (eval_path(&(ext->server_path), &(ext->client_path),
169 &(ext->map_path), argv[n++]) == 0)
172 ept->path = ext->client_path;
205 ext->server_local = pathdup(pt+1);
206 ext->client_local = ext
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c199 if (statp->_u._ext.ext != NULL)
243 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
244 if (statp->_u._ext.ext != NULL) {
245 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
246 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
247 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
248 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
482 sizeof(statp->_u._ext.ext
632 struct __res_state_ext *ext = statp->_u._ext.ext; local
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c133 oss_mixext *ext; local
151 ext = &odev->d_exts[odev->d_nctrl];
152 ext->ctrl = odev->d_nctrl;
153 ext->control_no = -1;
154 ext->type = MIXT_GROUP;
155 ext->desc = MIXEXT_SCOPE_OUTPUT;
156 ext->timestamp = gethrtime();
157 (void) snprintf(ext->id, sizeof (ext->id), "PLAYBACK");
165 ext
396 oss_mixext *ext; local
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_ancil.c71 char *ext; local
103 ext = &(dp->d_name[namesz - (sizeof (dbm_pag) - 1)]);
105 if (strcmp(ext, dbm_pag) != 0)
108 *ext = '\0';
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A DMakefile25 MODULE = ext-event-transport
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dfiomp.h64 void *ext; /* for extension = NULL */ member in struct:fiompdev
78 void *ext; /* for extension = NULL */ member in struct:fiomp_devinfo
136 void *ext; /* reservesd (= NULL) */ member in struct:fiompstatus
/illumos-gate/usr/src/cmd/mdb/test/
H A Dmtest.sh67 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
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsensor.esc47 event fault.psu.failed-ext@psu;
77 prop fault.psu.failed-ext@psu ->

Completed in 122 milliseconds

123