Home
last modified time | relevance | path

Searched defs:subsys (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/include/SimTKcommon/internal/
H A DStateImpl.h1345 int getNQ(SubsystemIndex subsys) const { in getNQ()
1356 int getNU(SubsystemIndex subsys) const { in getNU()
1367 int getNZ(SubsystemIndex subsys) const { in getNZ()
1378 int getNQErr(SubsystemIndex subsys) const { in getNQErr()
1389 int getNUErr(SubsystemIndex subsys) const { in getNUErr()
1408 (SubsystemIndex subsys, Stage g) const { in getEventTriggerStartByStage()
1478 Vector& updQ(SubsystemIndex subsys) { in updQ()
1485 Vector& updU(SubsystemIndex subsys) { in updU()
1492 Vector& updZ(SubsystemIndex subsys) { in updZ()
1500 Vector& updUWeights(SubsystemIndex subsys) { in updUWeights()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/nvme/
H A Dsubsys.c16 NvmeSubsystem *subsys = n->subsys; in nvme_subsys_register_ctrl() local
35 void nvme_subsys_unregister_ctrl(NvmeSubsystem *subsys, NvmeCtrl *n) in nvme_subsys_unregister_ctrl()
40 static void nvme_subsys_setup(NvmeSubsystem *subsys) in nvme_subsys_setup()
51 NvmeSubsystem *subsys = NVME_SUBSYS(dev); in nvme_subsys_realize() local
/dports/emulators/qemu/qemu-6.2.0/hw/nvme/
H A Dsubsys.c16 NvmeSubsystem *subsys = n->subsys; in nvme_subsys_register_ctrl() local
42 void nvme_subsys_unregister_ctrl(NvmeSubsystem *subsys, NvmeCtrl *n) in nvme_subsys_unregister_ctrl()
48 static void nvme_subsys_setup(NvmeSubsystem *subsys) in nvme_subsys_setup()
59 NvmeSubsystem *subsys = NVME_SUBSYS(dev); in nvme_subsys_realize() local
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsudo_debug.c498 int subsys) in sudo_debug_enter_v1()
506 int subsys) in sudo_debug_exit_v1()
514 int subsys, int ret) in sudo_debug_exit_int_v1()
522 int subsys, long ret) in sudo_debug_exit_long_v1()
530 int subsys, id_t ret) in sudo_debug_exit_id_t_v1()
685 unsigned int subsys; in sudo_debug_needed_v1() local
722 unsigned int subsys; in sudo_debug_vprintf2_v1() local
811 unsigned int subsys; in sudo_debug_execve2_v1() local
1024 int subsys) in sudo_debug_enter_v1()
1030 int subsys) in sudo_debug_exit_v1()
[all …]
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dlogsys.c88 char subsys[LOGSYS_MAX_SUBSYS_NAMELEN]; /* subsystem name */ member
124 static int _logsys_config_subsys_get_unlocked (const char *subsys) in _logsys_config_subsys_get_unlocked()
258 const char *subsys, in logsys_subsys_init()
468 int _logsys_config_subsys_get (const char *subsys) in _logsys_config_subsys_get()
504 int logsys_config_mode_set (const char *subsys, unsigned int mode) in logsys_config_mode_set()
526 unsigned int logsys_config_mode_get (const char *subsys) in logsys_config_mode_get()
539 const char *subsys, in logsys_config_file_set()
648 const char *subsys, in logsys_config_syslog_facility_set()
655 const char *subsys, in logsys_config_syslog_priority_set()
682 const char *subsys, in logsys_config_logfile_priority_set()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/block/
H A Dnvme-subsys.c27 NvmeSubsystem *subsys = n->subsys; in nvme_subsys_register_ctrl() local
46 static void nvme_subsys_setup(NvmeSubsystem *subsys) in nvme_subsys_setup()
57 NvmeSubsystem *subsys = NVME_SUBSYS(dev); in nvme_subsys_realize() local
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dudev.c119 struct subsys struct
130 const struct subsys *subsys; argument
230 static int Open (vlc_object_t *obj, const struct subsys *subsys) in Open()
446 static const struct subsys subsys = { in OpenV4L() local
521 static const struct subsys subsys = { in OpenALSA() local
626 static const struct subsys subsys = { in OpenDisc() local
/dports/biology/ncbi-toolkit/ncbi/network/entrez/client/
H A Dnetlib.h84 #define LOG_STAT(subsys,label,dat) { static NetStatPtr _p = NULL; LogNetStats(subsys, label, (Int4)… argument
85 #define LOG_STAT_M(subsys,label,dat) { static NetStatPtr _p = NULL; LogNetStats(subsys, label, (Int… argument
86 #define LOG_STAT_S(subsys,label,dat) { static NetStatPtr _p = NULL; LogNetStats(subsys, label, (Int… argument
101 Int2 subsys; member
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dircd_log.c141 enum LogSys subsys; /**< number for subsystem */ member
547 log_find(const char *subsys) in log_find()
566 log_canon(const char *subsys) in log_canon()
687 log_set_file(const char *subsys, const char *filename) in log_set_file()
723 log_get_file(const char *subsys) in log_get_file()
740 log_set_facility(const char *subsys, const char *facility) in log_set_facility()
770 log_get_facility(const char *subsys) in log_get_facility()
788 log_set_snomask(const char *subsys, const char *snomask) in log_set_snomask()
818 log_get_snomask(const char *subsys) in log_get_snomask()
836 log_set_level(const char *subsys, const char *level) in log_set_level()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/target/
H A Dconfigfs.c339 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_path_store() local
420 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_uuid_store() local
448 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_nguid_store() local
808 struct nvmet_subsys *subsys; in nvmet_port_subsys_allow_link() local
968 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_allow_any_host_store() local
997 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_show() local
1013 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_store() local
1036 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_serial_show() local
1120 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_show() local
1172 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_store() local
[all …]
H A Dcore.c244 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_changed()
260 void nvmet_send_ana_event(struct nvmet_subsys *subsys, in nvmet_send_ana_event()
559 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_enable() local
625 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_disable() local
1197 struct nvmet_subsys *subsys; in nvmet_ctrl_find_get() local
1314 struct nvmet_subsys *subsys; in nvmet_alloc_ctrl() local
1426 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_ctrl_free() local
1495 struct nvmet_subsys *subsys; in nvmet_subsys_alloc() local
1538 struct nvmet_subsys *subsys = in nvmet_subsys_free() local
1551 void nvmet_subsys_del_ctrls(struct nvmet_subsys *subsys) in nvmet_subsys_del_ctrls()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/target/
H A Dconfigfs.c339 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_path_store() local
420 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_uuid_store() local
448 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_nguid_store() local
808 struct nvmet_subsys *subsys; in nvmet_port_subsys_allow_link() local
968 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_allow_any_host_store() local
997 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_show() local
1013 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_store() local
1036 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_serial_show() local
1120 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_show() local
1172 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_store() local
[all …]
H A Dcore.c244 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_changed()
260 void nvmet_send_ana_event(struct nvmet_subsys *subsys, in nvmet_send_ana_event()
559 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_enable() local
625 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_disable() local
1197 struct nvmet_subsys *subsys; in nvmet_ctrl_find_get() local
1314 struct nvmet_subsys *subsys; in nvmet_alloc_ctrl() local
1426 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_ctrl_free() local
1495 struct nvmet_subsys *subsys; in nvmet_subsys_alloc() local
1538 struct nvmet_subsys *subsys = in nvmet_subsys_free() local
1551 void nvmet_subsys_del_ctrls(struct nvmet_subsys *subsys) in nvmet_subsys_del_ctrls()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/target/
H A Dconfigfs.c339 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_path_store() local
420 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_uuid_store() local
448 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_device_nguid_store() local
808 struct nvmet_subsys *subsys; in nvmet_port_subsys_allow_link() local
968 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_allow_any_host_store() local
997 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_show() local
1013 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_version_store() local
1036 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_serial_show() local
1120 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_show() local
1172 struct nvmet_subsys *subsys = to_subsys(item); in nvmet_subsys_attr_model_store() local
[all …]
H A Dcore.c244 void nvmet_ns_changed(struct nvmet_subsys *subsys, u32 nsid) in nvmet_ns_changed()
260 void nvmet_send_ana_event(struct nvmet_subsys *subsys, in nvmet_send_ana_event()
559 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_enable() local
625 struct nvmet_subsys *subsys = ns->subsys; in nvmet_ns_disable() local
1197 struct nvmet_subsys *subsys; in nvmet_ctrl_find_get() local
1314 struct nvmet_subsys *subsys; in nvmet_alloc_ctrl() local
1426 struct nvmet_subsys *subsys = ctrl->subsys; in nvmet_ctrl_free() local
1495 struct nvmet_subsys *subsys; in nvmet_subsys_alloc() local
1538 struct nvmet_subsys *subsys = in nvmet_subsys_free() local
1551 void nvmet_subsys_del_ctrls(struct nvmet_subsys *subsys) in nvmet_subsys_del_ctrls()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpLcd.java94 SubSysLcdManager subsys = subs.get(sys); in addModelLcd() local
111 SubSysLcdManager subsys = subs.get(sys); in removeModelLcd() local
130 SubSysLcdManager subsys = subs.get(sys); in getModelLcd() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpLcd.java94 SubSysLcdManager subsys = subs.get(sys); in addModelLcd() local
111 SubSysLcdManager subsys = subs.get(sys); in removeModelLcd() local
130 SubSysLcdManager subsys = subs.get(sys); in getModelLcd() local
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/include/
H A Dsock_util.h61 #define _SOCK_LOG_DBG(subsys, ...) FI_DBG(&sock_prov, subsys, __VA_ARGS__) argument
62 #define _SOCK_LOG_ERROR(subsys, ...) FI_WARN(&sock_prov, subsys, __VA_ARGS__) argument
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dtvhlog.c174 tvhlog_get_subsys ( bitops_ulong_t *ss, char *subsys, size_t len ) in tvhlog_get_subsys()
196 tvhlog_set_subsys ( bitops_ulong_t *c, const char *subsys ) in tvhlog_set_subsys()
235 tvhlog_set_debug ( const char *subsys ) in tvhlog_set_debug()
241 tvhlog_set_trace ( const char *subsys ) in tvhlog_set_trace()
247 tvhlog_get_debug ( char *subsys, size_t len ) in tvhlog_get_debug()
253 tvhlog_get_trace ( char *subsys, size_t len ) in tvhlog_get_trace()
369 int subsys, const char *fmt, va_list *args ) in tvhlogv()
450 int subsys, const char *fmt, ... ) in _tvhlog()
464 int subsys, const uint8_t *data, ssize_t len ) in _tvhlog_hexdump()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/api/fs/
H A Dcgroup.c12 char subsys[32]; member
19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/api/fs/
H A Dcgroup.c12 char subsys[32]; member
19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/api/fs/
H A Dcgroup.c12 char subsys[32]; member
19 int cgroupfs_find_mountpoint(char *buf, size_t maxlen, const char *subsys) in cgroupfs_find_mountpoint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos5422-asv.c391 struct exynos_asv_subsys *subsys; in exynos5422_asv_offset_voltage_setup() local
419 static int exynos5422_asv_opp_get_voltage(const struct exynos_asv_subsys *subsys, in exynos5422_asv_opp_get_voltage()
455 struct exynos_asv_subsys *subsys; in exynos5422_asv_init() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos5422-asv.c391 struct exynos_asv_subsys *subsys; in exynos5422_asv_offset_voltage_setup() local
419 static int exynos5422_asv_opp_get_voltage(const struct exynos_asv_subsys *subsys, in exynos5422_asv_opp_get_voltage()
455 struct exynos_asv_subsys *subsys; in exynos5422_asv_init() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/soc/samsung/
H A Dexynos5422-asv.c391 struct exynos_asv_subsys *subsys; in exynos5422_asv_offset_voltage_setup() local
419 static int exynos5422_asv_opp_get_voltage(const struct exynos_asv_subsys *subsys, in exynos5422_asv_opp_get_voltage()
455 struct exynos_asv_subsys *subsys; in exynos5422_asv_init() local

12345678910>>...30