Searched refs:sepp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 1335 struct service_entry **sepp; in organize_state() local 1389 ndevs * sizeof (*dep) + nsvcs * ndevs * sizeof (*sepp)); in organize_state() 1404 sepp = (struct service_entry **)(dep + ndevs); in organize_state() 1407 dep->de_services = (const struct service_entry **)sepp; in organize_state() 1408 sebpp = sepp; in organize_state() 1415 for (se2pp = sebpp; se2pp < sepp; in organize_state() 1430 if (se2pp >= sepp) in organize_state() 1431 *sepp++ = &slp->sl_entry; in organize_state() 1438 dep->de_nservices = (const struct service_entry **)sepp - in organize_state() 1893 const struct service_entry **sepp, **seppe; in locate_service() local [all …]
|
/titanic_41/usr/src/common/nvpair/ |
H A D | nvpair.c | 1614 char *sepp; in nvlist_lookup_nvpair_ei_sep() local 1629 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep() 1641 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep() 1643 sepp = NULL; in nvlist_lookup_nvpair_ei_sep() 1649 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep() 1662 sepp = idxp; in nvlist_lookup_nvpair_ei_sep() 1675 sepp = idxep; in nvlist_lookup_nvpair_ei_sep() 1678 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep() 1679 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep() 1683 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 377 stacks_entry_t **sepp, *nsep, *sep; in stacks_thread_cb() local 404 for (sepp = &sip->si_hash[stacks_hash_entry(nsep)]; in stacks_thread_cb() 405 (sep = *sepp) != NULL; in stacks_thread_cb() 406 sepp = &sep->se_next) { in stacks_thread_cb() 418 *sepp = nsep; in stacks_thread_cb()
|
/titanic_41/usr/src/cmd/zhack/ |
H A D | zhack.c | 129 char *sepp; in import_pool() local 156 if ((sepp = strpbrk(g_pool, "/@")) != NULL) in import_pool() 157 *sepp = '\0'; in import_pool()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 3453 char *sepp = NULL; in find_zpool() local 3462 if ((sepp = strpbrk(*target, "/@")) != NULL) { in find_zpool() 3463 sep = *sepp; in find_zpool() 3464 *sepp = '\0'; in find_zpool() 3497 if (sepp) in find_zpool() 3498 *sepp = sep; in find_zpool() 3503 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0); in find_zpool() 3506 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp : ""); in find_zpool()
|