HomeSort by: relevance | last modified time | path
    Searched defs:NAME (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/lib/libkern/arch/alpha/
htonl.S 30 #define NAME htonl
htons.S 30 #define NAME htons
ntohl.S 30 #define NAME ntohl
ntohs.S 30 #define NAME ntohs
  /src/sys/lib/libkern/arch/ia64/
bswap16.S 35 #define NAME bswap16
bswap32.S 35 #define NAME bswap32
bswap64.S 35 #define NAME bswap64
byte_swap_2.S 32 #ifndef NAME
33 #error NAME not defined
41 ENTRY(NAME, 1)
46 END(NAME)
byte_swap_4.S 32 #ifndef NAME
33 #error NAME not defined
41 ENTRY(NAME, 1)
46 END(NAME)
byte_swap_8.S 32 #ifndef NAME
33 #error NAME not defined
42 ENTRY(NAME, 1)
45 END(NAME)
htonl.S 30 #define NAME htonl
ntohl.S 30 #define NAME ntohl
  /src/sys/arch/arm/arm/
bus_space_notimpl.S 18 * 4. The name of the company nor the name of the author may be used to
38 * BUS_SPACE - name of this bus space
45 #define NAME(func) __C(BUS_SPACE,__C(_bs_,func))
46 #define LNAME(func) __C(.L,NAME(func))
49 #define GLOBAL(func) .global __L(NAME(func))
50 #define LABEL(func) __L(NAME(func)):
53 #define FTEXT(func,text) __S(__C(NAME(func),text))
67 END(NAME(func))
  /src/sys/dev/rasops/
rasops1_putchar_width.h 55 #define NAME(width) NAME1(width)
62 NAME(RASOPS_WIDTH)(void *cookie, int row, int col, u_int uc, long attr)
147 #undef NAME
rasops1-4_putchar.h 75 #define NAME(depth) NAME1(depth)
87 NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
310 #undef NAME
rasops_putchar.h 87 #define NAME(depth) NAME1(depth)
98 NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
233 #undef NAME
rasops_putchar_width.h 193 #define NAME(depth, width) NAME1(depth, width)
206 NAME(RASOPS_DEPTH, RASOPS_WIDTH)(void *cookie, int row, int col, u_int uc,
301 #undef NAME
rasops_bitops.h 45 #define NAME(name) NAME1(RASOPS_DEPTH, name)
46 #define NAME1(depth, name) NAME2(depth, name)
47 #define NAME2(depth, name) rasops ## depth ## _ ## name
53 NAME(erasecols)(void *cookie, int row, int col, int num, long attr)
147 NAME(do_cursor)(struct rasops_info *ri)
219 NAME(copycols)(void *cookie, int row, int src, int dst, int num
    [all...]
  /src/usr.sbin/lockstat/
elf32.c 49 * 4. The name of the author may not be used to endorse or promote products
90 #define NAME(x) x##32
92 #define NAME(x) x##64
100 NAME(loadsym)(int fd)
167 NAME(findsym)(findsym_t find, char *name, uintptr_t *start, uintptr_t *end)
198 if (strcmp(&strp[symp[i].st_name], name) != 0)
216 if (name == NULL)
219 strlcpy(name, &strp[symp[i].st_name],
222 snprintf(name, NAME_SIZE, "%s+%x"
    [all...]
  /src/games/hack/
def.monst.h 19 * - Neither the name of the Stichting Centrum voor Wiskunde en
49 * 3. The name of the author may not be used to endorse or promote products
96 Bitfield(mnamelth,6); /* length of name (following mxlth) */
121 #define NAME(mtmp) (((char *) mtmp->mextra) + mtmp->mxlth)
  /src/bin/csh/
proc.h 15 * 3. Neither the name of the University nor the names of its contributors
85 #define NAME 02
  /src/usr.bin/rdist/
defs.h 15 * 3. Neither the name of the University nor the names of its contributors
64 #define NAME 8
118 char *c_name; /* hostname or time stamp file name */
142 extern char tempfile[]; /* file name for logging changes */
144 extern char host[]; /* host name of master copy */
  /src/sys/arch/emips/stand/common/
ace.c 102 typedef char *NAME;
104 NAME RegisterName;
105 NAME BitNames[32];
193 const NAME CommandNames[8] =
  /src/common/dist/zlib/
inflate.h 27 NAME, /* i: waiting for end of file name (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 130 (void) strcpy(nodes[0].name, "_BUILD.0");
131 (void) strcpy(nodes[1].name, "_BUILD.1");
822 (void) strcpy(node[0].name, "0_ROOT");
823 (void) strcpy(node[1].name, "1_ROOT");
824 (void) strcpy(node[2].name, "2_ROOT");
915 #define NAME(x) ((x)->index < 0 ? (x)->name : (x)->name)
916 #define GNAME(y) ((y) == NULL ? "NULL" : NAME(y))
1027 static char name[80] local in function:addrname
1307 char name[80]; local in function:test_addr
    [all...]

Completed in 27 milliseconds

1 2