OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlp
(Results
1 - 13
of
13
) sorted by relevancy
/src/sbin/disklabel/
bswap.c
141
targettohlabel(struct disklabel *
hlp
, const struct disklabel *tlp)
145
bswaplabel(
hlp
, tlp);
147
*
hlp
= *tlp;
149
hlp
->d_checksum = 0;
150
hlp
->d_checksum = dkcksum(
hlp
);
154
htotargetlabel(struct disklabel *tlp, const struct disklabel *
hlp
)
158
bswaplabel(tlp,
hlp
);
160
*tlp = *
hlp
;
main.c
1219
struct disklabel *disk_lp,
hlp
, tlp;
local
1277
targettohlabel(&
hlp
, &tlp);
1281
makedisktab(stdout, &
hlp
);
1283
showinfo(stdout, &
hlp
, specname);
1284
showpartitions(stdout, &
hlp
, Cflag);
1286
checklabel(&
hlp
);
1287
htotargetlabel(&tlp, &
hlp
);
/src/sys/arch/vax/floppy/
Makefile
15
FROMDEC=du* dm* db* s[mbr]* *boo.* vmb.exe *.
hlp
cs* ci*
/src/external/gpl3/gcc.old/dist/gcc/
opth-gen.awk
529
hlp
= "0"
531
hlp
= "N_(\"" help[i] "\")";
optc-gen.awk
363
hlp
= "NULL"
365
hlp
= quote help[i] quote;
454
quote, opts[i], quote,
hlp
, missing_arg_error, warn_message,
/src/external/bsd/byacc/dist/
vmsbuild.com
15
$
hlp
= f$edit("''p1'", "UPCASE")
16
$ if "''
hlp
'" .eqs. "HELP" .or. -
17
"''
hlp
'" .eqs. "-H" .or. -
18
"''
hlp
'" .eqs. "-?" .or. -
19
"''
hlp
'" .eqs. "?" then gosub usage
/src/external/gpl3/gcc/dist/gcc/
optc-gen.awk
370
hlp
= "NULL"
372
hlp
= quote help[i] quote;
461
quote, opts[i], quote,
hlp
, missing_arg_error, warn_message,
opth-gen.awk
562
hlp
= "0"
564
hlp
= "N_(\"" help[i] "\")";
/src/external/bsd/wpa/dist/wpa_supplicant/
sme.c
2251
struct wpabuf *
hlp
[max_hlp];
local
2257
hlp
[num_hlp] = wpabuf_alloc(2 * ETH_ALEN + 6 +
2259
if (!
hlp
[num_hlp])
2261
wpabuf_put_data(
hlp
[num_hlp], req->dst, ETH_ALEN);
2262
wpabuf_put_data(
hlp
[num_hlp], wpa_s->own_addr,
2264
wpabuf_put_data(
hlp
[num_hlp],
2266
wpabuf_put_buf(
hlp
[num_hlp], req->pkt);
2275
(const struct wpabuf **)
hlp
,
2278
wpabuf_free(
hlp
[i]);
/src/external/bsd/wpa/dist/src/ap/
wpa_auth.h
577
const struct wpabuf *
hlp
);
wpa_auth.c
51
const struct wpabuf *
hlp
);
3286
const struct wpabuf *
hlp
)
3327
plain = fils_prepare_plainbuf(sm,
hlp
);
3363
const struct wpabuf *
hlp
)
3390
/* FILS
HLP
Container */
3391
if (
hlp
)
3392
wpabuf_put_buf(plain,
hlp
);
3518
const u8 *fils_session, struct wpabuf *
hlp
)
3530
plain = fils_prepare_plainbuf(sm,
hlp
);
/src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h
605
const struct wpabuf **
hlp
,
wpa.c
5992
const struct wpabuf **
hlp
,
6006
for (i = 0;
hlp
&& i < num_hlp; i++)
6007
len += 10 + wpabuf_len(
hlp
[i]);
6043
/* FILS
HLP
Container */
6044
for (i = 0;
hlp
&& i < num_hlp; i++) {
6045
const u8 *pos = wpabuf_head(
hlp
[i]);
6046
size_t left = wpabuf_len(
hlp
[i]);
6056
/* Destination MAC Address, Source MAC Address,
HLP
Packet.
6057
*
HLP
Packet is in MSDU format (i.e., included the LLC/SNAP
6123
wpa_hexdump(MSG_MSGDUMP, "FILS:
HLP
response", resp, len)
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026