HomeSort by relevance Sort by last modified time
    Searched defs:listp (Results 1 - 25 of 66) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
psiginfo.c 53 const struct siginfolist *listp; local
63 } else if (((listp = &_sys_siginfolist[sip->si_signo-1]) != NULL) &&
64 sip->si_code <= listp->nsiginfo) {
65 c = _libc_gettext(listp->vsiginfo[sip->si_code-1]);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
hb_mdesc.c 86 mde_cookie_t *listp; local
92 listp = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * nnode);
99 listp);
102 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
108 rc = md_get_prop_str(mdp, listp[i], MD_STR_DEVICE_TYPE, &s);
115 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
134 rc = md_get_prop_str(mdp, listp[i], MD_STR_DEVICE_TYPE, &s);
141 if (md_get_prop_val(mdp, listp[i], MD_STR_CFGHDL, &x) < 0) {
158 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * nnode);
  /onnv/onnv-gate/usr/src/uts/sun4v/os/
mach_mp_startup.c 168 mde_cookie_t *listp = NULL; local
188 listp = kmem_zalloc(listsz, KM_SLEEP);
191 md_find_name(mdp, "fwd"), listp);
197 if (md_get_prop_val(mdp, listp[i], "id", &cpuid_prop))
200 cpunode = listp[i];
208 kmem_free(listp, listsz);
wdt.c 85 mde_cookie_t *listp = NULL; local
119 listp = kmem_zalloc(listsz, KM_SLEEP);
122 md_find_name(mdp, "platform"), md_find_name(mdp, "fwd"), listp);
126 if (md_get_prop_val(mdp, listp[0], "watchdog-max-timeout",
131 kmem_free(listp, listsz);
150 if (md_get_prop_val(mdp, listp[0], "watchdog-resolution",
155 kmem_free(listp, listsz);
164 kmem_free(listp, listsz);
  /onnv/onnv-gate/usr/src/cmd/dis/
dis_list.c 88 uu_list_t *listp; local
97 if ((listp = uu_list_create(unresolved_pool, NULL, 0)) == NULL)
100 return (listp);
184 uu_list_t *listp; local
193 if ((listp = uu_list_create(resolved_pool, NULL, UU_DEFAULT)) == NULL)
198 cb.cb_resolved = listp;
217 return (listp);
262 uu_list_t *listp; local
267 if ((listp = uu_list_create(resolved_pool, NULL, UU_DEFAULT)) == NULL)
272 cb.cb_resolved = listp;
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
cpu_mdesc.c 88 mde_cookie_t *listp; local
94 listp = topo_mod_zalloc(mod, sizeof (mde_cookie_t) * num_nodes);
100 listp);
109 if (md_get_prop_val(mdp, listp[idx], MD_STR_ID, &x) < 0)
113 if (md_get_prop_val(mdp, listp[idx], MD_STR_PID, &x) < 0)
119 if (md_get_prop_val(mdp, listp[idx], MD_STR_CPU_SERIAL,
152 topo_mod_free(mod, listp, sizeof (mde_cookie_t) * num_nodes);
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
inuse_fs.c 73 static void free_vfstab(struct vfstab_list *listp);
131 struct vfstab_list *listp; local
132 listp = vfstab_listp;
134 while (listp != NULL) {
135 if (strcmp(slice, listp->special) == 0) {
138 if (listp->mountp != NULL)
139 mountp = listp->mountp;
145 listp = listp->next;
339 free_vfstab(struct vfstab_list *listp)
    [all...]
inuse_lu.c 66 static void free_lu(struct lu_list *listp);
104 struct lu_list *listp; local
106 listp = lu_listp;
107 while (listp != NULL) {
108 if (strcmp(slice, listp->slice) == 0) {
110 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->name, errp);
114 listp = listp->next;
154 free_lu(struct lu_list *listp) {
158 while (listp != NULL)
    [all...]
inuse_mnt.c 64 static void free_mnttab(struct mntpnt_list *listp);
66 struct mntpnt_list *listp);
77 struct mntpnt_list *listp; local
105 listp = mntpoint_listp;
106 while (listp != NULL) {
107 if (libdiskmgt_str_eq(slice, listp->special)) {
109 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->mountp, errp);
113 listp = listp->next;
129 struct mntpnt_list *listp; local
    [all...]
cache.c 74 static int match_alias(alias_t *ap, alias_t *listp);
541 disk_t *listp; local
561 for (listp = disk_listp; listp != NULL; listp = listp->next) {
562 if (dp == listp) {
588 disk_t *listp; local
590 for (listp = disk_listp; listp != NULL; listp = listp->next)
    [all...]
inuse_vxvm.c 121 struct vxvm_list *listp; local
123 listp = vxvm_listp;
124 while (listp != NULL) {
125 if (strcmp(slice, listp->slice) == 0) {
133 listp = listp->next;
241 struct vxvm_list *listp = vxvm_listp; local
244 while (listp != NULL) {
245 nextp = listp->next;
246 free((void *)listp->slice)
    [all...]
inuse_svm.c 70 static void free_svm(struct svm_list *listp);
118 struct svm_list *listp; local
188 listp = svm_listp;
189 while (listp != NULL) {
190 if (strcmp(slice, listp->slice) == 0) {
192 if (strcmp(listp->type, "mdb") == 0 ||
193 strcmp(listp->type, "hs") == 0) {
195 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->type, errp);
198 (void) snprintf(name, MAXPATHLEN, "%s:%s", listp->type,
199 listp->name)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
nfslog_config.c 240 nfsl_config_t *listp = NULL, *tail = NULL; local
301 if (listp = findconfig(listpp, tag, B_FALSE, &tail)) {
306 error = update_config(listp, tag, defaultdir,
315 listp = create_config(tag, defaultdir,
318 if (listp == NULL)
322 *listpp = listp;
324 tail->nc_next = listp;
325 tail = listp;
695 getlastconfig(nfsl_config_t *listp)
699 for (; listp != NULL; listp = listp->nc_next
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quotaon/
quotaon.c 92 char **listp; local
159 listp = listbuf;
176 *listp = malloc(strlen(vfsbuf.vfs_special) + 1);
177 strcpy(*listp, vfsbuf.vfs_special);
178 listp++;
190 listp = &listbuf[listcnt];
194 *listp = (char *)0;
195 listp = listbuf;
197 listp = &argv[optind];
228 (oneof(mntp.mnt_special, listp, listcnt) |
274 char **listp = olistp; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/repquota/
repquota.c 103 char **listp; local
164 listp = listbuf;
180 *listp = malloc(strlen(vfsbuf.vfs_special) + 1);
181 (void) strcpy(*listp, vfsbuf.vfs_special);
182 listp++;
194 listp = &listbuf[listcnt];
198 *listp = (char *)0;
199 listp = listbuf;
201 listp = &argv[optind];
212 (oneof(mntp.mnt_special, listp, listcnt) |
372 char **listp = olistp; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/svc.configd/
configd.c 382 struct request_entry *list, *listp; local
408 listp = list;
411 &listp) == -1) {
417 pos = listp - list;
  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
mms_par_impl.h 42 mms_list_t *listp; member in union:__anon4366
  /onnv/onnv-gate/usr/src/uts/common/os/
retire_store.c 178 list_t *listp; local
184 listp = nvf_list(nvfh);
185 while (rsp = list_head(listp)) {
186 list_remove(listp, rsp);
252 list_t *listp; local
267 listp = nvf_list(nvfh);
268 for (rsp = list_head(listp); rsp; rsp = list_next(listp, rsp)) {
325 list_t *listp; local
336 listp = nvf_list(rio_store_handle)
375 list_t *listp; local
409 list_t *listp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
cpuboard.c 95 mde_cookie_t *listp; local
144 if ((listp = (mde_cookie_t *)cpuboard_topo_alloc(
146 topo_mod_dprintf(mod, "alloc listp error\n");
154 md_find_name(mdp, "fwd"), listp);
157 cpuboard_topo_free(listp, sizeof (mde_cookie_t) * num_nodes);
168 if (md_get_prop_str(mdp, listp[i], "type", &pstr) == 0 &&
170 if (md_get_prop_val(mdp, listp[i], "id", &id) < 0) {
190 (void) md_get_prop_str(mdp, listp[i],
194 (void) md_get_prop_str(mdp, listp[i],
197 (void) md_get_prop_str(mdp, listp[i]
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/
motherboard.c 125 mde_cookie_t *listp; local
171 if ((listp = (mde_cookie_t *)mb_topo_alloc(
173 topo_mod_dprintf(mod, "alloc listp error\n");
182 md_find_name(mdp, "fwd"), listp);
185 mb_topo_free(listp, sizeof (mde_cookie_t) * num_nodes);
196 if (md_get_prop_str(mdp, listp[i], "type", &pstr) == 0) {
199 if (md_get_prop_str(mdp, listp[i],
202 if (md_get_prop_str(mdp, listp[i],
205 if (md_get_prop_str(mdp, listp[i],
209 if (md_get_prop_str(mdp, listp[i]
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/promif/
promif_emul.c 385 mde_cookie_t *listp = NULL; local
400 listp = kmem_zalloc(listsz, KM_SLEEP);
403 md_find_name(mdp, "fwd"), listp);
409 if (md_get_prop_val(mdp, listp[i], "id", &cpuid)) {
428 kmem_free(listp, listsz);
  /onnv/onnv-gate/usr/src/cmd/awk_xpg4/
awk2.c 492 NODE *listp; local
503 listp = np->n_left;
504 while ((np = getlist(&listp)) != NNULL) {
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
piclenvsetup.c 266 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp)
273 return (listp);
276 if (listp == NULL) {
277 listp = el;
278 return (listp);
284 tmp = listp;
289 return (listp);
301 node_list_t *listp)
318 listp = add_node_to_list(chdh, listp);
475 node_list_t *node_list, *listp; local
668 node_list_t *node_list, *listp; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
piclenvsetup.c 243 add_node_to_list(picl_nodehdl_t nodeh, node_list_t *listp)
250 return (listp);
253 if (listp == NULL) {
254 listp = el;
255 return (listp);
261 tmp = listp;
266 return (listp);
278 node_list_t *listp)
295 listp = add_node_to_list(chdh, listp);
452 node_list_t *node_list, *listp; local
630 node_list_t *node_list, *listp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
mem_mdesc.c 49 mdesc_init_n1(topo_mod_t *mod, md_t *mdp, mde_cookie_t *listp,
67 md_find_name(mdp, "fwd"), listp);
71 if (md_get_prop_str(mdp, listp[idx], "nac", &unum) < 0)
73 if (md_get_prop_str(mdp, listp[idx], "serial#",
76 if (md_get_prop_str(mdp, listp[idx], "part#",
112 listp);
116 if (md_get_prop_val(mdp, listp[idx], "size", &size) == 0)
196 find_grp(mde_cookie_t *listp, size_t n, mde_cookie_t *bclist,
211 if (listp[i] == *(bclist+j) &&
227 create_grp(topo_mod_t *mod, mde_cookie_t *listp, size_t n, mde_cookie_t *bclist
418 mde_cookie_t *listp; local
    [all...]

Completed in 1140 milliseconds

1 2 3