HomeSort by: relevance | last modified time | path
    Searched defs:newtype (Results 1 - 3 of 3) 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 in function:change
73 gpt_uuid_copy(ent->ent_type, *newtype);
80 gpt_uuid_t newtype; local in function:cmd_type
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 437 u_int newsize, newtype; local in function:icp_rescan
479 newtype = icp->icp_info;
485 newtype = 0; /* XXX? */
491 icp->icp_cdr[unit].cd_type, newsize, newtype);
500 newtype != icp->icp_cdr[unit].cd_type) {
504 icp->icp_cdr[unit].cd_type = newtype;
  /src/sys/dev/pci/
twe.c 544 uint8_t newtype, newstripe; local in function:twe_add_unit
592 newtype = ad->configuration;
612 td->td_type == newtype &&
629 td->td_type = newtype;

Completed in 14 milliseconds