OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newtype
(Results
1 - 7
of
7
) 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/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
;
/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
)
/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/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
);
/src/sys/ufs/ufs/
ufs_lookup.c
1249
*
NEWTYPE
is the new value for the type field of the directory entry.
1259
struct inode *oip, ino_t newinum, int
newtype
,
1272
ep->d_type =
newtype
;
Completed in 27 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026