Searched defs:isnew (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | cmd.h | 63 boolean_t isnew; member in struct:cmd 79 boolean_t isnew,
|
H A D | main.c | 126 boolean_t isnew, void *calldata_p); 390 percmd(expr_t *expr_p, cmd_kind_t kind, fcn_t *fcn_p, boolean_t isnew, argument 410 (isnew) ? "new" : "old", cmdstr[kind]);
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_dialog_ui.c | 564 boolean_t isnew; local 570 isnew = _dialog->sip_dlg_state == SIP_DLG_NEW; 572 return (isnew);
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 1462 rt2860_newassoc(struct ieee80211com *ic, struct ieee80211_node *in, int isnew) argument 1469 if (isnew && in->in_associd != 0) { 1488 "new assoc isnew=%d WCID=%d, initial rate=%d\n", 1489 isnew, wcid,
|
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwn.c | 2428 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument 2430 _NOTE(ARGUNUSED(isnew));
|
Completed in 95 milliseconds