Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_debug.h41 void *proc_entry; member
83 void *proc_entry; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2304 struct dirent *proc_entry = NULL; local
2358 proc_entry = readdir(proc_dir);
2359 while (proc_entry != NULL) {
2362 if (isdigit(proc_entry->d_name[0])) {
2366 if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) {
2378 strcmp(proc_entry->d_name, "1") == 0);
2382 __kmp_str_buf_cat(&task_path, proc_entry->d_name,
2383 KMP_STRLEN(proc_entry->d_name));
2396 if (strcmp(proc_entry->d_name, "1") == 0) {
2414 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
[all …]
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c142 VCHIQ_DEBUGFS_NODE_T proc_entry; member
2891 instance->proc_entry = top; in vchiq_proc_add_instance()
2904 remove_proc_entry("use_count", instance->proc_entry); in vchiq_proc_remove_instance()
2905 remove_proc_entry(instance->proc_entry->name, clients); in vchiq_proc_remove_instance()