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

  /src/sbin/gpt/
type.c 55 "-a -T newtype",
56 "[-b blocknr] [-i index] [-L label] [-s sectors] [-t type] -T newtype",
72 gpt_uuid_t *newtype = v; local
73 gpt_uuid_copy(ent->ent_type, *newtype);
80 gpt_uuid_t newtype; local
84 gpt_uuid_copy(newtype, gpt_uuid_nil);
94 if (gpt == NULL || gpt_uuid_get(gpt, &newtype) == -1)
111 if (gpt == NULL || gpt_uuid_is_nil(newtype) || argc != optind)
114 return gpt_change_ent(gpt, &find, change, &newtype);
  /src/sys/dev/ic/
icp.c 432 u_int newsize, newtype; local
474 newtype = icp->icp_info;
480 newtype = 0; /* XXX? */
486 icp->icp_cdr[unit].cd_type, newsize, newtype);
495 newtype != icp->icp_cdr[unit].cd_type) {
499 icp->icp_cdr[unit].cd_type = newtype;
  /src/sys/dev/pci/
twe.c 544 uint8_t newtype, newstripe; local
592 newtype = ad->configuration;
612 td->td_type == newtype &&
629 td->td_type = newtype;
  /src/sbin/fsdb/
fsdb.c 252 CMDFUNC(newtype); /* change type */ variable
299 {"chtype", "Change type of current inode to TYPE", 2, 2, newtype},
1259 CMDFUNC(newtype)

Completed in 17 milliseconds