HomeSort by: relevance | last modified time | path
    Searched defs:inline (Results 1 - 24 of 24) sorted by relevancy

  /src/usr.sbin/traceroute/
gnuc.h 5 /* inline foo */
7 #define inline __inline macro
9 #define inline macro
gnuc.h 5 /* inline foo */
7 #define inline __inline macro
9 #define inline macro
gnuc.h 5 /* inline foo */
7 #define inline __inline macro
9 #define inline macro
  /src/tests/sbin/gpt/
t_gpt.sh 44 inline() { function
45 local inline="$1"
47 atf_check -s exit:0 -e empty -o inline:"$inline" "$@"
178 inline "Type: apple (48465300-0000-11aa-aa11-00306543ecac)\n" \
182 inline "Type: efi (c12a7328-f81f-11d2-ba4b-00a0c93ec93b)\n" \
t_gpt.sh 44 inline() { function
45 local inline="$1"
47 atf_check -s exit:0 -e empty -o inline:"$inline" "$@"
178 inline "Type: apple (48465300-0000-11aa-aa11-00306543ecac)\n" \
182 inline "Type: efi (c12a7328-f81f-11d2-ba4b-00a0c93ec93b)\n" \
t_gpt.sh 44 inline() { function
45 local inline="$1"
47 atf_check -s exit:0 -e empty -o inline:"$inline" "$@"
178 inline "Type: apple (48465300-0000-11aa-aa11-00306543ecac)\n" \
182 inline "Type: efi (c12a7328-f81f-11d2-ba4b-00a0c93ec93b)\n" \
  /src/sys/arch/sun3/dev/
if_ie.c 164 #define inline /* not */ macro
185 static inline void ie_setup_config(struct ie_config_cmd *, int, int);
197 static inline uint8_t *Align(char *);
198 static inline u_int Swap32(u_int);
199 static inline u_int vtop24(struct ie_softc *, void *);
200 static inline uint16_t vtop16sw(struct ie_softc *, void *);
202 static inline void ie_ack(struct ie_softc *, u_int);
203 static inline u_short ether_cmp(u_char *, uint8_t *);
204 static inline int ie_buflen(struct ie_softc *, int);
205 static inline int ie_packet_len(struct ie_softc *)
    [all...]
if_ie.c 164 #define inline /* not */ macro
185 static inline void ie_setup_config(struct ie_config_cmd *, int, int);
197 static inline uint8_t *Align(char *);
198 static inline u_int Swap32(u_int);
199 static inline u_int vtop24(struct ie_softc *, void *);
200 static inline uint16_t vtop16sw(struct ie_softc *, void *);
202 static inline void ie_ack(struct ie_softc *, u_int);
203 static inline u_short ether_cmp(u_char *, uint8_t *);
204 static inline int ie_buflen(struct ie_softc *, int);
205 static inline int ie_packet_len(struct ie_softc *)
    [all...]
if_ie.c 164 #define inline /* not */ macro
185 static inline void ie_setup_config(struct ie_config_cmd *, int, int);
197 static inline uint8_t *Align(char *);
198 static inline u_int Swap32(u_int);
199 static inline u_int vtop24(struct ie_softc *, void *);
200 static inline uint16_t vtop16sw(struct ie_softc *, void *);
202 static inline void ie_ack(struct ie_softc *, u_int);
203 static inline u_short ether_cmp(u_char *, uint8_t *);
204 static inline int ie_buflen(struct ie_softc *, int);
205 static inline int ie_packet_len(struct ie_softc *)
    [all...]
  /src/usr.bin/make/
test-variants.mk 112 # Ensure that every inline function is declared as MAKE_ATTR_UNUSED.
113 TESTS+= no-inline
114 CPPFLAGS.no-inline= -Dinline=
test-variants.mk 112 # Ensure that every inline function is declared as MAKE_ATTR_UNUSED.
113 TESTS+= no-inline
114 CPPFLAGS.no-inline= -Dinline=
test-variants.mk 112 # Ensure that every inline function is declared as MAKE_ATTR_UNUSED.
113 TESTS+= no-inline
114 CPPFLAGS.no-inline= -Dinline=
  /src/sys/sys/
cdefs.h 126 #define __inline inline /* convert to C++/C99 keyword */
148 * Programs using the ANSI C keywords const, inline etc. as normal
153 #define inline __inline macro
435 * Non-static C99 inline functions are optional bodies. They don't
438 * equivalent for older GCC is `extern inline'. For newer GCC, use the
cdefs.h 126 #define __inline inline /* convert to C++/C99 keyword */
148 * Programs using the ANSI C keywords const, inline etc. as normal
153 #define inline __inline macro
435 * Non-static C99 inline functions are optional bodies. They don't
438 * equivalent for older GCC is `extern inline'. For newer GCC, use the
cdefs.h 126 #define __inline inline /* convert to C++/C99 keyword */
148 * Programs using the ANSI C keywords const, inline etc. as normal
153 #define inline __inline macro
435 * Non-static C99 inline functions are optional bodies. They don't
438 * equivalent for older GCC is `extern inline'. For newer GCC, use the
  /src/sys/dev/pci/
esm.c 120 #define inline inline macro
122 static inline void ringbus_setdest(struct esm_softc *, int, int);
124 static inline uint16_t wp_rdreg(struct esm_softc *, uint16_t);
125 static inline void wp_wrreg(struct esm_softc *, uint16_t, uint16_t);
126 static inline uint16_t wp_rdapu(struct esm_softc *, int, uint16_t);
127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
129 static inline void wp_settimer(struct esm_softc *, u_int);
130 static inline void wp_starttimer(struct esm_softc *);
131 static inline void wp_stoptimer(struct esm_softc *)
    [all...]
esm.c 120 #define inline inline macro
122 static inline void ringbus_setdest(struct esm_softc *, int, int);
124 static inline uint16_t wp_rdreg(struct esm_softc *, uint16_t);
125 static inline void wp_wrreg(struct esm_softc *, uint16_t, uint16_t);
126 static inline uint16_t wp_rdapu(struct esm_softc *, int, uint16_t);
127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
129 static inline void wp_settimer(struct esm_softc *, u_int);
130 static inline void wp_starttimer(struct esm_softc *);
131 static inline void wp_stoptimer(struct esm_softc *)
    [all...]
esm.c 120 #define inline inline macro
122 static inline void ringbus_setdest(struct esm_softc *, int, int);
124 static inline uint16_t wp_rdreg(struct esm_softc *, uint16_t);
125 static inline void wp_wrreg(struct esm_softc *, uint16_t, uint16_t);
126 static inline uint16_t wp_rdapu(struct esm_softc *, int, uint16_t);
127 static inline void wp_wrapu(struct esm_softc *, int, uint16_t,
129 static inline void wp_settimer(struct esm_softc *, u_int);
130 static inline void wp_starttimer(struct esm_softc *);
131 static inline void wp_stoptimer(struct esm_softc *)
    [all...]
  /src/sys/coda/
coda.h 82 #define inline macro
coda.h 82 #define inline macro
coda.h 82 #define inline macro
  /src/lib/libc/stdlib/
jemalloc.c 163 # define inline macro
174 static inline int
821 * Begin function prototypes for non-inline static functions.
916 static inline size_t
1515 static inline arena_t *
1552 static inline void *
1612 static inline void
2052 static inline void *
2248 static inline void
3247 static inline boo
    [all...]
jemalloc.c 163 # define inline macro
174 static inline int
821 * Begin function prototypes for non-inline static functions.
916 static inline size_t
1515 static inline arena_t *
1552 static inline void *
1612 static inline void
2052 static inline void *
2248 static inline void
3247 static inline boo
    [all...]
jemalloc.c 163 # define inline macro
174 static inline int
821 * Begin function prototypes for non-inline static functions.
916 static inline size_t
1515 static inline arena_t *
1552 static inline void *
1612 static inline void
2052 static inline void *
2248 static inline void
3247 static inline boo
    [all...]

Completed in 54 milliseconds