Searched refs:fil (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 190 sp_filter_t *fil; in sof_setsockopt_impl() local 216 for (fil = list_head(&sp->sp_prog_filters); fil != NULL; in sof_setsockopt_impl() 217 fil = list_next(&sp->sp_prog_filters, fil)) { in sof_setsockopt_impl() 218 ent = fil->spf_filter; in sof_setsockopt_impl() 226 if (fil == NULL) { in sof_setsockopt_impl() 512 sp_filter_t *fil; in sof_sonode_autoattach_filters() local 522 for (fil = list_tail(&sp->sp_auto_filters); in sof_sonode_autoattach_filters() 523 fil != NULL; fil = list_prev(&sp->sp_auto_filters, fil)) { in sof_sonode_autoattach_filters() 524 ASSERT(fil->spf_filter->sofe_flags & SOFEF_AUTO); in sof_sonode_autoattach_filters() 525 if (!sof_instance_create(fil->spf_filter, so)) { in sof_sonode_autoattach_filters() [all …]
|
H A D | sockparams.c | 769 sp_filter_t *fil; in sockparams_filter_cleanup_impl() local 778 for (fil = list_head(flist); fil != NULL; in sockparams_filter_cleanup_impl() 779 fil = list_next(flist, fil)) { in sockparams_filter_cleanup_impl() 780 if (fil->spf_filter == ent) { in sockparams_filter_cleanup_impl() 781 list_remove(flist, fil); in sockparams_filter_cleanup_impl() 782 kmem_free(fil, sizeof (sp_filter_t)); in sockparams_filter_cleanup_impl()
|
H A D | sockcommon_sops.c | 459 struct cred *cr, mblk_t **mpp, sof_instance_t *fil, in so_sendmblk_impl() argument 525 (mp = SOF_FILTER_DATA_OUT_FROM(so, fil, mp, msg, in so_sendmblk_impl()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt8.c | 18 #define unopen(fil) {if (fil != NULL) {fclose(fil); fil = NULL; }} argument
|
H A D | glue1.c | 17 #define unopen(fil) {if (fil != NULL) {fclose(fil); fil = NULL; }} argument
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_io.c | 842 source(fil, okfail) in source() argument 843 unsigned char *fil; in source() 861 if (open(fil, 0) < 0) { 868 filioerr(fil);
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 476 char *fil; in get_dir_acl_info() local 485 fil = tlm_build_snapshot_name(dir, checkpointed_dir, in get_dir_acl_info() 488 fil = dir; in get_dir_acl_info() 489 erc = lstat64(fil, &tlm_acls->acl_attr); in get_dir_acl_info() 496 spot = strchr(&fil[1], '/'); in get_dir_acl_info() 498 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH); in get_dir_acl_info() 501 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH); in get_dir_acl_info() 517 erc = acl_get(fil, ACL_NO_TRIVIAL, &aclp); in get_dir_acl_info()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | locale-fil.p5m | 15 set name=pkg.fmri value=pkg:/locale/fil@$(PKGVERS)
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | Makefile | 51 ip_frag.o ip_nat.o ip_nat6.o fil.o \
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.status.solaris | 353 --file | --fil | --fi | --f )
|
H A D | configure | 381 -cache-file | --cache-file | --cache-fil | --cache-fi \ 384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 6600 --file | --fil | --fi | --f )
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 1828 IPF_OBJS += ip_fil_solaris.o fil.o solaris.o ip_state.o ip_frag.o ip_nat.o \
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1085 \hskip 0pt plus 0.25fil 1087 \hskip 0pt plus 0.5fil 5230 \advance\rightskip by 0pt plus 1fil
|