Searched refs:fspec (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 2433 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() 2448 fspec->flow_type = nxge_tcam_cls_to_flow(tp->ip4_class_key); 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() 2489 fspec->uh.ip_usr_spec.l4_4_bytes = tp->ip4_port_key; in nxge_get_tcam_entry() [all …]
|
/illumos-gate/usr/src/man/man5/ |
H A D | Makefile | 69 fspec.5 \
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 2075 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 D | hsfs_vfsops.c | 246 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 D | SUNWcs.man5.inc | 48 file path=usr/share/man/man5/fspec.5
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 293 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
|