Searched refs:secondary (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dread.c51 struct buf *secondary; /* preprocessed copy of input */ member in struct:mparse
454 if (curp->secondary) {
455 curp->secondary->buf = mandoc_realloc(
456 curp->secondary->buf,
457 curp->secondary->sz + pos + 2);
458 memcpy(curp->secondary->buf +
459 curp->secondary->sz,
461 curp->secondary->sz += pos;
462 curp->secondary->buf
463 [curp->secondary
[all...]
/freebsd-11-stable/sbin/hastd/
H A DMakefile14 SRCS+= secondary.c
/freebsd-11-stable/share/examples/hast/
H A Ducarp_down.sh88 # Change role to secondary for our resource.
89 out=`hastctl role secondary "${resource}" 2>&1`
91 logger -p local0.error -t hast "Unable to change to role to secondary for resource ${resource}: ${out}."
94 logger -p local0.debug -t hast "Role for resource ${resource} changed to secondary."
96 logger -p local0.info -t hast "Successfully switched to secondary for resource ${resource}."
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c759 int secondary; member in struct:__anon6418
780 adp[V_ADP_SECONDARY] = adapter_init_value[dcc[code].secondary];
960 * and the other `secondary'. The EGA adapter has a set of DIP
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3633 % \secondary {subtopic}{pagelist}
3825 \def\secondary#1#2{{%
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3531 % \secondary {subtopic}{pagelist}
3723 \def\secondary#1#2{{%
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4864 % \secondary {subtopic}{pagelist}
5060 \def\secondary#1#2{{%

Completed in 164 milliseconds