__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SN_KLDIR_H
#define _ASM_SN_KLDIR_H
#define KLDIR_MAGIC 0x434d5f53505f5357
#define KLDIR_OFF_MAGIC 0x00
#define KLDIR_OFF_OFFSET 0x08
#define KLDIR_OFF_POINTER 0x10
#define KLDIR_OFF_SIZE 0x18
#define KLDIR_OFF_COUNT 0x20
#define KLDIR_OFF_STRIDE 0x28
#define KLDIR_ENT_SIZE 0x40
#define KLDIR_MAX_ENTRIES (0x400 / 0x40)
#ifndef __ASSEMBLY__
typedef struct kldir_ent_s {
u64 magic; /* Indicates validity of entry */
off_t offset; /* Offset from start of node space */
unsigned long pointer; /* Pointer to area in some cases */
size_t size; /* Size in bytes */
u64 count; /* Repeat count if array, 1 if not */
size_t stride; /* Stride if array, 0 if not */
char rsvd[16]; /* Pad entry to 0x40 bytes */
/* NOTE: These 16 bytes are used in the Partition KLDIR
entry to store partition info. Refer to klpart.h for this. */
} kldir_ent_t;
#endif /* !__ASSEMBLY__ */
#ifdef CONFIG_SGI_IP27
#include <asm/sn/sn0/kldir.h>
#endif
#endif /* _ASM_SN_KLDIR_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| sn0 | Folder | 0755 |
|
|
| addrs.h | File | 12.6 KB | 0644 |
|
| agent.h | File | 1.11 KB | 0644 |
|
| arch.h | File | 762 B | 0644 |
|
| fru.h | File | 1.45 KB | 0644 |
|
| gda.h | File | 3.09 KB | 0644 |
|
| intr.h | File | 2.6 KB | 0644 |
|
| io.h | File | 1.82 KB | 0644 |
|
| ioc3.h | File | 21.31 KB | 0644 |
|
| irq_alloc.h | File | 199 B | 0644 |
|
| klconfig.h | File | 29.92 KB | 0644 |
|
| kldir.h | File | 1.04 KB | 0644 |
|
| klkernvars.h | File | 612 B | 0644 |
|
| launch.h | File | 3.34 KB | 0644 |
|
| mapped_kernel.h | File | 1.93 KB | 0644 |
|
| nmi.h | File | 3.31 KB | 0644 |
|
| types.h | File | 686 B | 0644 |
|