Searched defs:inserted (Results 1 - 6 of 6) 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/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/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/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/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...]

Completed in 75 milliseconds