Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h46 char *fspec; member
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c2442 flow_spec_t *fspec; in nxge_get_tcam_entry() local
2456 fspec = &fs->flow_spec; in nxge_get_tcam_entry()
2457 fspec->flow_type = nxge_tcam_cls_to_flow(tp->ip4_class_key); in nxge_get_tcam_entry()
2460 if (fspec->flow_type == FSPEC_AHIP4) { in nxge_get_tcam_entry()
2462 fspec->flow_type = FSPEC_ESPIP4; in nxge_get_tcam_entry()
2470 fspec_key = (tcpip4_spec_t *)&fspec->uh.tcpip4spec; in nxge_get_tcam_entry()
2471 fspec_mask = (tcpip4_spec_t *)&fspec->um.tcpip4spec; in nxge_get_tcam_entry()
2493 fspec->uh.ahip4spec.spi = tp->ip4_port_key; in nxge_get_tcam_entry()
2494 fspec->um.ahip4spec.spi = tp->ip4_port_mask; in nxge_get_tcam_entry()
2500 fspec->uh.ip_usr_spec.l4_4_bytes = tp->ip4_port_key; in nxge_get_tcam_entry()
[all …]
/titanic_44/usr/src/man/man4/
H A DMakefile69 fspec.4 \
/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c245 static int hs_getmdev(struct vfs *, char *fspec, int flags, dev_t *pdev,
1339 hs_getmdev(struct vfs *vfsp, char *fspec, int flags, dev_t *pdev, mode_t *mode, in hs_getmdev() argument
1354 error = lookupname(fspec, fromspace, FOLLOW, NULLVPP, &svp); in hs_getmdev()
/titanic_44/usr/src/pkg/manifests/
H A DSUNWcs.man4.inc43 file path=usr/share/man/man4/fspec.4
/titanic_44/usr/src/cmd/ed/
H A Ded.c294 static int fspec(char *, struct Fspec *, int);
2671 if (fspec(crbuf, &fss, 0) < 0) { in eopen()
2815 fspec(char line[], struct Fspec *f, int up) in fspec() function