Searched refs:inserted (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c42 int inserted, ret; local
46 inserted = 0;
108 inserted = 1;
129 if (inserted)
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c368 uint32_t inserted; local
378 sda_getprop(slot, SDA_PROP_INSERTED, &inserted);
379 slot->s_inserted = (inserted != 0);
815 * was inserted!)
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c935 * timer_info_t objects are inserted into this table whenever
1142 boolean_t inserted = B_FALSE; local
1350 inserted = B_TRUE;
1375 if (inserted) {
2592 boolean_t inserted = B_FALSE; local
2696 inserted = B_TRUE;
2724 if (inserted) {
3708 boolean_t inserted = B_FALSE; local
3731 inserted = B_TRUE;
3747 if (inserted) {
4574 boolean_t inserted = B_FALSE; local
4724 boolean_t inserted = B_FALSE; local
5051 boolean_t inserted = B_FALSE; local
5454 boolean_t inserted = B_FALSE; local
5601 boolean_t inserted = B_FALSE; local
5852 boolean_t inserted = B_FALSE; local
7479 boolean_t inserted = B_FALSE; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c1370 boolean_t inserted = B_FALSE; local
1415 inserted = B_TRUE;
1419 return (inserted);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c940 * - If len is NULL, a NULL is inserted following the final
2430 * inserted before the default text (first PT_LOAD) segment.
2432 * - Empty (reservation) segments. These segment will have been inserted at
2504 int inserted = 0; local
2547 inserted = 1;
2552 * If the segment being inspected has not been inserted
2555 if ((inserted == 0) && (aplist_append(&load_segs,
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c2457 boolean_t inserted = B_FALSE; local
2461 while (i < MAX_DEVS && inserted == B_FALSE) {
2466 inserted = B_TRUE;
2722 "Power Supply %d inserted\n", i);
3257 boolean_t inserted = B_FALSE; local
3261 while (i < MAX_DEVS && inserted == B_FALSE) {
3265 inserted = B_TRUE;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex216 % \vadjust-items are inserted at the left edge of the type. So
666 % \topskip (p.114 of the TeXbook), the glue inserted is
668 % therefore, no glue is inserted, and the space between the headline and
757 % normal leading is inserted relative to the preceding line.
1098 % @comma{} is so commas can be inserted into text without messing up
2349 % \parskip glue; then the negative vskip we just inserted would
2949 % Remove the trailing space \setxxx inserted.
3458 % will have extra space inserted, because the \medbreak in the
3459 % start of the @defun won't see the skip inserted by the @end of
3502 % signals); since we just inserted
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c972 * Arriving fragments will be inserted in tsn order on the
1103 goto inserted;
1139 goto inserted;
1142 * starting from the chunk we just inserted.
1154 inserted:
1484 ("data_chunk: inserted %x in pq (ssn %d expected %d)\n",

Completed in 169 milliseconds