Searched defs:fspec (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | mount.h | 46 char *fspec; member in struct:ufs_args
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 245 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, argument 1354 error = lookupname(fspec, fromspace, FOLLOW, NULLVPP, &svp);
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 2075 count_fields(char *fspec, char delim) argument 2080 if (fspec == 0 || *fspec == '\0') 2083 for (cp = fspec; *cp != '\0'; cp++)
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 2442 flow_spec_t *fspec; local 2456 fspec = &fs->flow_spec; 2457 fspec->flow_type = nxge_tcam_cls_to_flow(tp->ip4_class_key); 2460 if (fspec->flow_type == FSPEC_AHIP4) { 2462 fspec->flow_type = FSPEC_ESPIP4; 2470 fspec_key = (tcpip4_spec_t *)&fspec->uh.tcpip4spec; 2471 fspec_mask = (tcpip4_spec_t *)&fspec->um.tcpip4spec; 2493 fspec->uh.ahip4spec.spi = tp->ip4_port_key; 2494 fspec->um.ahip4spec.spi = tp->ip4_port_mask; 2500 fspec [all...] |
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 294 static int fspec(char *, struct Fspec *, int); 2671 if (fspec(crbuf, &fss, 0) < 0) { 2815 fspec(char line[], struct Fspec *f, int up) function
|
Completed in 66 milliseconds