/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_decl.c | 74 ctf_decl_node_t *cdp, *ndp; local 79 cdp != NULL; cdp = ndp) { 80 ndp = ctf_list_next(cdp);
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_ndd.c | 146 nd_param_t *ndp; local 148 ndp = (nd_param_t *)(uintptr_t)cp; 149 (void) mi_mpprintf(mp, "%d", ndp->ndp_val); 164 nd_param_t *ndp; local 168 ndp = (nd_param_t *)(uintptr_t)cp; 172 if (new_value < ndp->ndp_min || new_value > ndp->ndp_max) 175 ndp->ndp_val = new_value; 176 ndp->ndp_info += 1; 189 nd_param_t *ndp; local [all...] |
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_ndd.c | 148 nd_param_t *ndp; local 152 ndp = (nd_param_t *)cp; 153 (void) mi_mpprintf(mp, "%d", ndp->ndp_val); 167 nd_param_t *ndp; local 172 ndp = (nd_param_t *)cp; 174 if (new_value < ndp->ndp_min || new_value > ndp->ndp_max) 177 ndp->ndp_val = (int)new_value; 178 ndp->ndp_info += 1; 191 nd_param_t *ndp; local 409 nd_param_t *ndp; local [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_cmd.c | 423 struct dirent64 *ndp; local 444 ndp = (struct dirent64 *)newdata; 454 *ndp = *dp; 457 oname = ndp->d_name; 474 ndp->d_name[ilen] = '\0'; 479 ndp->d_reclen = DIRENT64_RECLEN(strlen(ndp->d_name) + 1); 480 nsize += ndp->d_reclen; 482 ndp = nextdp(ndp); [all...] |
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_hca.c | 248 ibnex_node_data_t *ndp; local 259 for (ndp = ibnex.ibnex_port_node_head; 260 ndp; ndp = ndp->node_next) { 263 port_node = &ndp->node_data.port_node; 266 ndp->node_dip = NULL; 267 ndp->node_state = 276 for (ndp = ibnex.ibnex_port_node_head; 277 ndp; nd [all...] |
H A D | ibnex.c | 1553 ibnex_node_data_t *ndp; local 1570 for (ndp = ibnex.ibnex_ioc_node_head; 1571 ndp; ndp = ndp->node_next) { 1572 dip = ndp->node_dip; 1577 for (ndp = ibnex.ibnex_pseudo_node_head; 1578 ndp; ndp = ndp [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 96 dt_decl_t *ndp; local 98 for (; ddp != NULL; ddp = ndp) { 99 ndp = ddp->dd_next; 389 dt_decl_t *ndp = ddp; local 397 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY) 398 ndp = ndp->dd_next; /* skip to bottom-most array declaration */ 400 if (ndp != ddp) { 406 ddp->dd_next = ndp [all...] |
H A D | dt_open.c | 1332 dt_ident_t *idp, *ndp; local 1351 for (idp = dtp->dt_externs; idp != NULL; idp = ndp) { 1352 ndp = idp->di_next;
|
/illumos-gate/usr/src/lib/libmapid/common/ |
H A D | mapid.c | 893 char *ndp; local 904 for (ndp = dp; *ndp != '\0'; ndp++) { 905 if (!isspace(*ndp)) 913 if (*ndp == '\0') 919 for (r = ndp; *r != '\0'; r++) { 928 return (ndp); 947 return (ndp);
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | dirs.c | 495 dcvt(struct odirect *odp, struct direct *ndp) argument 498 (void) bzero((char *)ndp, sizeof (*ndp)); 499 ndp->d_ino = odp->d_ino; 502 assert(sizeof (ndp->d_name) > sizeof (odp->d_name)); 503 (void) strncpy(ndp->d_name, odp->d_name, sizeof (odp->d_name)); 504 ndp->d_name[sizeof (odp->d_name)] = '\0'; 506 ndp->d_namlen = strlen(ndp->d_name); 509 assert(DIRSIZ(ndp) [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dir.c | 162 struct direct *dp, *ndp = 0; local 250 if (ndp == NULL) { 312 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); 313 if (dircheck(idesc, ndp) == 0)
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 1353 unsigned char *ndp; local 1360 ndp = nbp->b_datap; 1362 nbp->b_rptr = ndp + (bp->b_rptr - bp->b_datap);
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | load_elf.c | 313 int ndp; local 656 ndp = php->p_filesz / sizeof(Elf_Dyn); 657 if (ndp == 0) 668 for (i = 0; i < ndp; i++) {
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_conf.c | 867 fmd_conf_defer_t *cdp, *ndp; local 869 for (cdp = cfp->cf_defer; cdp != NULL; cdp = ndp) { 870 ndp = cdp->cd_next;
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 749 orphanChain(int fd, int32_t c, struct pcdir *ndp) argument 757 markOrphan(fd, c, ndp); 762 (void) markInUse(fd, c, ndp, NULL, 0, VISIBLE, &tmpl); 967 struct pcdir *ndp = NULL; local 980 return (ndp); 1002 ((ndp = newDirEnt(dp)) != NULL)) { 1013 updateDirEnt_Size(ndp, (uint32_t)remainder); 1015 updateDirEnt_Start(ndp, nextInChain(endCluster)); 1017 updateDirEnt_Start(ndp, endCluster); 1018 updateDirEnt_Name(ndp, newNam 1039 struct pcdir *ndp = NULL; local 1089 redoInUse(int fd, int32_t c, struct pcdir *ndp, int32_t stopAtCluster) argument 1192 struct pcdir *ndp = NULL; local [all...] |
H A D | dir.c | 1020 struct pcdir *ndp; local 1022 if ((ndp = (struct pcdir *)calloc(1, sizeof (struct pcdir))) == NULL) { 1025 return (ndp); 1028 (void) memcpy(ndp, copyme, sizeof (struct pcdir)); 1029 ndp->pcd_ext[CHKNAME_C] = 'C'; 1030 ndp->pcd_ext[CHKNAME_H] = 'H'; 1031 ndp->pcd_ext[CHKNAME_K] = 'K'; 1032 updateDirEnt_CreatTime(ndp); 1033 updateDirEnt_ModTimes(ndp); 1034 return (ndp); [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 401 keysock_param_register(IDP *ndp, keysockparam_t *ksp, int cnt) argument 406 if (!nd_load(ndp, 410 nd_free(ndp);
|
H A D | rts.c | 119 static boolean_t rts_param_register(IDP *ndp, rtsparam_t *rtspa, int cnt); 776 rts_param_register(IDP *ndp, rtsparam_t *rtspa, int cnt) argument 780 if (!nd_load(ndp, rtspa->rts_param_name, 782 nd_free(ndp);
|
H A D | ip_multi.c | 2212 mblk_t *ndp; local 2221 if ((ndp = msgpullup(data_mp, -1)) == NULL) 2224 data_mp = ndp;
|
/illumos-gate/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 925 struct dcnode *dp, *ndp; local 977 ndp = dcnode_alloc(); 978 ndp->dc_subvp = vp; 980 ndp->dc_hdr = hdr; 981 ndp->dc_hdrsize = hdrsize; 986 ndp->dc_zmax = ZMAXBUF(bsize); 990 *cpp = kmem_cache_create("dcbuf_cache", ndp->dc_zmax, 0, NULL, 993 ndp->dc_bufcache = *cpp; 1003 dcnode_recycle(ndp); 1004 kmem_cache_free(dcnode_cache, ndp); [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | instance.c | 885 in_drv_t *dp, *ndp; local 909 ndp = dp->ind_next; 913 dp = ndp;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | winlockio.c | 707 SegProc *ndp; local 723 ndp = seglock_alloc_specific(lp, 725 ASSERT(ndp != sdp); 728 ASSERT(ndp->lockseg == NULL); 729 ndp->lockseg = new_dhp; 732 ASSERT(ndp->unlockseg == NULL); 733 ndp->unlockseg = new_dhp; 735 ndp->flag |= TRASHPAGE; 739 *newpvt = (void *)ndp;
|
H A D | stream.c | 1409 dblk_t *dp, *ndp; local 1432 ndp = nbp->b_datap; 1437 ASSERT(ndp->db_type == dp->db_type); 1440 crhold(ndp->db_credp = cr); 1441 ndp->db_cpid = dp->db_cpid; 1451 ndp = nbp->b_datap; 1463 base = ndp->db_base + unaligned; 1464 bcopy(dp->db_base, ndp->db_base + unaligned, size);
|
/illumos-gate/usr/src/cmd/lvm/rpc.metad/ |
H A D | metad_svc_subr.c | 4313 md_mnnode_desc *ndp; local 4340 for (ndp = nd; ndp != NULL; ndp = ndp->nd_next) { 4344 if (ndp->nd_nodeid == nrp->nr_nodeid) { 4365 ndp->nd_flags & ~MD_MN_NODE_RB_JOIN;
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1790 fr_forwarding_enabled(phy_if_t phyif, net_handle_t ndp) argument 1794 for (lif = net_lifgetnext(ndp, phyif, 0); lif > 0; 1795 lif = net_lifgetnext(ndp, phyif, lif)) { 1799 res = net_getlifflags(ndp, phyif, lif, &flags);
|