Searched defs:fil (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c769 sp_filter_t *fil; local
778 for (fil = list_head(flist); fil != NULL;
779 fil = list_next(flist, fil)) {
780 if (fil->spf_filter == ent) {
781 list_remove(flist, fil);
782 kmem_free(fil, sizeof (sp_filter_t));
H A Dsockfilter.c190 sp_filter_t *fil; local
216 for (fil = list_head(&sp->sp_prog_filters); fil != NULL;
217 fil = list_next(&sp->sp_prog_filters, fil)) {
218 ent = fil->spf_filter;
226 if (fil == NULL) {
512 sp_filter_t *fil; local
522 for (fil = list_tail(&sp->sp_auto_filters);
523 fil !
1033 sp_filter_t *new, *fil; local
1132 sp_filter_t *fil; local
[all...]
H A Dsockcommon_sops.c485 struct cred *cr, mblk_t **mpp, sof_instance_t *fil,
551 (mp = SOF_FILTER_DATA_OUT_FROM(so, fil, mp, msg,
484 so_sendmblk_impl(struct sonode *so, struct nmsghdr *msg, int fflag, struct cred *cr, mblk_t **mpp, sof_instance_t *fil, boolean_t fil_inject) argument
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c477 char *fil; local
486 fil = tlm_build_snapshot_name(dir, checkpointed_dir,
489 fil = dir;
490 erc = lstat64(fil, &tlm_acls->acl_attr);
497 spot = strchr(&fil[1], '/');
499 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH);
502 (void) strlcpy(root_dir, fil, TLM_VOLNAME_MAX_LENGTH);
518 erc = acl_get(fil, ACL_NO_TRIVIAL, &aclp);

Completed in 54 milliseconds