Home
last modified time | relevance | path

Searched refs:currentp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c182 uint64_t currentp; in mq_init() local
223 currentp = mqhp->mq_freep; in mq_init()
231 currentp = nextp; in mq_init()
238 uint64_t currentp; in mq_getmsg() local
257 currentp = *headpp; in mq_getmsg()
284 mqhp->mq_freep = currentp; in mq_getmsg()
293 uint64_t currentp; in mq_putmsg() local
305 currentp = mqhp->mq_freep; in mq_putmsg()
326 *headpp = currentp; in mq_putmsg()
327 *tailpp = currentp; in mq_putmsg()
[all …]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2388 char *currentp; in zonecfg_valid_hostid() local
2398 for (currentp = (char *)hostidp; *currentp != '\0'; ++currentp) { in zonecfg_valid_hostid()
2399 if (isspace(*currentp)) in zonecfg_valid_hostid()
2402 len = (size_t)(currentp - hostidp); in zonecfg_valid_hostid()
2411 currentp = (char *)hostidp; in zonecfg_valid_hostid()
2413 currentp += 2; in zonecfg_valid_hostid()
2414 hostidval = strtoull(currentp, &currentp, 16); in zonecfg_valid_hostid()
2415 if ((size_t)(currentp - hostidp) >= HW_HOSTID_LEN) in zonecfg_valid_hostid()
2418 currentp != hostidp + len) in zonecfg_valid_hostid()