Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c471 int setsize = 0; in spec_open() local
484 setsize = 1; in spec_open()
501 if (setsize) { in spec_open()
/xnu-11215/bsd/netinet/
H A Dip_dummynet.c2405 size_t setsize; in dn_calc_size() local
2412 setsize = sizeof(struct dn_flow_set_64); in dn_calc_size()
2416 setsize = sizeof(struct dn_flow_set_32); in dn_calc_size()