Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 25 of 91) sorted by relevance

1234

/titanic_41/usr/src/cmd/vntsd/
H A Dqueue.c60 el->nextp = NULL; in alloc_que_el()
91 while (p->nextp != NULL) in vntsd_que_append()
92 p = p->nextp; in vntsd_que_append()
93 p->nextp = el; in vntsd_que_append()
116 q = q->nextp; in vntsd_que_insert_after()
130 el->nextp = q->nextp; in vntsd_que_insert_after()
131 q->nextp = el; in vntsd_que_insert_after()
153 p = p->nextp; in vntsd_que_rm()
164 *que_hd = p->nextp; in vntsd_que_rm()
166 prevp->nextp = p->nextp; in vntsd_que_rm()
[all …]
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c69 struct rds_node_record_s *nextp; member
129 p = p->nextp; in rdsv3_path_up()
138 p->nextp = NULL; in rdsv3_path_up()
156 p->nextp = rdsv3_pathmap; in rdsv3_path_up()
196 p = p->nextp; in rdsv3_path_down()
242 p->prevp->nextp = p->nextp; in rdsv3_path_down()
246 rdsv3_pathmap = p->nextp; in rdsv3_path_down()
249 if (p->nextp) { in rdsv3_path_down()
250 p->nextp->prevp = p->prevp; in rdsv3_path_down()
269 p = p->nextp; in rdsv3_sc_path_lookup()
[all …]
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c73 struct rds_node_record_s *nextp; member
133 p = p->nextp; in rds_path_up()
142 p->nextp = NULL; in rds_path_up()
160 p->nextp = rds_pathmap; in rds_path_up()
200 p = p->nextp; in rds_path_down()
246 p->prevp->nextp = p->nextp; in rds_path_down()
250 rds_pathmap = p->nextp; in rds_path_down()
253 if (p->nextp) { in rds_path_down()
254 p->nextp->prevp = p->prevp; in rds_path_down()
273 p = p->nextp; in rds_sc_path_lookup()
[all …]
/titanic_41/usr/src/cmd/ldmad/
H A Dmdesc_mutable.h62 (_itv) = (_itv)->nextp)
75 (_chain).endp->nextp = (_nodep); \
78 (_nodep)->nextp = NULL; \
93 md_string_t *nextp; member
102 md_data_block_t *nextp; member
124 md_prop_t *nextp; member
130 md_node_t *nextp; member
H A Dmdesc_lib.c288 tmp_nodep = nodep->nextp; in md_destroy()
310 tmp_propp = propp->nextp; in md_free_node()
353 mdp->string_list.startp = msp->nextp; in md_free_string()
367 mdp->data_block_list.startp = mdbp->nextp; in md_free_data_block()
447 msp = msp->nextp) { in md_gen_bin()
459 mdbp = mdbp->nextp) { in md_gen_bin()
474 nodep = nodep->nextp) { in md_gen_bin()
513 nodep = nodep->nextp) { in md_gen_bin()
520 propp = propp->nextp) { in md_gen_bin()
544 msp = msp->nextp) { in md_gen_bin()
[all …]
/titanic_41/usr/src/cmd/enhance/
H A Denhance.c567 char *nextp; /* A pointer to the next unprocessed character */ in GL_FD_EVENT_FN() local
612 nextp = crptr && crptr < nlptr ? crptr : nlptr; in GL_FD_EVENT_FN()
614 nextp = crptr; in GL_FD_EVENT_FN()
616 nextp = rbuff + len; in GL_FD_EVENT_FN()
618 nextp = NULL; in GL_FD_EVENT_FN()
623 if(nextp) { in GL_FD_EVENT_FN()
635 (void) pty_write_to_fd(STDOUT_FILENO, rbuff, nextp - rbuff); in GL_FD_EVENT_FN()
643 while(*nextp=='\n' || *nextp=='\r') in GL_FD_EVENT_FN()
644 nextp++; in GL_FD_EVENT_FN()
649 memmove(rbuff, nextp, len - (nextp - rbuff) + 1); in GL_FD_EVENT_FN()
/titanic_41/usr/src/cmd/write/
H A Dwrite.c585 char *cp, *nextp, *lastp; local
604 nextp = buf;
606 while (nextp < lastp) {
607 if ((n = (lastp - nextp)) > (unsigned int)MB_CUR_MAX)
609 if ((n = mbtowc((wchar_t *)0, nextp, n)) <= 0) {
610 if ((lastp - nextp) < (unsigned int)MB_CUR_MAX)
614 nextp += n;
617 delta_size = lastp - nextp;
619 if (nextp[delta_size - 1] != '\n') {
621 memcpy(delta_pool, nextp, delta_size);
[all …]
/titanic_41/usr/src/tools/ctf/common/
H A Dlist.c61 list_t **nextp; in slist_add() local
63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) { in slist_add()
64 if (cmp((*nextp)->l_data, data) > 0) in slist_add()
68 list_add(nextp, data); in slist_add()
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dcache.c165 slice_t *nextp; in cache_free_alias() local
167 nextp = dp->next; in cache_free_alias()
170 dp = nextp; in cache_free_alias()
176 slice_t *nextp; in cache_free_alias() local
178 nextp = dp->next; in cache_free_alias()
181 dp = nextp; in cache_free_alias()
271 alias_t *nextp; in cache_free_disk() local
273 nextp = ap->next; in cache_free_disk()
275 ap = nextp; in cache_free_disk()
880 disk_t *nextp; in rewalk_tree() local
[all …]
H A Dinuse_lu.c156 struct lu_list *nextp; in free_lu() local
159 nextp = listp->next; in free_lu()
163 listp = nextp; in free_lu()
H A Dinuse_fs.c341 struct vfstab_list *nextp; in free_vfstab() local
344 nextp = listp->next; in free_vfstab()
348 listp = nextp; in free_vfstab()
H A Dinuse_vxvm.c242 struct vxvm_list *nextp; in free_vxvm() local
245 nextp = listp->next; in free_vxvm()
248 listp = nextp; in free_vxvm()
/titanic_41/usr/src/lib/libtecla/common/
H A Dexpand.c128 int xplicit, const char *nextp);
501 const char *nextp; /* The pointer to the character that follows the part */ in ef_match_relative_pathname() local
518 for(nextp=pattern; *nextp && strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) != 0; in ef_match_relative_pathname()
519 nextp++) in ef_match_relative_pathname()
529 if(ef_string_matches_pattern(file, pattern, file[0]=='.', nextp)) { in ef_match_relative_pathname()
543 if(*nextp == '\0') { in ef_match_relative_pathname()
553 strncmp(nextp, FS_DIR_SEP, FS_DIR_SEP_LEN) == 0) { in ef_match_relative_pathname()
558 if(nextp[FS_DIR_SEP_LEN] == '\0') { in ef_match_relative_pathname()
568 nextp+FS_DIR_SEP_LEN, 1)) { in ef_match_relative_pathname()
811 int xplicit, const char *nextp) in ef_string_matches_pattern() argument
[all …]
/titanic_41/usr/src/cmd/hal/utils/
H A Dcdutils.c285 intlist_t **nextp; in get_write_speeds() local
302 for (nextp = speeds; *nextp != NULL; nextp = &((*nextp)->next)) { in get_write_speeds()
303 if (current->val == (*nextp)->val) { in get_write_speeds()
306 } else if (current->val > (*nextp)->val) { in get_write_speeds()
311 current->next = *nextp; in get_write_speeds()
312 *nextp = current; in get_write_speeds()
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_cbufcall.c163 kcf_cbuf_elem_t *nextp = cbufp->kc_next; in crypto_unbufcall() local
166 if (nextp != NULL) in crypto_unbufcall()
167 nextp->kc_prev = prevp; in crypto_unbufcall()
172 prevp->kc_next = nextp; in crypto_unbufcall()
174 cbuf_list_head = nextp; in crypto_unbufcall()
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_fa.c148 s1394_target_t *curp, **nextp, *prevp = NULL; in s1394_fa_list_remove() local
150 for (nextp = &fal->fal_head; (curp = *nextp) != NULL; ) { in s1394_fa_list_remove()
152 *nextp = target->target_fa[type].fat_next; in s1394_fa_list_remove()
159 nextp = &curp->target_fa[type].fat_next; in s1394_fa_list_remove()
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c265 struct buffer_ent *bep, *nextp; in free_buffer_list() local
267 for (bep = *be_listpp; bep != NULL; bep = nextp) { in free_buffer_list()
268 nextp = bep->be_next; in free_buffer_list()
290 struct sharepnt_ent *nextp; in free_sharepnt_list() local
292 for (; sep_listp != NULL; sep_listp = nextp) { in free_sharepnt_list()
293 nextp = sep_listp->se_next; in free_sharepnt_list()
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c64 nwam_tokenize_by_unescaped_delim(char *in, char delim, char **nextp) in nwam_tokenize_by_unescaped_delim() argument
74 for (*nextp = in; (*nextp - in) < strlen(in); (*nextp)++) { in nwam_tokenize_by_unescaped_delim()
75 if ((*nextp)[0] == NWAM_FILE_PROP_ESCAPE) { in nwam_tokenize_by_unescaped_delim()
77 } else if (!escaped && (*nextp)[0] == delim) { in nwam_tokenize_by_unescaped_delim()
79 (*nextp)[0] = '\0'; in nwam_tokenize_by_unescaped_delim()
84 (*nextp)++; in nwam_tokenize_by_unescaped_delim()
85 *nextp = ((*nextp - in) < totlen) ? (*nextp) : NULL; in nwam_tokenize_by_unescaped_delim()
91 *nextp = NULL; in nwam_tokenize_by_unescaped_delim()
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddiskmon_conf.c214 indicator_t *nextp; in ind_free() local
217 nextp = indp->next; in ind_free()
223 indp = nextp; in ind_free()
257 ind_action_t *nextp; in indaction_free() local
261 nextp = lap->next; in indaction_free()
265 lap = nextp; in indaction_free()
300 indrule_t *nextp; in indrule_free() local
304 nextp = lrp->next; in indrule_free()
308 lrp = nextp; in indrule_free()
372 diskmon_t *nextp; in diskmon_free() local
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c114 getfield(constp *nextp, constp limit, int uns, void *valp) in getfield() argument
116 constp p = *nextp; in getfield()
126 *nextp = p; in getfield()
162 *nextp = p; in getfield()
/titanic_41/usr/src/lib/libpkg/common/
H A Ddstream.c145 char *nextp; in ds_gets() local
147 nextp = strchr(pds_header, '\n'); in ds_gets()
148 if (nextp == NULL) { in ds_gets()
158 nextp = strchr(pds_header, '\n'); in ds_gets()
159 if (nextp == NULL) in ds_gets()
161 *nextp = '\0'; in ds_gets()
166 pds_header = nextp + 1; in ds_gets()
169 *nextp = '\0'; in ds_gets()
174 pds_header = nextp + 1; in ds_gets()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_switching.c835 for (tpp = entp; tpp != NULL; tpp = tpp->nextp) { in vsw_forward_grp()
1563 mcst_p->nextp = NULL; in vsw_add_rem_mcst()
1582 mcst_p->nextp = port->mcap; in vsw_add_rem_mcst()
1672 ment->nextp = NULL; in vsw_add_mcst()
1706 tmp_ent = tmp_ent->nextp; in vsw_add_mcst()
1718 new_ent->nextp = NULL; in vsw_add_mcst()
1721 while (tmp_ent->nextp != NULL) in vsw_add_mcst()
1722 tmp_ent = tmp_ent->nextp; in vsw_add_mcst()
1724 tmp_ent->nextp = new_ent; in vsw_add_mcst()
1782 ment = curr_p->nextp; in vsw_del_mcst()
[all …]
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c418 ixl1394_command_t *nextp; in av1394_ir_build_ixl() local
427 nextp = (ixl1394_command_t *) in av1394_ir_build_ixl()
430 nextp = (ixl1394_command_t *) in av1394_ir_build_ixl()
437 end - off, nextp); in av1394_ir_build_ixl()
463 tail, nextp); in av1394_ir_build_ixl()
511 av1394_ir_ixl_label_init(av1394_ir_ixl_data_t *dp, ixl1394_command_t *nextp) in av1394_ir_ixl_label_init() argument
514 dp->rd_label.next_ixlp = nextp; in av1394_ir_ixl_label_init()
520 ixl1394_command_t *nextp) in av1394_ir_ixl_buf_init() argument
527 buf->next_ixlp = nextp; in av1394_ir_ixl_buf_init()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c152 rpcbs_addrlist_ptr *nextp; in xdr_rpcbs_addrlist_ptr() local
164 nextp = &(*objp)->next; in xdr_rpcbs_addrlist_ptr()
171 objp = (xdrs->x_op == XDR_FREE) ? nextp : &(*objp)->next; in xdr_rpcbs_addrlist_ptr()
/titanic_41/usr/src/common/exacct/
H A Dexacct_core.c420 ea_object_t **nextp; in ea_attach_to_group() local
432 for (nextp = &group->eo_group.eg_objs; *nextp != NULL; in ea_attach_to_group()
433 nextp = &(*nextp)->eo_next) in ea_attach_to_group()
436 ea_attach_object(nextp, obj); in ea_attach_to_group()

1234