HomeSort by: relevance | last modified time | path
    Searched refs:dictp (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_kern.c 209 prop_dictionary_t *dictp)
212 (prop_object_t *)dictp, PROP_TYPE_DICTIONARY);
243 prop_dictionary_t *dictp)
245 return _prop_object_recv_syscall(prefp, (prop_object_t *)dictp,
286 prop_dictionary_recv_ioctl(int fd, unsigned long cmd, prop_dictionary_t *dictp)
289 (prop_object_t *)dictp, PROP_TYPE_DICTIONARY);
340 unsigned long cmd, prop_dictionary_t *dictp)
343 (prop_object_t *)dictp, PROP_TYPE_DICTIONARY);
433 prop_dictionary_t *dictp, size_t lim)
435 return _prop_object_copyin_size(pref, (prop_object_t *)dictp, lim
    [all...]
  /src/sys/net/
bsd-comp.c 464 struct bsd_dict *dictp; local in function:bsd_compress
566 dictp = &db->dict[hval];
569 if (dictp->codem1 >= max_ent)
571 if (dictp->f.fcode == fcode) {
572 ent = dictp->codem1+1;
582 dictp = &db->dict[hval];
583 if (dictp->codem1 >= max_ent)
585 } while (dictp->f.fcode != fcode);
586 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */
606 dictp->codem1 = max_ent
672 struct bsd_dict *dictp; local in function:bsd_incomp
802 struct bsd_dict *dictp; local in function:bsd_decompress
    [all...]

Completed in 13 milliseconds