Searched defs:sel (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c261 int sel; local
295 sel = 0;
297 sel = supported_devices[i].sel_selector(node, rp);
298 if (sel == 1) {
306 if (sel != 1) {
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1220 lldp_nvlist2app(nvlist_t *nvl, uint16_t id, uint8_t sel, lldp_appln_t *ainfop) argument
1233 if (app->la_id == id && app->la_sel == sel) {
2090 dcbx_appln_sel2str(int sel) argument
2092 switch (sel) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h346 } sel; member in struct:_HfsCatalog
601 } sel; member in struct:_HfsPCatalog
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c2433 struct optioninfo *sel; local
2454 sel = NULL;
2462 sel = NULL;
2465 if (sel != NULL)
2467 sel = o;
2469 if (sel != NULL && o->o_name == NULL)
2470 o = sel;
2476 else if (sel != NULL)
2479 val, sel->o_name, o->o_name);

Completed in 31 milliseconds