Searched refs:sf_path (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libnsctl/common/ |
H A D | cache.c | 78 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 D | libnsctl.h | 55 char sf_path[NSC_MAXPATH]; /* Pathname */ member
|
/titanic_50/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 544 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 D | sysplugin.h | 70 char *sf_path; /* NULL no value */ member
|
H A D | systoken.c | 741 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_50/usr/src/lib/storage/liba5k/common/ |
H A D | lhot.c | 531 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_50/usr/src/cmd/allocate/ |
H A D | allocate3.c | 101 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()
|