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

1 2

  /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/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/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/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/lib/libc/rpc/
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...]
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...]
  /src/usr.bin/pmap/
pmap.c 192 printf("%-*s %-*s rwx RWX CPY NCP I W A\n",
856 u_long vip, ncp, ncp2; local
868 ncp = (u_long)vi.vi_nc_list.tqh_first;
869 if (ncp != 0 && ncp != ncp2) {
871 _KDEREF(kd, ncp, &nc, sizeof(nc));
886 ncp2 = ncp;
  /src/usr.sbin/sysinst/
run.c 419 char *cp, *ncp; local
579 for (ncp = cp; (ncp = strstr(ncp, "\r\n")); ncp += 2) {
580 ncp[0] = '\n';
581 ncp[1] = '\r';
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 51 bool user, ncp, stable, onmesh, slaac, dhcp, preferred; member in struct:omr_prefix
74 int rloc, bool stable, bool ncp);
thread-service.h 62 bool user, ncp, stable, ignore, checking; member in struct:thread_service
  /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/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/libexec/telnetd/
state.c 1533 if (ep > ncp) \
1534 *ncp++ = c; \
1545 unsigned char *ncp; local
1548 ncp = statusbuf;
1625 writenet(statusbuf, ncp - statusbuf);
1629 {printsub('>', statusbuf, ncp - statusbuf); netflush();});
  /src/sbin/pppoectl/
pppoectl.c 91 static struct spppncpcfg ncp; variable in typeref:struct:spppncpcfg
211 memset(&ncp, 0, sizeof ncp);
212 strncpy(ncp.ifname, ifname, sizeof ncp.ifname);
256 if (ioctl(s, SPPPGETNCPCFG, &ncp) == -1)
273 ncp.ncp_flags);
316 if (ioctl(s, SPPPGETNCPCFG, &ncp) == -1)
319 ncp.ncp_flags |= set_ncpflags;
320 ncp.ncp_flags &= ~clr_ncpflags
    [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/lib/libsa/
ext2fs.c 496 const char *cp, *ncp; local
592 ncp = cp;
604 rc = search_directory(ncp, cp - ncp, f, &inumber);
minixfs3.c 534 const char *cp, *ncp; local
620 ncp = cp;
632 rc = search_directory(ncp, cp - ncp, f, &inumber);
nfs.c 594 const char *ncp; local
663 ncp = cp;
674 error = nfs_lookupfh(currfd, ncp, cp - ncp, newfd);
ufs.c 688 const char *cp, *ncp; local
795 ncp = cp;
807 rc = search_directory(ncp, cp - ncp, f, &inumber);
  /src/sys/fs/nilfs/
nilfs_vfsops.c 714 uint64_t ncp, nsn, fcpno, blocknr, last_cno; local
728 ncp = nilfs_rw64(cphdr->ch_ncheckpoints);
734 DPRINTF(VOLUMES, ("\tNumber of checkpoints %"PRIu64"\n", ncp));
737 __USE(ncp);
  /src/usr.sbin/btconfig/
btconfig.c 1085 hci_remote_name_req_cp ncp; local
1097 memset(&ncp, 0, sizeof(ncp));
1098 bdaddr_copy(&ncp.bdaddr, &r->bdaddr);
1099 ncp.page_scan_rep_mode = r->pscan_rep_mode;
1100 ncp.clock_offset = r->clock_offset;
1104 &ncp, sizeof(ncp),
  /src/bin/sh/
eval.c 509 union node *cp, *ncp; local
526 ncp = cp->nclist.next;
528 ncp = NULL;
532 cp = ncp;

Completed in 59 milliseconds

1 2