Searched defs:sfile (Results 1 - 5 of 5) sorted by relevance
| /osnet-11/usr/src/lib/librdc/common/ |
| H A D | librdc.h | 53 char sfile[NSC_MAXPATH]; member in struct:rdcconfig_s 78 const char *pbmp, const char *shost, const char *sfile, const char *sbmp,
|
| H A D | rdcpersist.c | 62 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 D | rdcconfig.c | 137 strncpy(urdc.secondary.file, rdc->sfile, NSC_MAXPATH); 180 strncpy(rc.set.sfile, set->secondary.file, NSC_MAXPATH); 217 strncpy(rc[0]->set.sfile, set->secondary.file, NSC_MAXPATH); 329 const char *pbmp, const char *shost, const char *sfile, const char *sbmp, 348 if (sfile) 349 strncpy(rc->sfile, sfile, NSC_MAXPATH); 377 strncpy(rcp->set.sfile, rdcp->sfile, NSC_MAXPATH); 328 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
|
| /osnet-11/usr/src/cmd/sendmail/aux/ |
| H A D | mailstats.c | 56 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...] |
| /osnet-11/usr/src/lib/libpower/common/ |
| H A D | pm_suspend.c | 150 is_good_slice(char *sfile, char **err) argument 160 (void) strlcpy(rdskname, sfile, sizeof (rdskname)); 162 y = strstr(sfile, "dsk/"); 213 char sfile[MAXPATHLEN], diskname[MAXPATHLEN]; local 245 (void) strlcpy(sfile, fp, MAXPATHLEN); 266 (void) snprintf(sfile, MAXPATHLEN, 286 if (stat(sfile, &stbuf) == -1) { 288 "%s statefile path error on %s\n", __FUNCTION__, sfile); 304 if (!is_good_slice(sfile, &err_fmt)) { 316 if (strncmp(sfile, PM_ZVOLPAT [all...] |
Completed in 52 milliseconds