HomeSort by: relevance | last modified time | path
    Searched defs:ppref (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
amfs_auto.c 147 char *ppref = mp->am_parent->am_pref; local
148 if (ppref == 0)
149 ppref = "";
150 mp->am_pref = str3cat((char *) NULL, ppref, mp->am_name, "/");
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.c 288 omr_prefix_t **ppref = &omw->prefixes, *prefix = NULL, **new = NULL; local
306 while (*ppref != NULL) {
307 prefix = *ppref;
319 *ppref = prefix->next;
334 ppref = &prefix->next;
341 // On exit, ppref is pointing to the end-of-list pointer. If after we scan the cti prefix list a second time,
343 new = ppref;
364 *ppref = prefix;
365 ppref = &prefix->next;
omr-publisher.c 644 omr_prefix_t *prefix, **ppref, *old_queue = publisher->publication_queue; local
662 for (ppref = &publisher->publication_queue; *ppref != NULL; ppref = &(*ppref)->next)
664 *ppref = prefix;
667 // omr_prefix_retain(*ppref);
nat64.c 669 nat64_prefix_t **ppref = &state_machine->infra_nat64_prefixes, *prefix = NULL; local
670 while (*ppref != NULL) {
671 prefix = *ppref;
678 ppref = &prefix->next;
681 if (*ppref == NULL) {
695 nat64_prefix_t **ppref = &state_machine->infra_nat64_prefixes, *prefix = NULL; local
696 while (*ppref != NULL) {
697 prefix = *ppref;
699 *ppref = prefix->next;
706 ppref = &prefix->next
876 nat64_prefix_t **ppref = &state_machine->thread_nat64_prefixes, *prefix = NULL; local
1108 nat64_prefix_t **ppref = &nat64->thread_monitor->thread_nat64_prefixes, *prefix = NULL; local
1647 nat64_prefix_t **ppref, *old_queue = nat64->update_queue; local
    [all...]
service-publisher.c 586 thread_service_t **ppref; local
606 for (ppref = &publisher->publication_queue; *ppref != NULL; ppref = &(*ppref)->next)
608 *ppref = service;
610 thread_service_retain(*ppref);
  /src/sys/uvm/
uvm_amap.c 75 * what is ppref? ppref is an _optional_ amap feature which is used
84 * that we tried to do ppref's but couldn't alloc the array so just
95 * ppref: -3 4 x x 4 -2 2 -1 3 x -5 2 1 -2 3 x
110 * => ppref's amap must be locked
113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp)
116 if (ppref[offset] > 0) { /* chunk size must be 1 */
117 *refp = ppref[offset] - 1; /* don't forget to adjust */
120 *refp = (ppref[offset] * -1) - 1;
121 *lenp = ppref[offset+1]
1202 int stopslot, *ppref, lcv, prevlcv; local
    [all...]

Completed in 38 milliseconds