Searched refs:_label (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | mac.h | 100 int mac_execve(char *fname, char **argv, char **envv, mac_t _label); 101 int mac_free(mac_t _label); 102 int mac_from_text(mac_t *_label, const char *_text); 103 int mac_get_fd(int _fd, mac_t _label); 104 int mac_get_file(const char *_path, mac_t _label); 105 int mac_get_link(const char *_path, mac_t _label); 106 int mac_get_peer(int _fd, mac_t _label); 107 int mac_get_pid(pid_t _pid, mac_t _label); 108 int mac_get_proc(mac_t _label); 110 int mac_prepare(mac_t *_label, const char *_elements); [all …]
|
| /freebsd/usr.sbin/autofs/autofs/ |
| H A D | special_media | 8 local _fstype _fstype_and_label _label _p 20 _label="${_fstype_and_label#* }" 24 _label="$(echo ${_label} | sed 's,[+/],-,g')" 25 echo "${_label}" 73 local _fstype _fstype_and_label _label _key _p 97 _label="${_fstype_and_label#* }" 101 _label="$(echo ${_label} | sed 's,[+/],-,g')" 102 if [ "${_label}" ! [all...] |
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efsys.h | 1036 #define SFXGE_EFSYS_LOCK_INIT(_eslp, _ifname, _label) \ argument 1042 "%s:%s", (_ifname), (_label)); \
|
| /freebsd/contrib/libxo/doc/ |
| H A D | field-roles.rst | 174 .. _label-role:
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_iov.c | 157 #define ICE_IOV_FAIL_POINT(_sc, _vfnum, _name, _error, _label) do { \ argument 167 goto _label; \
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 5545 #define IFLIB_REGISTER_FAIL_POINT(_dev, _name, _error, _label) do { \ argument 5555 goto _label; \
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 16343 SummaryColumn( std::string _label, Colour::Code _colour ) in SummaryColumn() 16344 : label( std::move( _label ) ), in SummaryColumn()
|