Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_002_pos.ksh121 typeset attrstr="$($LS -d/ c $obj | $SED '1d; s/.*{\(.*\)}.*/\1/g')"
124 [[ $attrstr =~ $attr ]] || log_fail "$op $attr -> $attrstr"
126 [[ $attrstr =~ $attr ]] && log_fail "$op $attr -> $attrstr"
/titanic_44/usr/src/lib/libadm/common/
H A Ddevtab.c709 if (ent->attrstr = malloc(strlen(record)+1)) { in _getdevtabent()
710 q = ent->attrstr; in _getdevtabent()
726 ent->attrstr = NULL; /* For now */ in _getdevtabent()
874 if (ent->attrstr) free(ent->attrstr); in _freedevtabent()
H A Dputdev.c456 devtabent->attrstr = NULL; /* string */ in mkdevtabent()
656 size = (strlen(rec->attrstr)*2)+1; /* Max rec size */ in _putdevtabrec()
659 p = strcatesc(buf, rec->attrstr); /* Copy "escaped" */ in _putdevtabrec()
/titanic_44/usr/src/cmd/tnf/prex/
H A Dexpr.c68 static void matchvals(spec_t * spec_p, char *attrstr,
241 char *attrstr, in matchvals() argument
/titanic_44/usr/src/lib/libadm/inc/
H A Ddevtab.h122 char *attrstr; /* String containing attributes */ member
/titanic_44/usr/src/cmd/flowadm/
H A Dflowadm.c332 char attrstr[DLADM_STRSIZE]; in do_add_flow() local
338 bzero(attrstr, DLADM_STRSIZE); in do_add_flow()
360 (void) strlcat(attrstr, optarg, DLADM_STRSIZE); in do_add_flow()
361 if (strlcat(attrstr, ",", DLADM_STRSIZE) >= in do_add_flow()
363 die("attribute list too long '%s'", attrstr); in do_add_flow()
391 if (dladm_parse_flow_attrs(attrstr, &attrlist, B_FALSE) in do_add_flow()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1653 char attrstr[8]; in dt_setcontext() local
1703 attrstr, sizeof (attrstr)), yypcb->pcb_pinfo.dtp_argc); in dt_setcontext()