id
stringlengths
4
63
text
stringlengths
153
8.81M
F_GETOWN(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_GETOWN_EX(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_GETPIPE_SZ(2const)
NAME F_GETPIPE_SZ, F_SETPIPE_SZ - get/set the capacity of a pipe LIBRARY Standard C library (libc, -lc) SYNOPSIS #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, F_SETPIPE_SZ, int arg); int fcntl(int fd, F_GETPIPE_SZ); DESCRIPTION F_SETPIPE_SZ Change the capacity of the pipe referred to...
F_GETSIG(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_GET_FILE_RW_HINT(2const)
NAME F_GET_RW_HINT, F_SET_RW_HINT, F_GET_FILE_RW_HINT, F_SET_FILE_RW_HINT - get/set file read/write hints LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_SET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_GET_F...
F_GET_RW_HINT(2const)
NAME F_GET_RW_HINT, F_SET_RW_HINT, F_GET_FILE_RW_HINT, F_SET_FILE_RW_HINT - get/set file read/write hints LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_SET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_GET_F...
F_GET_SEALS(2const)
NAME F_GET_SEALS, F_ADD_SEALS - get/add file seals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_ADD_SEALS, int arg); int fcntl(int fd, F_GET_SEALS); DESCRIPTION File seals limit the set of allowed operations on a given file. For each seal that is set on a ...
F_NOTIFY(2const)
NAME F_NOTIFY - file and directory change notification LIBRARY Standard C library (libc, -lc) SYNOPSIS #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, F_NOTIFY, int arg); DESCRIPTION Provide notification when the directory referred to by fd or any of the files that it contains is changed. The eve...
F_OFD_GETLK(2const)
NAME F_GETLK, F_SETLK, F_SETLKW, F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW - locking LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETLK, struct flock *lock); int fcntl(int fd, F_SETLK, const struct flock *lock); int fcntl(int fd, F_SETLKW, const struct floc...
F_OFD_SETLK(2const)
NAME F_GETLK, F_SETLK, F_SETLKW, F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW - locking LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETLK, struct flock *lock); int fcntl(int fd, F_SETLK, const struct flock *lock); int fcntl(int fd, F_SETLKW, const struct floc...
F_OFD_SETLKW(2const)
NAME F_GETLK, F_SETLK, F_SETLKW, F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW - locking LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETLK, struct flock *lock); int fcntl(int fd, F_SETLK, const struct flock *lock); int fcntl(int fd, F_SETLKW, const struct floc...
F_SETFD(2const)
NAME F_GETFD, F_SETFD - get/set file descriptor flags LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETFD); int fcntl(int fd, F_SETFD, int arg); DESCRIPTION These operations manipulate the flags associated with a file descriptor. Currently, only one such flag ...
F_SETFL(2const)
NAME F_GETFL, F_SETFL - get/set file status flags LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETFL); int fcntl(int fd, F_SETFL, int arg); DESCRIPTION Each open file description has certain associated status flags, initialized by open(2) and possibly modifi...
F_SETLEASE(2const)
NAME F_GETLEASE, F_SETLEASE - leases LIBRARY Standard C library (libc, -lc) SYNOPSIS #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, F_SETLEASE, int arg); int fcntl(int fd, F_GETLEASE); DESCRIPTION Leases F_SETLEASE and F_GETLEASE are used to establish a new lease, and retrieve the current le...
F_SETLK(2const)
NAME F_GETLK, F_SETLK, F_SETLKW, F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW - locking LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETLK, struct flock *lock); int fcntl(int fd, F_SETLK, const struct flock *lock); int fcntl(int fd, F_SETLKW, const struct floc...
F_SETLKW(2const)
NAME F_GETLK, F_SETLK, F_SETLKW, F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW - locking LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETLK, struct flock *lock); int fcntl(int fd, F_SETLK, const struct flock *lock); int fcntl(int fd, F_SETLKW, const struct floc...
F_SETOWN(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_SETOWN_EX(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_SETPIPE_SZ(2const)
NAME F_GETPIPE_SZ, F_SETPIPE_SZ - get/set the capacity of a pipe LIBRARY Standard C library (libc, -lc) SYNOPSIS #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, F_SETPIPE_SZ, int arg); int fcntl(int fd, F_GETPIPE_SZ); DESCRIPTION F_SETPIPE_SZ Change the capacity of the pipe referred to...
F_SETSIG(2const)
NAME F_GETOWN, F_SETOWN, F_GETOWN_EX, F_SETOWN_EX, F_GETSIG, F_SETSIG - managing signals LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GETOWN); int fcntl(int fd, F_SETOWN, int arg); #define _GNU_SOURCE #include <fcntl.h> int fcntl(int fd, ...
F_SET_FILE_RW_HINT(2const)
NAME F_GET_RW_HINT, F_SET_RW_HINT, F_GET_FILE_RW_HINT, F_SET_FILE_RW_HINT - get/set file read/write hints LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_SET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_GET_F...
F_SET_RW_HINT(2const)
NAME F_GET_RW_HINT, F_SET_RW_HINT, F_GET_FILE_RW_HINT, F_SET_FILE_RW_HINT - get/set file read/write hints LIBRARY Standard C library (libc, -lc) SYNOPSIS #include <fcntl.h> int fcntl(int fd, F_GET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_SET_RW_HINT, uint64_t *arg); int fcntl(int fd, F_GET_F...
GENERAL_NAME.3ssl(3)
NAME GENERAL_NAME, GENERAL_NAME_set1_X509_NAME - GENERAL_NAME method routines SYNOPSIS #include <openssl/x509v3.h> typedef struct GENERAL_NAME_st GENERAL_NAME; int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src); DESCRIPTION GENERAL_NAME_set1_X509_NAME() creates a new GENERAL_N...
GENERAL_NAMES_free.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_NAMES_new.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_NAME_dup.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_NAME_free.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_NAME_new(3)
NAME GENERAL_NAME_new, GENERAL_NAME_free, GENERAL_NAMES_new, GENERAL_NAMES_free, EDIPARTYNAME_new, EDIPARTYNAME_free, OTHERNAME_new, OTHERNAME_free — names for use in X.509 extensions SYNOPSIS library “libcrypto” #include <openssl/x509v3.h> GENERAL_NAME * GENERAL_NAME_new(void); void GENE...
GENERAL_NAME_new.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_NAME_set1_X509_NAME.3ssl(3)
NAME GENERAL_NAME, GENERAL_NAME_set1_X509_NAME - GENERAL_NAME method routines SYNOPSIS #include <openssl/x509v3.h> typedef struct GENERAL_NAME_st GENERAL_NAME; int GENERAL_NAME_set1_X509_NAME(GENERAL_NAME **tgt, const X509_NAME *src); DESCRIPTION GENERAL_NAME_set1_X509_NAME() creates a new GENERAL_N...
GENERAL_SUBTREE_free.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GENERAL_SUBTREE_new.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
GEN_SESSION_CB.3ssl(3)
NAME SSL_CTX_set_generate_session_id, SSL_set_generate_session_id, SSL_has_matching_session_id, GEN_SESSION_CB - manipulate generation of SSL session IDs (server only) SYNOPSIS #include <openssl/ssl.h> typedef int (*GEN_SESSION_CB)(SSL *ssl, unsigned char *id, unsigned in...
GET_BTREE_PTR(9)
NAME GET_BTREE_PTR - Get a pointer to struct bplus_header SYNOPSIS GET_BTREE_PTR (ptr ); ARGUMENTS ptr Pointer to struct bplus_header_fixed. DESCRIPTION Wrapper around container_of to retrieve a pointer to struct bplus_header from a pointer to struct bplus_header_fixed. SEE ALSO Kernel file ./fs/hpfs/hpfs.h...
GIO_CMAP(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GIO_FONT(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GIO_FONTX(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GIO_SCRNMAP(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GIO_UNIMAP(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GIO_UNISCRNMAP(2const)
NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #include <sys/ioctl.h> int ioctl(int fd, unsigned long op, void *argp); DESCRIPTION The following Linux-specific ioctl(2) operations are supported for console terminals and virtual...
GRANT(7)
NAME GRANT - define access privileges SYNOPSIS GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER } [, ...] | ALL [ PRIVILEGES ] } ON { [ TABLE ] table_name [, ...] | ALL TABLES IN SCHEMA schema_name [, ...] } TO role_specification [, ...] [ WITH GRANT OPTION ] [ GRANTED BY role_specificatio...
GetIoUnitPage2(9)
NAME GetIoUnitPage2 - Retrieve BIOS version and boot order information. SYNOPSIS int GetIoUnitPage2 (MPT_ADAPTER *ioc ); ARGUMENTS ioc Pointer to MPT_ADAPTER structure RETURN 0 for success -ENOMEM if no memory available -EPERM if not allowed due to ISR context -EAGAIN if no msg frames currently available -EF...
GetIocFacts(9)
NAME GetIocFacts - Send IOCFacts request to MPT adapter. SYNOPSIS int GetIocFacts (MPT_ADAPTER *ioc , int sleepFlag , int reason ); ARGUMENTS ioc Pointer to MPT_ADAPTER structure sleepFlag Specifies whether the process can sleep reason If recovery, only update facts. DESCRIPTION Return...
GetLanConfigPages(9)
NAME GetLanConfigPages - Fetch LANConfig pages. SYNOPSIS int GetLanConfigPages (MPT_ADAPTER *ioc ); ARGUMENTS ioc Pointer to MPT_ADAPTER structure RETURN 0 for success -ENOMEM if no memory available -EPERM if not allowed due to ISR context -EAGAIN if no msg frames currently available -EFAULT for non-successf...
GetPortFacts(9)
NAME GetPortFacts - Send PortFacts request to MPT adapter. SYNOPSIS int GetPortFacts (MPT_ADAPTER *ioc , int portnum , int sleepFlag ); ARGUMENTS ioc Pointer to MPT_ADAPTER structure portnum Port number sleepFlag Specifies whether the process can sleep DESCRIPTION Returns 0 for success,...
HI6421V600_LDO(9)
NAME HI6421V600_LDO - specify a LDO power line SYNOPSIS HI6421V600_LDO (_id , vtable , ereg , emask , vreg , odelay , etime , ecomask , ecoamp ); ARGUMENTS _id LDO id name string vtable voltage table ereg enable register emask enable mask vreg voltage s...
HID_BPF_ASYNC_CB(9)
NAME HID_BPF_ASYNC_CB - macro to define an async callback used in a bpf_wq SYNOPSIS HID_BPF_ASYNC_CB (cb ); ARGUMENTS cb -- undescribed -- DESCRIPTION The caller is responsible for allocating a key in the async map with hid_bpf_async_get_ctx. SEE ALSO Kernel file ./drivers/hid/bpf/progs/hid_bpf_async.h Ap...
HMAC(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size — HMAC message authentication code SYNOPSIS library “libcrypto” #include <openssl/hmac.h> unsigned char * HMAC(const EVP_MD *evp_md, const void *ke...
HMAC.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_copy.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_free.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_get_md.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_new.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_reset.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_CTX_set_flags.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_Final.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_Init.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_Init_ex.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_Update.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HMAC_size.3ssl(3)
NAME HMAC, HMAC_CTX_new, HMAC_CTX_reset, HMAC_CTX_free, HMAC_Init, HMAC_Init_ex, HMAC_Update, HMAC_Final, HMAC_CTX_copy, HMAC_CTX_set_flags, HMAC_CTX_get_md, HMAC_size - HMAC message authentication code SYNOPSIS #include <openssl/hmac.h> unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, ...
HUGE_VAL(3)
NAME INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL - floating-point constants LIBRARY Math library (libm) SYNOPSIS #define _ISOC99_SOURCE /* See feature_test_macros(7) */ #include <math.h> INFINITY NAN HUGE_VAL HUGE_VALF HUGE_VALL DESCRIPTION The macro INFINITY expands to a...
HUGE_VALF(3)
NAME INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL - floating-point constants LIBRARY Math library (libm) SYNOPSIS #define _ISOC99_SOURCE /* See feature_test_macros(7) */ #include <math.h> INFINITY NAN HUGE_VAL HUGE_VALF HUGE_VALL DESCRIPTION The macro INFINITY expands to a...
HUGE_VALL(3)
NAME INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL - floating-point constants LIBRARY Math library (libm) SYNOPSIS #define _ISOC99_SOURCE /* See feature_test_macros(7) */ #include <math.h> INFINITY NAN HUGE_VAL HUGE_VALF HUGE_VALL DESCRIPTION The macro INFINITY expands to a...
I2C_BOARD_INFO(9)
NAME I2C_BOARD_INFO - macro used to list an i2c device and its address SYNOPSIS I2C_BOARD_INFO (dev_type , dev_addr ); ARGUMENTS dev_type identifies the device type dev_addr the device's address on the bus. DESCRIPTION This macro initializes essential fields of a struct i2c_board_info, declaring what h...
I40E_CLEAR_PF_SD_ENTRY(9)
NAME I40E_CLEAR_PF_SD_ENTRY - marks the sd entry as invalid in the hardware SYNOPSIS I40E_CLEAR_PF_SD_ENTRY (hw , sd_index , type ); ARGUMENTS hw pointer to our hw struct sd_index segment descriptor index type if sd entry is direct or paged SEE ALSO Kernel file ./drivers/net/ethern...
I40E_FIND_PD_INDEX_LIMIT(9)
NAME I40E_FIND_PD_INDEX_LIMIT - finds page descriptor index limit SYNOPSIS I40E_FIND_PD_INDEX_LIMIT (hmc_info , type , idx , cnt , pd_index , pd_limit ); ARGUMENTS hmc_info pointer to the HMC configuration information struct type HMC resource type we're examining idx starting index f...
I40E_FIND_SD_INDEX_LIMIT(9)
NAME I40E_FIND_SD_INDEX_LIMIT - finds segment descriptor index limit SYNOPSIS I40E_FIND_SD_INDEX_LIMIT (hmc_info , type , index , cnt , sd_idx , sd_limit ); ARGUMENTS hmc_info pointer to the HMC configuration information structure type type of HMC resources we're searching index starti...
I40E_INVALIDATE_PF_HMC_PD(9)
NAME I40E_INVALIDATE_PF_HMC_PD - Invalidates the pd cache in the hardware SYNOPSIS I40E_INVALIDATE_PF_HMC_PD (hw , sd_idx , pd_idx ); ARGUMENTS hw pointer to our hw struct sd_idx segment descriptor index pd_idx page descriptor index SEE ALSO Kernel file ./drivers/net/ethernet/intel...
I40E_SET_PF_SD_ENTRY(9)
NAME I40E_SET_PF_SD_ENTRY - marks the sd entry as valid in the hardware SYNOPSIS I40E_SET_PF_SD_ENTRY (hw , pa , sd_index , type ); ARGUMENTS hw pointer to our hw struct pa pointer to physical address sd_index segment descriptor index type if sd entry is direct or p...
IDR_INIT(9)
NAME IDR_INIT - Initialise an IDR. SYNOPSIS IDR_INIT (name ); ARGUMENTS name Name of IDR. DESCRIPTION A freshly-initialised IDR contains no IDs. SEE ALSO Kernel file ./include/linux/idr.h DEFINE_IDR(9), idr_get_cursor(9), idr_set_cursor(9), Kernel API(9), idr_init_base(9), idr_init(9), idr_is_empty(9), id...
IF_ARGS(9)
NAME IF_ARGS - Make selection based on optional argument list. SYNOPSIS IF_ARGS (then , else , ... ); ARGUMENTS then token to return if arguments are present else token to return if arguments are empty ... arguments to check (optional) DESCRIPTION This macro allows to select a t...
IIO_BACKEND_EX_INFO(9)
NAME IIO_BACKEND_EX_INFO - Helper for an IIO extended channel attribute SYNOPSIS IIO_BACKEND_EX_INFO (_name , _shared , _what ); ARGUMENTS _name Attribute name _shared Whether the attribute is shared between all channels _what Data private to the driver SEE ALSO Kernel file ./include/...
IIO_CONST_ATTR_INT_TIME_AVAIL(9)
NAME IIO_CONST_ATTR_INT_TIME_AVAIL - list available integration times SYNOPSIS IIO_CONST_ATTR_INT_TIME_AVAIL (_string ); ARGUMENTS _string frequency string for the attribute DESCRIPTION Constant version SEE ALSO Kernel file ./include/linux/iio/sysfs.h struct iio_dev_attr(9), struct iio_const_attr(9), IIO_DEV_AT...
IIO_CONST_ATTR_SAMP_FREQ_AVAIL(9)
NAME IIO_CONST_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies SYNOPSIS IIO_CONST_ATTR_SAMP_FREQ_AVAIL (_string ); ARGUMENTS _string frequency string for the attribute DESCRIPTION Constant version SEE ALSO Kernel file ./include/linux/iio/sysfs.h struct iio_dev_attr(9), struct iio_const_attr(9), IIO_D...
IIO_DECLARE_BUFFER_WITH_TS(9)
NAME IIO_DECLARE_BUFFER_WITH_TS - Declare a buffer with timestamp SYNOPSIS IIO_DECLARE_BUFFER_WITH_TS (type , name , count ); ARGUMENTS type element type of the buffer name identifier name of the buffer count number of elements in the buffer DESCRIPTION Declares a buffer that is...
IIO_DECLARE_DMA_BUFFER_WITH_TS(9)
NAME IIO_DECLARE_DMA_BUFFER_WITH_TS - Declare a DMA-aligned buffer with timestamp SYNOPSIS IIO_DECLARE_DMA_BUFFER_WITH_TS (type , name , count ); ARGUMENTS type element type of the buffer name identifier name of the buffer count number of elements in the buffer DESCRIPTION Same a...
IIO_DECLARE_QUATERNION(9)
NAME IIO_DECLARE_QUATERNION - Declare a quaternion element SYNOPSIS IIO_DECLARE_QUATERNION (type , name ); ARGUMENTS type element type of the individual vectors name identifier name DESCRIPTION Quaternions are a vector composed of 4 elements (W, X, Y, Z). Use this macro to declare a quaternion ...
IIO_DEGREE_TO_RAD(9)
NAME IIO_DEGREE_TO_RAD - Convert degree to rad SYNOPSIS IIO_DEGREE_TO_RAD (deg ); ARGUMENTS deg A value in degree DESCRIPTION Returns the given value converted from degree to rad SEE ALSO Kernel file ./include/linux/iio/iio.h struct iio_chan_spec_ext_info(9), struct iio_enum(9), IIO_ENUM(9), IIO_ENU...
IIO_DEV_ACQUIRE_DIRECT_MODE(9)
NAME IIO_DEV_ACQUIRE_DIRECT_MODE - Tries to acquire the direct mode lock with automatic release SYNOPSIS IIO_DEV_ACQUIRE_DIRECT_MODE (dev , claim ); ARGUMENTS dev IIO device instance claim Variable identifier to store acquire result DESCRIPTION Tries to acquire the direct mode lock with cleanup...
IIO_DEV_ACQUIRE_FAILED(9)
NAME IIO_DEV_ACQUIRE_FAILED - ACQUIRE_ERR() wrapper SYNOPSIS IIO_DEV_ACQUIRE_FAILED (claim ); ARGUMENTS claim The claim variable passed to IIO_DEV_ACQUIRE_*_MODE RETURN true if failed to acquire the mode, otherwise false. SEE ALSO Kernel file ./include/linux/iio/iio.h struct iio_chan_spec_ext_info(9), st...
IIO_DEV_ATTR_INT_TIME_AVAIL(9)
NAME IIO_DEV_ATTR_INT_TIME_AVAIL - list available integration times SYNOPSIS IIO_DEV_ATTR_INT_TIME_AVAIL (_show ); ARGUMENTS _show output method for the attribute SEE ALSO Kernel file ./include/linux/iio/sysfs.h struct iio_dev_attr(9), struct iio_const_attr(9), IIO_DEV_ATTR_SAMP_FREQ(9), IIO_DEV_ATTR_SAMP_FREQ...
IIO_DEV_ATTR_SAMP_FREQ(9)
NAME IIO_DEV_ATTR_SAMP_FREQ - sets any internal clock frequency SYNOPSIS IIO_DEV_ATTR_SAMP_FREQ (_mode , _show , _store ); ARGUMENTS _mode sysfs file mode/permissions _show output method for the attribute _store input method for the attribute SEE ALSO Kernel file ./include/li...
IIO_DEV_ATTR_SAMP_FREQ_AVAIL(9)
NAME IIO_DEV_ATTR_SAMP_FREQ_AVAIL - list available sampling frequencies SYNOPSIS IIO_DEV_ATTR_SAMP_FREQ_AVAIL (_show ); ARGUMENTS _show output method for the attribute DESCRIPTION May be mode dependent on some devices SEE ALSO Kernel file ./include/linux/iio/sysfs.h struct iio_dev_attr(9), struct iio_const_at...
IIO_DEV_GUARD_CURRENT_MODE(9)
NAME IIO_DEV_GUARD_CURRENT_MODE - Acquires the mode lock with automatic release SYNOPSIS IIO_DEV_GUARD_CURRENT_MODE (dev ); ARGUMENTS dev IIO device instance DESCRIPTION Acquires the mode lock with cleanup guard semantics. It is usually paired with iio_buffer_enabled. This should *not* be used to protect i...
IIO_DIFF_EVENT_CODE(9)
NAME IIO_DIFF_EVENT_CODE - create event identifier for differential channels SYNOPSIS IIO_DIFF_EVENT_CODE (chan_type , chan1 , chan2 , type , direction ); ARGUMENTS chan_type Type of the channel. Should be one of enum iio_chan_type. chan1 First channel number for differential channels. chan2 ...
IIO_ENUM(9)
NAME IIO_ENUM - Initialize enum extended channel attribute SYNOPSIS IIO_ENUM (_name , _shared , _e ); ARGUMENTS _name Attribute name _shared Whether the attribute is shared between all channels _e Pointer to an iio_enum struct DESCRIPTION This should usually be used together with I...
IIO_ENUM_AVAILABLE(9)
NAME IIO_ENUM_AVAILABLE - Initialize enum available extended channel attribute SYNOPSIS IIO_ENUM_AVAILABLE (_name , _shared , _e ); ARGUMENTS _name Attribute name ("_available" will be appended to the name) _shared Whether the attribute is shared between all channels _e Pointer to a...
IIO_G_TO_M_S_2(9)
NAME IIO_G_TO_M_S_2 - Convert g to meter / second**2 SYNOPSIS IIO_G_TO_M_S_2 (g ); ARGUMENTS g A value in g DESCRIPTION Returns the given value converted from g to meter / second**2 SEE ALSO Kernel file ./include/linux/iio/iio.h struct iio_chan_spec_ext_info(9), struct iio_enum(9), IIO_ENUM(9), II...
IIO_MOD_EVENT_CODE(9)
NAME IIO_MOD_EVENT_CODE - create event identifier for modified (non differential) channels SYNOPSIS IIO_MOD_EVENT_CODE (chan_type , number , modifier , type , direction ); ARGUMENTS chan_type Type of the channel. Should be one of enum iio_chan_type. number Channel number. modifier Modifier f...
IIO_MOUNT_MATRIX(9)
NAME IIO_MOUNT_MATRIX - Initialize mount matrix extended channel attribute SYNOPSIS IIO_MOUNT_MATRIX (_shared , _get ); ARGUMENTS _shared Whether the attribute is shared between all channels _get Pointer to an iio_get_mount_matrix_t accessor SEE ALSO Kernel file ./include/linux/iio/iio.h struct...
IIO_M_S_2_TO_G(9)
NAME IIO_M_S_2_TO_G - Convert meter / second**2 to g SYNOPSIS IIO_M_S_2_TO_G (ms2 ); ARGUMENTS ms2 A value in meter / second**2 DESCRIPTION Returns the given value converted from meter / second**2 to g SEE ALSO Kernel file ./include/linux/iio/iio.h struct iio_chan_spec_ext_info(9), struct iio_enum(9),...
IIO_RAD_TO_DEGREE(9)
NAME IIO_RAD_TO_DEGREE - Convert rad to degree SYNOPSIS IIO_RAD_TO_DEGREE (rad ); ARGUMENTS rad A value in rad DESCRIPTION Returns the given value converted from rad to degree SEE ALSO Kernel file ./include/linux/iio/iio.h struct iio_chan_spec_ext_info(9), struct iio_enum(9), IIO_ENUM(9), IIO_ENUM_A...
IIO_UNMOD_EVENT_CODE(9)
NAME IIO_UNMOD_EVENT_CODE - create event identifier for unmodified (non differential) channels SYNOPSIS IIO_UNMOD_EVENT_CODE (chan_type , number , type , direction ); ARGUMENTS chan_type Type of the channel. Should be one of enum iio_chan_type. number Channel number. type Type of the eve...
IMPLEMENT_ASN1_FUNCTIONS.3ssl(3)
NAME DECLARE_ASN1_FUNCTIONS, IMPLEMENT_ASN1_FUNCTIONS, ASN1_ITEM, ACCESS_DESCRIPTION_free, ACCESS_DESCRIPTION_new, ADMISSIONS_free, ADMISSIONS_new, ADMISSION_SYNTAX_free, ADMISSION_SYNTAX_new, ASIdOrRange_free, ASIdOrRange_new, ASIdentifierChoice_free, ASIdentifierChoice_new, ASIdentifiers_free, ASIdentifiers_new, ASRa...
IMPLEMENT_EXTERN_ASN1.3ssl(3)
NAME ASN1_EXTERN_FUNCS, ASN1_ex_d2i, ASN1_ex_d2i_ex, ASN1_ex_i2d, ASN1_ex_new_func, ASN1_ex_new_ex_func, ASN1_ex_free_func, ASN1_ex_print_func, IMPLEMENT_EXTERN_ASN1 - ASN.1 external function support SYNOPSIS #include <openssl/asn1t.h> typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long ...
IMPLEMENT_LHASH_COMP_FN.3ssl(3)
NAME LHASH, LHASH_OF, DEFINE_LHASH_OF_EX, DEFINE_LHASH_OF, OPENSSL_LH_COMPFUNC, OPENSSL_LH_HASHFUNC, OPENSSL_LH_DOALL_FUNC, LHASH_DOALL_ARG_FN_TYPE, IMPLEMENT_LHASH_HASH_FN, IMPLEMENT_LHASH_COMP_FN, lh_TYPE_new, lh_TYPE_free, lh_TYPE_flush, lh_TYPE_insert, lh_TYPE_delete, lh_TYPE_retrieve, lh_TYPE_doall, lh_TYPE_doall_...
IMPLEMENT_LHASH_HASH_FN.3ssl(3)
NAME LHASH, LHASH_OF, DEFINE_LHASH_OF_EX, DEFINE_LHASH_OF, OPENSSL_LH_COMPFUNC, OPENSSL_LH_HASHFUNC, OPENSSL_LH_DOALL_FUNC, LHASH_DOALL_ARG_FN_TYPE, IMPLEMENT_LHASH_HASH_FN, IMPLEMENT_LHASH_COMP_FN, lh_TYPE_new, lh_TYPE_free, lh_TYPE_flush, lh_TYPE_insert, lh_TYPE_delete, lh_TYPE_retrieve, lh_TYPE_doall, lh_TYPE_doall_...
IMPORT_FOREIGN_SCHEMA(7)
IMPORT FOREIGN SCHEMA(7) PostgreSQL 16.13 Documentation IMPORT FOREIGN SCHEMA(7) NAME IMPORT_FOREIGN_SCHEMA - import table definitions from a foreign server SYNOPSIS IMPO...
INDEX(9)
NAME INDEX - convert IPD/PKO port number to the port's interface index SYNOPSIS int INDEX (int ipd_port ); ARGUMENTS ipd_port Port to check DESCRIPTION Returns Index into interface port list SEE ALSO Kernel file ./drivers/staging/octeon/ethernet-util.h cvm_oct_get_buffer_ptr(9), INTERFACE(9) April 2026 ...
INDIO_BUFFER_FLAG_FIXED_WATERMARK(9)
NAME INDIO_BUFFER_FLAG_FIXED_WATERMARK - Watermark level of the buffer can not be configured. It has a fixed value which will be buffer specific. SYNOPSIS INDIO_BUFFER_FLAG_FIXED_WATERMARK SEE ALSO Kernel file ./include/linux/iio/buffer_impl.h struct iio_buffer_access_funcs(9), struct iio_buffer(9), iio_update_buffer...