Searched defs:sfile (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/librdc/common/
H A Dlibrdc.h53 char sfile[NSC_MAXPATH]; member in struct:rdcconfig_s
78 const char *pbmp, const char *shost, const char *sfile, const char *sbmp,
H A Drdcpersist.c62 rdc->phost, rdc->pfile, rdc->pbmp, rdc->shost, rdc->sfile,
193 strncpy(vol, rdc->sfile, NSC_MAXPATH);
278 strncpy(vol, rdc->sfile, NSC_MAXPATH);
322 strncpy(vol, rdc->sfile, NSC_MAXPATH);
508 cfg_lookup(CFGFILE *cfg, char *shost, char *sfile) argument
532 if (strncmp(buf, sfile, strlen(sfile)))
552 cfg_lookup(cfg, rdcp->shost, rdcp->sfile));
611 if ((setnum = cfg_lookup(cfg, rdcp->shost, rdcp->sfile)) < 0) {
664 if ((setnum = cfg_lookup(cfg, rdcp->shost, rdcp->sfile)) <
[all...]
H A Drdcconfig.c138 strncpy(urdc.secondary.file, rdc->sfile, NSC_MAXPATH);
181 strncpy(rc.set.sfile, set->secondary.file, NSC_MAXPATH);
218 strncpy(rc[0]->set.sfile, set->secondary.file, NSC_MAXPATH);
330 const char *pbmp, const char *shost, const char *sfile, const char *sbmp,
349 if (sfile)
350 strncpy(rc->sfile, sfile, NSC_MAXPATH);
378 strncpy(rcp->set.sfile, rdcp->sfile, NSC_MAXPATH);
329 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c56 char *sfile; local
75 sfile = NULL;
92 sfile = optarg;
183 if (sfile == NULL)
184 sfile = sfilebuf;
215 if (sfile == NULL)
222 fd = open(sfile, O_RDONLY, 0600);
228 sm_perror(sfile);
240 sm_perror(sfile);
255 sfile);
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c61 struct statefile sfile; variable in typeref:struct:statefile
279 sfile.fd = cpr_statefile_open(cpr_statefile, cpr_filesystem);
280 if (sfile.fd == -1) {
292 (void) cpr_fs_seek(sfile.fd, CPR_SPEC_OFFSET);
294 (void) prom_seek(sfile.fd, CPR_SPEC_OFFSET);
307 (void) cpr_statefile_close(sfile.fd);
335 * sfile.kpages
336 * sfile.size
337 * sfile.buf
338 * sfile
[all...]
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc44 static char sfile[MAXPATHLEN]; variable
155 len = strlen(sfile);
157 if (strncmp(line, sfile, len) == 0 && line[len] == ':') {
219 strcpy(sfile, filename);
223 fprintf(command_output_fp, "%s:", sfile);
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h153 struct line *sfile[2]; /* shortened by pruning common prefix and suffix */ variable in typeref:struct:line
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c544 char *sfile; local
636 sfile = rdc_info[rdcindex].secondary.file;
682 if ((len = strlen(sfile)) > DISPLEN) {
684 sfile + len - DISPLEN + 3);
686 (void) mvprintw(4 + k, 39, "%-16s", sfile);
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c889 check_mount(char *sfile, dev_t sfdev, int ufs) argument
909 mesg(MERR, err_fmt, sfile);
938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile");
944 while (*(sfile + 1) == '/') sfile++;
945 src = sfile + strlen(ent.mnt_mountp);
952 mesg(MERR, err_fmt, sfile);
1067 is_good_slice(char *sfile, char **err) argument
1077 STRCPYLIM(rdskname, sfile, "disk name");
1079 y = strstr(sfile, "ds
1115 char *sfile, *sp, ch; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c570 FILE *sfile; local
572 if ((sfile = fopen(sumfile, "w")) == NULL) {
580 if (fwrite(&h, sizeof (h), 1, sfile) != 1) {
589 if (fwrite(&hdr, sizeof (hdr), 1, sfile) != 1) {
597 if (fwrite(samples, sizeof (unsigned_UNIT), nsamples, sfile) !=
613 if (fwrite(&arc, sizeof (arc), 1, sfile) != 1) {
623 if (fwrite(&arc32, sizeof (arc32), 1, sfile) !=
639 (void) fclose(sfile);
648 FILE *sfile; local
658 if ((sfile
[all...]

Completed in 57 milliseconds