Searched defs:nextp (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c152 rpcbs_addrlist_ptr *nextp; local
164 nextp = &(*objp)->next;
171 objp = (xdrs->x_op == XDR_FREE) ? nextp : &(*objp)->next;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c152 struct lu_list *nextp; local
155 nextp = listp->next;
159 listp = nextp;
H A Dinuse_fs.c341 struct vfstab_list *nextp; local
344 nextp = listp->next;
348 listp = nextp;
H A Dinuse_mnt.c166 struct mntpnt_list *nextp; local
169 nextp = listp->next;
173 listp = nextp;
H A Dinuse_vxvm.c242 struct vxvm_list *nextp; local
245 nextp = listp->next;
248 listp = nextp;
H A Dinuse_svm.c500 struct svm_list *nextp; local
503 nextp = listp->next;
508 listp = nextp;
H A Dcache.c166 slice_t *nextp; local
168 nextp = dp->next;
171 dp = nextp;
177 slice_t *nextp; local
179 nextp = dp->next;
182 dp = nextp;
277 alias_t *nextp; local
279 nextp = ap->next;
281 ap = nextp;
954 disk_t *nextp; local
961 controller_t *nextp; local
968 bus_t *nextp; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c114 getfield(constp *nextp, constp limit, int uns, void *valp) argument
116 constp p = *nextp;
126 *nextp = p;
162 *nextp = p;
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c285 intlist_t **nextp; local
302 for (nextp = speeds; *nextp != NULL; nextp = &((*nextp)->next)) {
303 if (current->val == (*nextp)->val) {
306 } else if (current->val > (*nextp)->val) {
311 current->next = *nextp;
312 *nextp = current;
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c774 char *nextp; local
783 if ((nextp = strchr(valp, ',')) != NULL)
784 *nextp = '\0';
H A Dlibshare.c361 char *nextp; local
383 namep = nextp) {
384 nextp = sa_strchr_escape(namep, ',');
385 if (nextp != NULL) {
386 *nextp = '\0';
387 if (nextp[1] == '\0')
388 nextp = NULL;
390 nextp++;
402 prot_props = nextp;
408 nextp
[all...]
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c464 char *nextp; local
477 namep = nextp) {
478 nextp = strchr(namep, ',');
479 if (nextp != NULL) {
480 *nextp = '\0';
481 if (nextp[1] == '\0')
482 nextp = NULL;
484 nextp++;
560 char *nextp; local
602 namep = nextp) {
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c59 * delimiter char after in, nullifies it and sets nextp to point to the
60 * remaining string (if any). Returns in, setting nextp to NULL if no such
64 netcfg_tokenize_by_unescaped_delim(char *in, char delim, char **nextp) argument
74 for (*nextp = in; (*nextp - in) < totlen; (*nextp)++) {
75 cp = *nextp;
82 * If more string left to go, nextp points to string
85 (*nextp)++;
86 *nextp
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c158 char *nextp; local
160 nextp = strchr(pds_header, '\n');
161 if (nextp == NULL) {
171 nextp = strchr(pds_header, '\n');
172 if (nextp == NULL)
174 *nextp = '\0';
179 pds_header = nextp + 1;
182 *nextp = '\0';
187 pds_header = nextp + 1;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c709 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) argument
747 *nextp = cp; /* set pointer to next character */
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c831 struct grub_font_node **nextp, *cur; local
833 for (nextp = &grub_font_list, cur = *nextp;
834 cur; nextp = &cur->next, cur = cur->next)
838 *nextp = cur->next;
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c256 uint64_t nextp; local
301 nextp = currentp + sizeof (msghdr_t) + temp;
302 MQ_PTR(mqhp, currentp)->msg_next = nextp;
303 MQ_PTR(mqhp, nextp)->msg_next = 0;
304 currentp = nextp;
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c305 char *nextp; local
348 namep = nextp) {
349 nextp = strchr(namep, ',');
350 if (nextp != NULL) {
351 *nextp = '\0';
352 if (nextp[1] == '\0')
353 nextp = NULL;
355 nextp++;

Completed in 76 milliseconds