OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxwords
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_media.c
380
ifmedia_getwords(struct ifmedia * const ifm, int *words, int
maxwords
)
388
if (words != NULL && nwords <
maxwords
) {
513
int
maxwords
= MIN(nwords1, ifmr->ifm_count);
local
514
int *kptr = kmem_zalloc(
maxwords
* sizeof(int),
518
nwords2 = ifmedia_getwords(ifm, kptr,
maxwords
);
521
maxwords
* sizeof(int));
524
kmem_free(kptr,
maxwords
* sizeof(int));
/src/external/bsd/tcpdump/dist/
print-smb.c
481
const u_char *
maxwords
;
local
495
maxwords
= ND_MIN(words + 1 + wct * 2, maxbuf);
497
smb_fdata(ndo, words + 1, f1,
maxwords
, unicodestr);
791
const u_char *words, *
maxwords
, *data;
local
843
maxwords
= ND_MIN(data, maxbuf);
864
for (i = 0; words + 1 + 2 * i <
maxwords
; i++) {
Completed in 18 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026