Home
last modified time | relevance | path

Searched refs:sf_path (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libnsctl/common/
H A Dcache.c78 strcpy(fd->sf_path, path);
146 strcpy(fd->sf_path, path);
162 strcpy(op.path, fd->sf_path);
218 s, fd->sf_path, 0);
H A Dlibnsctl.h55 char sf_path[NSC_MAXPATH]; /* Pathname */ member
/titanic_41/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c544 initial_ctx.out.sf_path = NULL; in filter()
633 free(ctx.out.sf_path); in filter()
634 ctx.out.sf_path = NULL; in filter()
750 if (ctx.out.sf_path != NULL) { in filter()
752 ctx.out.sf_path, ctx.out.sf_pathlen); in filter()
753 free(ctx.out.sf_path); in filter()
768 free(ctx.out.sf_path); in filter()
H A Dsysplugin.h70 char *sf_path; /* NULL no value */ member
H A Dsystoken.c741 get_bytes_to_string(ctx, &(ctx->out.sf_pathlen), &(ctx->out.sf_path), in path_token()
743 if (ctx->out.sf_path == NULL) in path_token()
748 if (*(ctx->out.sf_path) != '/') { in path_token()
749 anchor_path(ctx->out.sf_path); in path_token()
752 ctx->out.sf_pathlen = collapse_path(ctx->out.sf_path, in path_token()
/titanic_41/usr/src/lib/storage/liba5k/common/
H A Dlhot.c531 char sf_path[MAXPATHLEN]; in l_device_present() local
672 (void) strncpy(sf_path, ses_path, len); in l_device_present()
673 sf_path[len] = '\0'; in l_device_present()
675 wwn, sf_path); in l_device_present()
680 (void) sprintf(*dev_path, "%s/%s", sf_path, ssd); in l_device_present()
/titanic_41/usr/src/cmd/allocate/
H A Dallocate3.c101 char sf_path[MAXPATHLEN]; member
342 fname = sf.sf_path; in _list_device()
1035 fname = sf.sf_path; in _deallocate_dev()
1182 fname = sf.sf_path; in _allocate_dev()
1570 (void) strncpy(sfp->sf_path, dm->dmap_devarray[0], in _dev_file_name()
1571 sizeof (sfp->sf_path)); in _dev_file_name()
1572 sfp->sf_path[sizeof (sfp->sf_path) - 1] = '\0'; in _dev_file_name()
1573 if (sfp->sf_path[0] == '\0') { in _dev_file_name()