Searched defs:isnew (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dcmd.h63 boolean_t isnew; member in struct:cmd
79 boolean_t isnew,
H A Dmain.c126 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 Dsip_dialog_ui.c564 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 Drt2860.c1462 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 Dif_iwn.c2428 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument
2430 _NOTE(ARGUNUSED(isnew));

Completed in 95 milliseconds