OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/nvmectl/
identify.c
200
int ch, fd, hexflag = 0,
hexlength
;
local
226
hexlength
= sizeof(struct nvm_identify_controller);
228
hexlength
= offsetof(struct nvm_identify_controller,
230
print_hex(&cdata,
hexlength
);
248
int ch, fd, hexflag = 0,
hexlength
, nsid;
local
289
hexlength
= sizeof(struct nvm_identify_namespace);
291
hexlength
= offsetof(struct nvm_identify_namespace,
293
print_hex(&nsdata,
hexlength
);
/src/usr.sbin/npf/npfctl/
npf_data.c
718
parse_ether_hex(uint8_t *dest, const char *str, int
hexlength
, const char *err)
723
ep = dest +
hexlength
; /* check null terminated boundary */
Completed in 31 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026