Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 61) sorted by relevance

123

/sys/include/
Dcv.h9 void CV_Init(CV *cv, const char *name);
Dmutex.h16 void Mutex_Init(Mutex *mtx, const char *name);
Dkdebug.h6 const char name[40]; member
Dvfs.h43 int (*lookup)(VNode *dn, VNode **fn, const char *name);
/lib/liblwip/src/netif/
Dethernetif.c300 netif->name[0] = IFNAME0;
301 netif->name[1] = IFNAME1;
Dslipif.c331 netif->name[0] = 's'; in slipif_init()
332 netif->name[1] = 'l'; in slipif_init()
/sys/fs/o2fs/
Do2fs.c21 int O2FS_Lookup(VNode *dn, VNode **fn, const char *name);
401 VLOG(o2fs, "%16s %08llx %08llx\n", entry->name, entry->objId.offset, entry->size); in O2FSDumpDirEntry()
416 O2FS_Lookup(VNode *dn, VNode **fn, const char *name) in O2FS_Lookup() argument
445 if (strcmp((char *)dir[e].name, name) == 0) { in O2FS_Lookup()
673 strcpy(de.d_name, (char *)dirEntry.name); in O2FS_ReadDir()
Do2fs.h109 uint8_t name[MAXNAMELEN+1]; // Null terminated member
/lib/liblwip/src/core/ipv4/
Dautoip.c262 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num, in autoip_bind()
302 ("autoip_start(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], in autoip_start()
303 netif->name[1], (u16_t)netif->num)); in autoip_start()
Dip.c417 netif->name[0], netif->name[1]));
427 netif->name[0], netif->name[1]));
774 …LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c%"U16_F"\n", netif->name[0], netif->name[1], netif->num)…
/lib/liblwip/src/arch/
Detherif.c344 netif->name[0] = IFNAME0; in ethernetif_init()
345 netif->name[1] = IFNAME1; in ethernetif_init()
/lib/liblwip/src/api/
Dsockets.c405 lwip_bind(int s, const struct sockaddr *name, socklen_t namelen) in lwip_bind() argument
420 ((name->sa_family) == AF_INET) && ((((mem_ptr_t)name) % 4) == 0)), in lwip_bind()
422 name_in = (const struct sockaddr_in *)(void*)name; in lwip_bind()
471 lwip_connect(int s, const struct sockaddr *name, socklen_t namelen) in lwip_connect() argument
484 ((name->sa_family) == AF_INET) && ((((mem_ptr_t)name) % 4) == 0)), in lwip_connect()
486 name_in = (const struct sockaddr_in *)(void*)name; in lwip_connect()
1408 lwip_getaddrname(int s, struct sockaddr *name, socklen_t *namelen, u8_t local) argument
1437 MEMCPY(name, &sin, *namelen);
1443 lwip_getpeername(int s, struct sockaddr *name, socklen_t *namelen) argument
1445 return lwip_getaddrname(s, name, namelen, 0);
[all …]
Dapi_lib.c753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname() argument
759 LWIP_ERROR("netconn_gethostbyname: invalid name", (name != NULL), return ERR_ARG;); in netconn_gethostbyname()
767 msg.name = name; in netconn_gethostbyname()
/sys/kern/
Ddebug.c182 kprintf("%-16s %s\n", cmds[i].name, cmds[i].description); in Debug_Help()
290 if (strcmp(argv[0], cmds[i].name) == 0) in Debug_Prompt()
/lib/liblwip/src/core/
Ddhcp.c201 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_handle_nak()
230 …(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_check(netif=%p) %c%c\n", (void *)netif, (s16_t)netif->name[0], in dhcp_check()
231 (s16_t)netif->name[1])); in dhcp_check()
256 (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num)); in dhcp_handle_offer()
289 …CE, ("dhcp_select(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)… in dhcp_select()
636 …ATE, ("dhcp_start(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)… in dhcp_start()
935 …RACE, ("dhcp_bind(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)… in dhcp_bind()
/sys/amd64/
Ddisasm.c1101 const char * name; in db_disasm_esc() local
1147 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1148 kprintf("%s\t%%st,%%st(%d)",name,f_rm(rex, regmodrm)); in db_disasm_esc()
1151 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1152 kprintf("%s\t%%st(%d),%%st",name, f_rm(rex, regmodrm)); in db_disasm_esc()
1155 name = (fp->f_rrname) ? fp->f_rrname : fp->f_name; in db_disasm_esc()
1156 kprintf("%s\t%%st(%d)",name, f_rm(rex, regmodrm)); in db_disasm_esc()
1159 name = ((const char * const *)fp->f_rrname)[f_rm(rex, regmodrm)]; in db_disasm_esc()
1160 if (*name == '\0') in db_disasm_esc()
1162 kprintf("%s", name); in db_disasm_esc()
[all …]
/lib/liblwip/src/include/lwip/
Dapi_msg.h137 const char *name; member
Dsys.h224 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int …
/docs/
DDoxyfile41 # project for which the documentation is generated. This name is used in the
139 # following values are used ($name is automatically replaced with the name of
140 # the entity):The $name class, The $name widget, The $name file, is, provides,
143 ABBREVIATE_BRIEF = "The $name class" \
144 "The $name widget" \
145 "The $name file" \
171 # before files name in the file list and in the header files. If set to NO the
172 # shortest path that makes the file name unique will be used
191 # header file to include in order to use a class. If left blank only the name of
273 # name=value
[all …]
/lib/liblwip/src/core/ipv6/
Dip6.c301 …LWIP_DEBUGF(IP_DEBUG, ("ip_output_if: %c%c (len %"U16_F")\n", netif->name[0], netif->name[1], p->t… in ip_output_if()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c186 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory()
195 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory()
/lib/liblwip/
DCOPYING13 * 3. The name of the author may not be used to endorse or promote products
/lib/liblwip/doc/
Dsys_arch.txt80 Notice that lwIP implements a function with a similar name,
137 Note that a function with a similar name, sys_mbox_fetch(), is
171 - sys_thread_t sys_thread_new(char *name, void (* thread)(void *arg), void *arg, int stacksize, int…
173 Starts a new thread named "name" with priority "prio" that will begin its
/sys/dev/
De1000.c20 const char *name; member
183 kprintf("E1000: Found %s\n", deviceList[deviceIdx].name); in E1000_Init()
Dahci.c22 const char *name; member
212 kprintf("AHCI: Found %s\n", deviceList[deviceIdx].name); in AHCI_Init()

123