Home
last modified time | relevance | path

Searched refs:spcl (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/dump/
H A Dmain.c111 spcl.c_date = 0; in main()
112 time((time_t *)&spcl.c_date); in main()
200 if (spcl.c_ddate < 0) { in main()
316 spcl.c_dev[NAMELEN-1]='\0'; in main()
318 strcpy(spcl.c_label, "none"); in main()
320 spcl.c_level = level - '0'; in main()
321 spcl.c_type = TS_TAPE; in main()
326 spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date)); in main()
328 spcl.c_ddate == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_ddate)); in main()
487 spcl.c_type = TS_END; in main()
[all …]
H A Dtraverse.c362 spcl.c_dinode = *dp; in dumpino()
363 spcl.c_type = TS_INODE; in dumpino()
364 spcl.c_count = 0; in dumpino()
380 spcl.c_addr[0] = 1; in dumpino()
381 spcl.c_count = 1; in dumpino()
483 spcl.c_type = TS_ADDR; in blksout()
496 spcl.c_type = type; in dumpmap()
511 spcl.c_inumber = ino; in writeheader()
513 spcl.c_checksum = 0; in writeheader()
514 lp = (int32_t *)&spcl; in writeheader()
[all …]
H A Dtape.c164 lastspclrec = spcl.c_tapea; in writerec()
166 spcl.c_tapea++; in writerec()
182 spcl.c_tapea += avail; in dumpblock()
275 if (spcl.c_type != TS_END) { in flushtape()
277 if (spcl.c_addr[i] != 0) in flushtape()
281 slp->tapea = spcl.c_tapea; in flushtape()
424 savedtapea = spcl.c_tapea; in rollforward()
425 spcl.c_tapea = slp->tapea; in rollforward()
608 spcl.c_count = slp->count; in startnewtape()
614 spcl.c_volume++; in startnewtape()
[all …]
H A Ditime.c135 spcl.c_ddate = 0; in getdumptime()
148 if (ddp->dd_ddate <= spcl.c_ddate) in getdumptime()
150 spcl.c_ddate = ddp->dd_ddate; in getdumptime()
177 spcl.c_ddate = 0; in putdumptime()
196 dtwalk->dd_ddate = spcl.c_date; in putdumptime()
207 spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date)); in putdumptime()
/dragonfly/sbin/restore/
H A Dtape.c225 dumptime = spcl.c_ddate; in setup()
226 dumpdate = spcl.c_date; in setup()
239 if (spcl.c_volume != 1) { in setup()
247 findinode(&spcl); in setup()
449 gethead(&spcl); in getvol()
450 findinode(&spcl); in getvol()
513 if (spcl.c_host[0] == '\0') in printdumpinfo()
516 (long)spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); in printdumpinfo()
656 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
687 if (spcl.c_type == TS_END) in getfile()
[all …]
/dragonfly/sys/sys/
H A Dkbio.h111 u_char spcl; member
127 u_char spcl; member
/dragonfly/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c277 map->key[scancode].spcl = 0; in get_key_definition_line()
282 map->key[scancode].spcl |= (0x80 >> i); in get_key_definition_line()
489 if (key->spcl & (0x80 >> i)) in print_key_definition_line()
684 if (keymap->key[i].spcl & (0x80 >> j)) in dump_key_definition()
690 (unsigned)keymap->key[i].spcl, in dump_key_definition()
/dragonfly/include/protocols/
H A Ddumprestore.h87 #define spcl u_spcl.s_spcl macro
/dragonfly/sys/dev/misc/kbd/
H A Dkbd.c1358 if (key->spcl & (0x80 >> i)) { in genkbd_keyaction()