Home
last modified time | relevance | path

Searched refs:fspec (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c2433 flow_spec_t *fspec; in nxge_get_tcam_entry() local
2434 #define fspec_key (fspec->uh.tcpip4spec) in nxge_get_tcam_entry()
2435 #define fspec_mask (fspec->um.tcpip4spec) in nxge_get_tcam_entry()
2447 fspec = &fs->flow_spec; in nxge_get_tcam_entry()
2451 if (fspec->flow_type == FSPEC_AHIP4) { in nxge_get_tcam_entry()
2453 fspec->flow_type = FSPEC_ESPIP4; in nxge_get_tcam_entry()
2482 fspec->uh.ahip4spec.spi = tp->ip4_port_key; in nxge_get_tcam_entry()
2483 fspec->um.ahip4spec.spi = tp->ip4_port_mask; in nxge_get_tcam_entry()
2491 fspec->uh.ip_usr_spec.ip_ver = FSPEC_IP4; in nxge_get_tcam_entry()
2492 fspec->uh.ip_usr_spec.proto = tp->ip4_proto_key; in nxge_get_tcam_entry()
[all …]
/illumos-gate/usr/src/man/man5/
H A DMakefile69 fspec.5 \
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c2075 count_fields(char *fspec, char delim) in count_fields() argument
2080 if (fspec == 0 || *fspec == '\0') in count_fields()
2083 for (cp = fspec; *cp != '\0'; cp++) in count_fields()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c246 static int hs_getmdev(struct vfs *, char *fspec, int flags, dev_t *pdev,
1340 hs_getmdev(struct vfs *vfsp, char *fspec, int flags, dev_t *pdev, mode_t *mode, in hs_getmdev() argument
1355 error = lookupname(fspec, fromspace, FOLLOW, NULLVPP, &svp); in hs_getmdev()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc48 file path=usr/share/man/man5/fspec.5
/illumos-gate/usr/src/cmd/ed/
H A Ded.c293 static int fspec(char *, struct Fspec *, int);
2692 if (fspec(crbuf, &fss, 0) < 0) { in eopen()
2840 fspec(char line[], struct Fspec *f, int up) in fspec() function