OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISCSI_SOCK_MSG_BYTE_ALIGN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/iscsi/dist/include/
iscsiutil.h
273
#define
ISCSI_SOCK_MSG_BYTE_ALIGN
4
/src/external/bsd/iscsi/dist/src/lib/
util.c
904
uint8_t padding[
ISCSI_SOCK_MSG_BYTE_ALIGN
];
925
if ((remainder = len %
ISCSI_SOCK_MSG_BYTE_ALIGN
) != 0) {
935
padding_len =
ISCSI_SOCK_MSG_BYTE_ALIGN
- remainder;
Completed in 24 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026