Home
last modified time | relevance | path

Searched refs:vl (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_audit.c121 struct label *vl; in mac_system_check_auditctl() local
125 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()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs4271.txt37 - vl-supply: Logic power
47 vl-supply = <&vdd_3v3_reg>;
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c456 size_t vl; in luaL_addvalue() local
457 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()