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

  /src/bin/mt/
mt.c 239 short t_type; /* type of magtape device */ member in struct:tape_desc
253 { .t_type = 0 }
266 if (mt->t_type == 0) {
271 if (mt->t_type == bp->mt_type)
  /src/sys/net/npf/
npf_tableset.c 106 int t_type; member in struct:npf_table
266 if (t->t_type != ot->t_type) {
302 nvlist_add_number(table, "type", t->t_type);
414 t->t_type = type;
430 switch (t->t_type) {
556 switch (t->t_type) {
627 switch (t->t_type) {
683 switch (t->t_type) {
732 KASSERT(t->t_type == NPF_TABLE_IFADDR)
    [all...]
  /src/usr.bin/ftp/
cmds.c 132 int t_type; member in struct:types
265 curtype = type = p->t_type;
287 if (newtype == p->t_type)

Completed in 14 milliseconds