OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iep
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/ntfs/
ntfs_subr.c
776
struct attr_indexentry *
iep
;
local
828
iep
= (struct attr_indexentry *) ((char *)rdbuf + aoff);
830
for (; !(
iep
->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
831
aoff +=
iep
->reclen,
832
iep
= (struct attr_indexentry *) ((char *)rdbuf + aoff))
835
(u_int32_t)
iep
->ie_number,
836
(u_int32_t)
iep
->ie_fnametype));
841
res = ntfs_uastricmp(ntmp,
iep
->ie_fname,
842
iep
->ie_fnamelen, fname, fnamelen);
850
if (
iep
->ie_fnametype == 0 |
1034
struct attr_indexentry *
iep
;
local
[
all
...]
ntfs_vnops.c
575
struct attr_indexentry *
iep
;
local
580
error = ntfs_ntreaddir(ntmp, fp, num, &
iep
);
584
if (NULL ==
iep
)
587
for(; !(
iep
->ie_flag & NTFS_IEFLAG_LAST) && (uio->uio_resid >= sizeof(struct dirent));
588
iep
= NTFS_NEXTREC(
iep
, struct attr_indexentry *))
590
if(!ntfs_isnamepermitted(ntmp,
iep
))
595
for(i=0; i<
iep
->ie_fnamelen; i++) {
597
iep
->ie_fname[i]);
603
num, cde->d_name,
iep
->ie_fnametype
[
all
...]
/src/sys/arch/x86/x86/
mpbios.c
607
const struct mpbios_int *
iep
;
local
753
iep
= (const struct mpbios_int *)position;
754
if (
iep
->dst_apic_id == MPS_ALL_APICS)
803
iep
= (const struct mpbios_int *)position;
804
ie = *
iep
;
805
if (
iep
->dst_apic_id == MPS_ALL_APICS) {
/src/sys/net80211/
ieee80211_input.c
1955
ieee80211_saveie(u_int8_t **
iep
, const u_int8_t *ie)
1960
if (*
iep
== NULL || (*
iep
)[1] != ie[1]) {
1961
if (*
iep
!= NULL)
1962
free(*
iep
, M_DEVBUF);
1963
*
iep
= malloc(ielen, M_DEVBUF, M_NOWAIT);
1965
if (*
iep
!= NULL)
1966
memcpy(*
iep
, ie, ielen);
ieee80211_node.c
1270
saveie(u_int8_t **
iep
, const u_int8_t *ie)
1274
*
iep
= NULL;
1276
ieee80211_saveie(
iep
, ie);
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026