/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);
|
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;
|
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/usr.bin/ftp/ |
cmds.c | 275 changetype(int newtype, int show) 280 if (newtype == 0) 281 newtype = TYPE_I; 282 if (newtype == curtype) 287 if (newtype == p->t_type) 290 errx(1, "changetype: unknown type %d", newtype); 292 if (newtype == TYPE_L && bytename[0] != '\0') 297 curtype = newtype;
|
cmds.c | 275 changetype(int newtype, int show) 280 if (newtype == 0) 281 newtype = TYPE_I; 282 if (newtype == curtype) 287 if (newtype == p->t_type) 290 errx(1, "changetype: unknown type %d", newtype); 292 if (newtype == TYPE_L && bytename[0] != '\0') 297 curtype = newtype;
|
/src/sbin/fsdb/ |
fsdb.c | 252 CMDFUNC(newtype); /* change type */ 299 {"chtype", "Change type of current inode to TYPE", 2, 2, newtype}, 1259 CMDFUNC(newtype)
|
fsdb.c | 252 CMDFUNC(newtype); /* change type */ 299 {"chtype", "Change type of current inode to TYPE", 2, 2, newtype}, 1259 CMDFUNC(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;
|
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;
|
/src/sys/ufs/lfs/ |
ulfs_lookup.c | 1085 * NEWTYPE is the new value for the type field of the directory entry. 1095 struct inode *oip, ino_t newinum, int newtype, 1108 lfs_dir_settype(fs, ep, newtype);
|
ulfs_lookup.c | 1085 * NEWTYPE is the new value for the type field of the directory entry. 1095 struct inode *oip, ino_t newinum, int newtype, 1108 lfs_dir_settype(fs, ep, newtype);
|
/src/sys/ufs/ufs/ |
ufs_lookup.c | 1246 * NEWTYPE is the new value for the type field of the directory entry. 1256 struct inode *oip, ino_t newinum, int newtype, 1269 ep->d_type = newtype;
|
ufs_lookup.c | 1246 * NEWTYPE is the new value for the type field of the directory entry. 1256 struct inode *oip, ino_t newinum, int newtype, 1269 ep->d_type = newtype;
|