OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/mopd/common/
common.h
51
struct
if_info
{
struct
61
struct
if_info
*next; /* Next Interface */
77
struct
if_info
*ii; /* interface pointer */
/src/usr.sbin/rarpd/
rarpd.c
79
struct
if_info
{
struct
85
struct
if_info
*ii_alias;
86
struct
if_info
*ii_next;
92
static struct
if_info
*iflist;
103
static void rarp_process(struct
if_info
*, u_char *);
104
static void rarp_reply(struct
if_info
*, struct ether_header *, u_int32_t,
192
struct
if_info
*h;
193
struct
if_info
*p;
208
p = (struct
if_info
*)malloc(sizeof(*p));
441
struct
if_info
*ii
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc
794
/* Return the comparison code for reversed condition for
IF_INFO
,
798
noce_reversed_cond_code (struct noce_if_info *
if_info
)
800
if (
if_info
->rev_cond)
801
return GET_CODE (
if_info
->rev_cond);
802
return reversed_comparison_code (
if_info
->cond,
if_info
->jump);
806
if-convertible sequence described in
IF_INFO
.
812
struct noce_if_info *
if_info
)
814
bool speed_p =
if_info
->speed_p;
819
if (cost <=
if_info
->original_cost
4409
struct noce_
if_info
if_info
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
ifcvt.cc
795
/* Return the comparison code for reversed condition for
IF_INFO
,
799
noce_reversed_cond_code (struct noce_if_info *
if_info
)
801
if (
if_info
->rev_cond)
802
return GET_CODE (
if_info
->rev_cond);
803
return reversed_comparison_code (
if_info
->cond,
if_info
->jump);
807
if-convertible sequence described in
IF_INFO
.
813
struct noce_if_info *
if_info
)
815
bool speed_p =
if_info
->speed_p;
820
if (cost <=
if_info
->original_cost
4600
struct noce_
if_info
if_info
;
local
[
all
...]
Completed in 69 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026