Searched refs:vl (Results 1 – 3 of 3) sorted by relevance
121 struct label *vl; in mac_system_check_auditctl() local125 vl = (vp != NULL) ? vp->v_label : NULL; in mac_system_check_auditctl()126 MAC_POLICY_CHECK(system_check_auditctl, cred, vp, vl); in mac_system_check_auditctl()
37 - vl-supply: Logic power47 vl-supply = <&vdd_3v3_reg>;
456 size_t vl; in luaL_addvalue() local457 const char *s = lua_tolstring(L, -1, &vl); in luaL_addvalue()458 if (vl <= bufffree(B)) { /* fit into buffer? */ in luaL_addvalue()459 memcpy(B->p, s, vl); /* put it there */ in luaL_addvalue()460 B->p += vl; in luaL_addvalue()