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

/freebsd-11-stable/sbin/dump/
H A Dtraverse.c137 (CHANGEDSINCE(dp, spcl.c_ddate) && \
140 #define WANTTODUMP(dp) CHANGEDSINCE(dp, spcl.c_ddate)
478 spcl.c_mode = dp->dp1.di_mode;
479 spcl.c_size = dp->dp1.di_size;
480 spcl.c_extsize = 0;
481 spcl.c_atime = _time32_to_time(dp->dp1.di_atime);
482 spcl.c_atimensec = dp->dp1.di_atimensec;
483 spcl.c_mtime = _time32_to_time(dp->dp1.di_mtime);
484 spcl.c_mtimensec = dp->dp1.di_mtimensec;
485 spcl
[all...]
H A Dmain.c110 spcl.c_date = _time_to_time64(time(NULL));
212 spcl.c_ddate = unctime(optarg);
213 if (spcl.c_ddate < 0) {
333 (void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN);
334 (void)strncpy(spcl.c_filesys, dt->fs_file, NAMELEN);
336 (void)strncpy(spcl.c_dev, disk, NAMELEN);
337 (void)strncpy(spcl.c_filesys, "an unlisted file system",
340 spcl.c_dev[NAMELEN-1]='\0';
341 spcl.c_filesys[NAMELEN-1]='\0';
383 spcl
[all...]
H A Ditime.c139 spcl.c_ddate = 0;
152 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate))
154 spcl.c_ddate = _time_to_time64(ddp->dd_ddate);
182 spcl.c_ddate = 0;
201 dtwalk->dd_ddate = _time64_to_time(spcl.c_date);
211 if (spcl.c_date == 0) {
214 time_t t = _time64_to_time(spcl.c_date);
H A Dtape.c167 lastspclrec = spcl.c_tapea;
169 spcl.c_tapea++;
186 spcl.c_tapea += avail;
279 if (spcl.c_type != TS_END) {
280 for (i = 0; i < spcl.c_count; i++)
281 if (spcl.c_addr[i] != 0)
284 slp->count = lastspclrec + blks + 1 - spcl.c_tapea;
285 slp->tapea = spcl.c_tapea;
435 savedtapea = spcl.c_tapea;
436 spcl
[all...]
/freebsd-11-stable/sbin/restore/
H A Dtape.c237 if (gethead(&spcl) == FAIL) {
254 dumptime = _time64_to_time(spcl.c_ddate);
255 dumpdate = _time64_to_time(spcl.c_date);
270 if (spcl.c_volume != 1) {
274 if (gethead(&spcl) == FAIL) {
278 findinode(&spcl);
279 if (spcl.c_type != TS_CLRI) {
283 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1;
291 if (spcl.c_type != TS_BITS) {
495 (void) gethead(&spcl);
[all...]
/freebsd-11-stable/include/protocols/
H A Ddumprestore.h131 #define spcl u_spcl.s_spcl macro
/freebsd-11-stable/sys/sys/
H A Dkbio.h110 u_char spcl; member in struct:keyent_t
126 u_char spcl; member in struct:okeyent_t
139 /* defines for "special" keys (spcl bit set in keymap) */
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c888 omapp->key[i].spcl = mapp->key[i].spcl;
903 mapp->key[i].spcl = omapp->key[i].spcl;
1023 ((key->spcl & (0x80 >> i)) && \
1043 if (oldkey->spcl != newkey->spcl)
1058 if ((oldkey->spcl & (0x80 >> i)) == (newkey->spcl & (0x80 >> i))
1358 if (key->spcl
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c336 map->key[scancode].spcl = 0;
341 map->key[scancode].spcl |= (0x80 >> i);
550 if (key->spcl & (0x80 >> i))
742 " * code base shift cntrl shift alt shift cntrl shift spcl flgs\n"
748 if (keymap->key[i].spcl & (0x80 >> j))
754 (unsigned)keymap->key[i].spcl,

Completed in 135 milliseconds