Searched refs:unit_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c75 } unit_t; typedef in typeref:struct:unit
77 static unit_t units[MAX_CHASSIS+1][MAX_GEOSLOT+1]; /* we use indexes of 1 through 8, but we reserve/waste index 0 */
164 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) {
181 unit_t *u;
194 static void empty_unit_iface(unit_t *u) {
209 unit_t *u = &units[chassis][geoslot];
263 unit_t *u;
308 static int open_with_IOP(unit_t *u, int flag) {
357 unit_t *u;
405 static void nonUnified_IOP_port_name(char *buf, size_t bufsize, const char *proto, unit_t *
[all...]
/macosx-10.10.1/file_cmds-242/df/
H A Ddf.c117 typedef enum { NONE, KILO, MEGA, GIGA, TERA, PETA, UNIT_MAX } unit_t; typedef in typeref:enum:__anon8650
119 unit_t unitp [] = { NONE, KILO, MEGA, GIGA, TERA, PETA };
131 unit_t unit_adjust(double *);
357 unit_t
361 unit_t unit;
/macosx-10.10.1/file_cmds-242/du/
H A Ddu.c101 typedef enum { NONE, KILO, MEGA, GIGA, TERA, PETA, UNIT_MAX } unit_t; typedef in typeref:enum:__anon8651
115 unit_t unit_adjust(double *);
650 unit_t
654 unit_t unit;
674 unit_t unit;

Completed in 217 milliseconds