Symbol: id_type
crypto/dist/ipsec-tools/src/racoon/admin.h
121
int id_type;
crypto/dist/ipsec-tools/src/racoon/isakmp.h
238
uint8_t id_type; /* ID Type */
crypto/dist/ipsec-tools/src/racoon/racoonctl.c
606
acp->id_type = IDTYPE_USERFQDN;
games/rogue/play.c
185
id_type();
games/rogue/rogue.h
516
void id_type(void);
sbin/fsck_ext2fs/dir.c
162
if (idesc->id_type != DATA)
sbin/fsck_ext2fs/dir.c
163
errexit("wrong type to dirscan %d", idesc->id_type);
sbin/fsck_ext2fs/dir.c
419
idesc.id_type = DATA;
sbin/fsck_ext2fs/dir.c
462
idesc.id_type = ADDR;
sbin/fsck_ext2fs/dir.c
507
idesc.id_type = DATA;
sbin/fsck_ext2fs/dir.c
531
idesc.id_type = DATA;
sbin/fsck_ext2fs/fsck.h
131
char id_type; /* type of descriptor, DATA or ADDR */
sbin/fsck_ext2fs/inode.c
190
if (idesc->id_type == DATA && ndb > 0) {
sbin/fsck_ext2fs/inode.c
210
if (idesc->id_type == ADDR)
sbin/fsck_ext2fs/inode.c
227
if (idesc->id_type == DATA && remsize > 0) {
sbin/fsck_ext2fs/inode.c
265
if (idesc->id_type == ADDR) {
sbin/fsck_ext2fs/inode.c
310
if (idesc->id_type == DATA && isize > 0) {
sbin/fsck_ext2fs/inode.c
747
idesc.id_type = ADDR;
sbin/fsck_ext2fs/pass1.c
137
idesc.id_type = ADDR;
sbin/fsck_ext2fs/pass1b.c
87
idesc.id_type = ADDR;
sbin/fsck_ext2fs/pass2.c
150
curino.id_type = DATA;
sbin/fsck_ext2fs/pass4.c
86
idesc.id_type = ADDR;
sbin/fsck_ext2fs/pass5.c
133
idesc[i].id_type = ADDR;
sbin/fsck_ext2fs/utilities.c
427
idesc.id_type = DATA;
sbin/fsck_ext2fs/utilities.c
472
if (idesc->id_type == DATA)
sbin/fsck_ffs/dir.c
180
if (idesc->id_type != DATA)
sbin/fsck_ffs/dir.c
181
errexit("wrong type to dirscan %d", idesc->id_type);
sbin/fsck_ffs/dir.c
590
idesc.id_type = DATA;
sbin/fsck_ffs/dir.c
647
idesc.id_type = ADDR;
sbin/fsck_ffs/dir.c
698
idesc.id_type = DATA;
sbin/fsck_ffs/dir.c
724
idesc.id_type = DATA;
sbin/fsck_ffs/fsck.h
196
char id_type; /* type of descriptor, DATA or ADDR */
sbin/fsck_ffs/inode.c
106
if (idesc->id_type == DATA && ndb >= 0) {
sbin/fsck_ffs/inode.c
129
if (idesc->id_type != DATA)
sbin/fsck_ffs/inode.c
149
if (idesc->id_type == DATA && remsize > 0) {
sbin/fsck_ffs/inode.c
186
if (idesc->id_type != DATA) {
sbin/fsck_ffs/inode.c
245
if (idesc->id_type == DATA && isize > 0) {
sbin/fsck_ffs/inode.c
593
if (idesc->id_type != SNAP)
sbin/fsck_ffs/inode.c
851
idesc.id_type = SNAP;
sbin/fsck_ffs/inode.c
853
idesc.id_type = ADDR;
sbin/fsck_ffs/inode.c
858
if (idesc.id_type != SNAP)
sbin/fsck_ffs/pass1.c
422
idesc->id_type = SNAP;
sbin/fsck_ffs/pass1.c
424
idesc->id_type = ADDR;
sbin/fsck_ffs/pass1.c
445
idesc->id_type = ADDR;
sbin/fsck_ffs/pass1.c
484
if (idesc->id_type != SNAP)
sbin/fsck_ffs/pass1.c
509
if (idesc->id_type == SNAP) {
sbin/fsck_ffs/pass1b.c
65
idesc.id_type = ADDR;
sbin/fsck_ffs/pass2.c
146
curino.id_type = DATA;
sbin/fsck_ffs/pass3.c
115
idesc.id_type = DATA;
sbin/fsck_ffs/pass4.c
197
if (idesc->id_type != SNAP) {
sbin/fsck_ffs/pass4.c
95
idesc.id_type = SNAP;
sbin/fsck_ffs/pass4.c
97
idesc.id_type = ADDR;
sbin/fsck_ffs/pass5.c
197
idesc[i].id_type = ADDR;
sbin/fsck_ffs/utilities.c
495
idesc.id_type = DATA;
sbin/fsck_ffs/utilities.c
540
if (idesc->id_type == DATA)
sbin/fsck_lfs/dir.c
140
if (idesc->id_type != DATA)
sbin/fsck_lfs/dir.c
141
errexit("wrong type to dirscan %d", idesc->id_type);
sbin/fsck_lfs/dir.c
446
idesc.id_type = DATA;
sbin/fsck_lfs/dir.c
490
idesc.id_type = ADDR;
sbin/fsck_lfs/dir.c
537
idesc.id_type = DATA;
sbin/fsck_lfs/dir.c
563
idesc.id_type = DATA;
sbin/fsck_lfs/fsck.h
104
char id_type; /* type of descriptor, DATA or ADDR */
sbin/fsck_lfs/inode.c
163
if (idesc->id_type == DATA && ndb >= 0) {
sbin/fsck_lfs/inode.c
185
if (idesc->id_type == ADDR) {
sbin/fsck_lfs/inode.c
203
if (idesc->id_type == DATA && remsize > 0) {
sbin/fsck_lfs/inode.c
242
if (idesc->id_type == ADDR) {
sbin/fsck_lfs/inode.c
299
if (idesc->id_type == DATA && isize > 0) {
sbin/fsck_lfs/inode.c
655
idesc.id_type = ADDR;
sbin/fsck_lfs/pass1.c
98
idesc.id_type = ADDR;
sbin/fsck_lfs/pass2.c
132
curino.id_type = DATA;
sbin/fsck_lfs/pass4.c
87
idesc.id_type = ADDR;
sbin/fsck_lfs/pass6.c
245
idesc.id_type = ADDR;
sbin/fsck_lfs/pass6.c
814
idesc.id_type = ADDR;
sbin/fsck_lfs/utilities.c
207
idesc.id_type = DATA;
sbin/fsck_lfs/utilities.c
254
if (idesc->id_type == DATA)
sbin/fsdb/fsdb.c
1021
idesc.id_type = DATA;
sbin/fsdb/fsdb.c
1133
idesc.id_type = DATA;
sbin/fsdb/fsdb.c
1182
idesc.id_type = DATA;
sbin/fsdb/fsdb.c
1235
idesc.id_type = DATA;
sbin/fsdb/fsdb.c
555
idesc.id_type = DATA;
sbin/mount/fattr.c
48
a_num(const char *s, const char *id_type)
sbin/mount/fattr.c
55
errx(1, "unknown %s id: %s", id_type, s);
sbin/newfs_udf/udf_core.c
199
a_udf_version(const char *s, const char *id_type)
sbin/newfs_udf/udf_core.c
204
errx(1, "unknown %s version %s; specify as hex or float", id_type, s);
sbin/newfs_udf/udf_core.c
219
id_type, s);
sbin/newfs_udf/udf_core.h
277
extern int a_udf_version(const char *s, const char *id_type);