| /src/sys/arch/arc/stand/boot/ |
| devopen.c | 51 char *ncp; local 58 ncp = (char *)fname; 76 while (*ncp && *ncp++ != ')') 78 if (*ncp) 79 cp = ncp; 92 while (*ncp && *ncp++ != ')') 94 if (*ncp) 95 cp = ncp; [all...] |
| /src/sys/arch/sgimips/stand/common/ |
| devopen.c | 54 char *ncp; local 61 ncp = (char *)fname; 70 while (*ncp && *ncp++ != ')') 72 if (*ncp) 73 cp = ncp; 89 while (ncp != NULL && *ncp != 0) { 90 while (*ncp && *ncp++ != ')' [all...] |
| /src/lib/libc/rpc/ |
| getnetconfig.c | 123 struct netconfig *ncp; member in struct:netconfig_list 248 struct netconfig_vars *ncp = handlep; local 256 if (ncp == NULL || nc_file == NULL) { 261 switch (ncp->valid) { 272 if (ncp->flag == 0) { /* first time */ 273 ncp->flag = 1; 274 ncp->nc_configs = ni.head; 275 if (ncp->nc_configs != NULL) /* entry already exist */ 276 return ncp->nc_configs->ncp; 428 struct netconfig *ncp = NULL; \/* returned value *\/ local [all...] |
| getnetpath.c | 66 struct netconfig *ncp; /* an nconf entry */ local 154 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */ local 155 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ 170 if ((ncp = getnetconfig(np_sessionp->nc_handlep)) 173 } while ((ncp->nc_flag & NC_VISIBLE) == 0); 174 return (ncp); 184 if ((ncp = getnetconfigent(npp)) != NULL) { 188 freenetconfigent(ncp); 191 chainp->ncp = ncp; [all...] |
| /src/sys/kern/ |
| vfs_cache.c | 379 cache_remove(struct namecache *ncp, const bool dir2node) 381 struct vnode *vp, *dvp = ncp->nc_dvp; 383 size_t namelen = NC_NLEN(ncp); 386 KASSERT(cache_key(ncp->nc_name, namelen) == ncp->nc_key); 387 KASSERT(rb_tree_find_node(&dvi->vi_nc_tree, ncp) == ncp); 389 SDT_PROBE(vfs, namecache, invalidate, done, ncp, 0, 0, 0, 0); 395 if ((vp = ncp->nc_vp) != NULL) { 399 TAILQ_REMOVE(&vi->vi_nc_list, ncp, nc_list) 433 struct namecache *ncp; local 536 struct namecache *ncp; local 662 struct namecache *ncp; local 799 struct namecache *ncp; local 919 struct namecache *ncp, *oncp; local 1184 struct namecache *ncp; local 1241 struct namecache *ncp; local 1260 struct namecache *ncp; local 1349 struct namecache *ncp; local 1397 struct namecache *ncp; local 1547 struct namecache *ncp; local [all...] |
| /src/sys/arch/alpha/stand/netboot/ |
| devopen.c | 50 register char *ncp; 60 ncp = namebuf; 84 if (ncp < namebuf + sizeof(namebuf) - 1) 85 *ncp++ = c; 88 *ncp = '\0'; 100 if (ncp < namebuf + sizeof(namebuf) - 1) 101 *ncp++ = c; 129 *ncp = '\0';
|
| /src/sys/arch/evbmips/stand/sbmips/netboot/ |
| devopen.c | 50 register char *ncp; 59 ncp = namebuf; 84 if (ncp < namebuf + sizeof(namebuf) - 1) 85 *ncp++ = c; 88 *ncp = '\0'; 100 if (ncp < namebuf + sizeof(namebuf) - 1) 101 *ncp++ = c; 129 *ncp = '\0';
|
| /src/sys/arch/sbmips/stand/netboot/ |
| devopen.c | 50 register char *ncp; 59 ncp = namebuf; 84 if (ncp < namebuf + sizeof(namebuf) - 1) 85 *ncp++ = c; 88 *ncp = '\0'; 100 if (ncp < namebuf + sizeof(namebuf) - 1) 101 *ncp++ = c; 129 *ncp = '\0';
|
| /src/sys/arch/pmax/stand/common/ |
| devopen.c | 52 char *ncp; local 59 ncp = namebuf; 88 if (ncp < namebuf + sizeof(namebuf) - 1) 89 *ncp++ = c; 99 if (ncp < namebuf + sizeof(namebuf) - 1) 100 *ncp++ = c; 129 *ncp = '\0';
|
| /src/sys/arch/emips/stand/common/ |
| devopen.c | 53 char *ncp; local 60 ncp = device_name; 83 if (ncp < device_name + sizeof(device_name) - 1) 84 *ncp++ = c; 87 if (ncp == device_name) 110 *ncp = '\0';
|
| boot.c | 264 char *ncp; local 269 ncp = device_name; 290 if (ncp < device_name + sizeof(device_name) - 1) 291 *ncp++ = c; 295 if (ncp == device_name) { 297 ncp += 3; 319 *ncp = '\0';
|
| /src/sys/arch/arc/pci/ |
| necpbvar.h | 51 void necpb_init(struct necpb_context *ncp);
|
| necpb.c | 172 necpb_init(struct necpb_context *ncp) 181 if (ncp->nc_initialized) 184 arc_large_bus_space_init(&ncp->nc_memt, "necpcimem", 186 arc_bus_space_init_arena(&ncp->nc_memt, &necpb_mem_arena_store, 189 arc_bus_space_init(&ncp->nc_iot, "necpciio", 191 arc_bus_space_init_arena(&ncp->nc_iot, &necpb_io_arena_store, 194 jazz_bus_dma_tag_init(&ncp->nc_dmat); 196 pc = &ncp->nc_pc; 238 ncp->nc_initialized = 1;
|
| /src/sys/arch/mipsco/stand/common/ |
| devopen.c | 52 char *ncp; local 59 ncp = namebuf; 67 if (ncp < namebuf + sizeof(namebuf) - 1) 68 *ncp++ = c; 100 *ncp = '\0';
|
| /src/external/bsd/am-utils/dist/conf/transp/ |
| transp_tli.c | 61 struct netconfig *ncp; local 66 ncp = getnetconfig(handlep); 70 ret = netdir_getbyname(ncp, &service, &addrs); 299 u_long protocol, struct netconfig *ncp) 302 return svc_reg(xprt, prognum, versnum, dispatch, ncp); 470 const struct netconfig *ncp, 479 if (!ncp) { 480 plog(XLOG_ERROR, "null ncp"); 484 td = t_open(ncp->nc_device, O_RDWR, (struct t_info *) NULL); 638 struct netconfig *ncp = NULL local [all...] |
| /src/tests/net/if_pppoe/ |
| common.sh | 158 for ncp in $NCP_; do 159 test -n "$ncp" && \ 160 wait_for $ncp "opened" $expected_failure 171 local ncp=$1 179 wait_for $ncp "opened"
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| omr-watcher.c | 114 omr_prefix_metadata_set(omr_prefix_t *prefix, int metric, int flags, int rloc, bool stable, bool ncp) 120 prefix->ncp = ncp; 121 prefix->user = !ncp; 145 omr_prefix_create(struct in6_addr *prefix, int prefix_length, int metric, int flags, int rloc, bool stable, bool ncp) 152 omr_prefix_metadata_set(ret, metric, flags, rloc, stable, ncp); 323 prefix->user ? " (user)" : "", prefix->ncp ? " (ncp)": "", prefix->stable ? " (stable)" : ""); 329 prefix->previous_ncp = prefix->ncp; 333 prefix->ncp = false [all...] |
| omr-watcher.h | 51 bool user, ncp, stable, onmesh, slaac, dhcp, preferred; member in struct:omr_prefix 74 int rloc, bool stable, bool ncp);
|
| /src/usr.sbin/sysinst/ |
| run.c | 419 char *cp, *ncp; local 565 for (ncp = cp; (ncp = strstr(ncp, "\r\n")); ncp += 2) { 566 ncp[0] = '\n'; 567 ncp[1] = '\r';
|
| /src/sbin/pppoectl/ |
| pppoectl.c | 97 static struct spppncpcfg ncp; variable in typeref:struct:spppncpcfg 223 memset(&ncp, 0, sizeof ncp); 224 strncpy(ncp.ifname, ifname, sizeof ncp.ifname); 272 if (ioctl(s, SPPPGETNCPCFG, &ncp) == -1) 289 ncp.ncp_flags); 332 if (ioctl(s, SPPPGETNCPCFG, &ncp) == -1) 335 ncp.ncp_flags |= set_ncpflags; 336 ncp.ncp_flags &= ~clr_ncpflags [all...] |
| /src/external/bsd/less/dist/ |
| cmdbuf.c | 380 char *ncp; local 388 ncp = cp; 389 pr = cmd_step_right(&ncp, &width, NULL); 394 cp = ncp; 399 pr = cmd_step_right(&ncp, &width, NULL); 403 cp = ncp; 413 char *ncp; local 422 ncp = cp; 423 while (ncp > cmdbuf) 425 cmd_step_left(&ncp, &width, &bswidth) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| rclex.c | 189 rc_uint_type ncp; local 192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16); 194 ncp = (rc_uint_type) strtol (fn, NULL, 10); 195 if (ncp == CP_UTF16 || ! unicode_is_valid_codepage (ncp)) 197 wind_current_codepage = ncp;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rclex.c | 189 rc_uint_type ncp; local 192 ncp = (rc_uint_type) strtol (fn + 2, NULL, 16); 194 ncp = (rc_uint_type) strtol (fn, NULL, 10); 195 if (ncp == CP_UTF16 || ! unicode_is_valid_codepage (ncp)) 197 wind_current_codepage = ncp;
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| divrem_2.asm | 136 L(top): mov %rdi, %rax C di ncp 143 mov %r8, %rax C ncp 151 L(19): sub %r8, %r10 C ncp
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| search.c | 123 noninc_search_from_pos (char *string, int pos, int dir, int flags, int *ncp) 155 if (ncp) 156 *ncp = ret; /* caller will catch -1 to indicate no-op */
|