Searched refs:nt (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c326 ieee80211_node_table_t *nt; local
339 nt = &ic->ic_sta;
340 IEEE80211_NODE_LOCK(nt);
341 nt->nt_name = "neighbor";
342 nt->nt_inact_init = im->im_inact_run;
343 IEEE80211_NODE_UNLOCK(nt);
551 ieee80211_node_table_t *nt = &ic->ic_scan; local
565 in = list_head(&nt->nt_node);
598 IEEE80211_NODE_LOCK(nt);
608 in = list_next(&nt
698 ieee80211_node_table_t *nt; local
839 ieee80211_setup_node(ieee80211com_t *ic, ieee80211_node_table_t *nt, ieee80211_node_t *in, const uint8_t *macaddr) argument
877 ieee80211_alloc_node(ieee80211com_t *ic, ieee80211_node_table_t *nt, const uint8_t *macaddr) argument
927 ieee80211_dup_bss(ieee80211_node_table_t *nt, const uint8_t *macaddr) argument
953 ieee80211_find_node_locked(ieee80211_node_table_t *nt, const uint8_t *macaddr) argument
976 ieee80211_find_node(ieee80211_node_table_t *nt, const uint8_t *macaddr) argument
990 ieee80211_find_node_with_ssid(ieee80211_node_table_t *nt, const uint8_t *macaddr, uint32_t ssidlen, const uint8_t *ssid) argument
1022 ieee80211_fakeup_adhoc_node(ieee80211_node_table_t *nt, const uint8_t *macaddr) argument
1075 ieee80211_node_table_t *nt = &ic->ic_scan; local
1226 ieee80211_node_table_t *nt; local
1262 ieee80211_node_table_t *nt = &ic->ic_sta; local
1310 ieee80211_node_table_t *nt = in->in_table; local
1329 ieee80211_node_table_t *nt = in->in_table; local
1345 ieee80211_node_reclaim(ieee80211_node_table_t *nt, ieee80211_node_t *in) argument
1377 ieee80211_free_allnodes_locked(ieee80211_node_table_t *nt) argument
1397 ieee80211_free_allnodes(ieee80211_node_table_t *nt) argument
1410 ieee80211_timeout_scan_candidates(ieee80211_node_table_t *nt) argument
1433 ieee80211_timeout_stations(ieee80211_node_table_t *nt) argument
1524 ieee80211_iterate_nodes(ieee80211_node_table_t *nt, ieee80211_iter_func *f, void *arg) argument
1553 ieee80211_node_table_t *nt = in->in_table; local
1578 ieee80211_node_table_init(ieee80211com_t *ic, ieee80211_node_table_t *nt, const char *name, int inact, int keyixmax, void (*timeout)(ieee80211_node_table_t *)) argument
1611 ieee80211_node_table_reset(ieee80211_node_table_t *nt) argument
1627 ieee80211_node_table_cleanup(ieee80211_node_table_t *nt) argument
[all...]
H A Dnet80211.c341 ieee80211_node_table_t *nt; local
354 nt = &ic->ic_scan;
355 if (nt->nt_inact_timer != 0) {
356 if (--nt->nt_inact_timer == 0)
357 nt->nt_timeout(nt);
358 inact_timer += nt->nt_inact_timer;
360 nt = &ic->ic_sta;
361 if (nt->nt_inact_timer != 0) {
362 if (--nt
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c48 const char *nt; local
53 nt = nettype;
55 if (strcmp(nt, "udp") && strcmp(nt, "tcp") &&
56 strcmp(nt, "udp6") && strcmp(nt, "tcp6"))
57 return (clnt_create(hostname, prog, vers, nt));
59 if ((nconf = getnetconfigent((void *) nt)) == NULL)
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtrigger.c55 Trigger *nt; local
134 nt = (Trigger*)sqliteMalloc(sizeof(Trigger));
135 if( nt==0 ) goto trigger_cleanup;
136 nt->name = zName;
138 nt->table = sqliteStrDup(pTableName->a[0].zName);
140 nt->iDb = iDb;
141 nt->iTabDb = tab->iDb;
142 nt->op = op;
143 nt->tr_tm = tr_tm;
144 nt
167 Trigger *nt = 0; /* The trigger whose construction is finishing up */ local
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c322 int nt, tx, x, stcost, iscont; local
332 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0;
333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx;
336 stcost = nt * _COST(Tab);
367 for (; nt > 0; --nt)
396 int tx, nt, x, stcost; local
404 nt = 0;
411 nt
[all...]
/illumos-gate/usr/src/cmd/localedef/data/
H A Dconvert_map.pl163 my $nt = int((64 - length($name) + 7) / 8);
164 while ($nt) {
166 $nt--;
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c150 class(int nt, char *tv[]) argument
152 if (hastype(nt, tv, 'J'))
154 if (hastype(nt, tv, 'B'))
156 if (hastype(nt, tv, 'R'))
158 if (hastype(nt, tv, 'G'))
160 if (hastype(nt, tv, 'I'))
162 if (hastype(nt, tv, 'M'))
168 hastype(int nt, char *tv[], char c) argument
171 for (i = 0; i < nt; i++)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h212 #define SBD_DEVICE_TRANSITION(sb, nt, un, st) \
215 _ostate = (int)((sb)->sb_dev[NIX(nt)][un].u_common.sbdev_state); \
219 sbd_ct_str[nt], (un), \
223 (void *)&(sb)->sb_dev[NIX(nt)][un].u_common.sbdev_time); \
224 (sb)->sb_dev[NIX(nt)][un].u_common.sbdev_state = (st); \
225 (sb)->sb_dev[NIX(nt)][un].u_common.sbdev_ostate = ostate_cvt(st); \
239 #define SBD_DEVICE_TRANSITION(sb, nt, un, st) \
241 (sb)->sb_dev[NIX(nt)][un].u_common.sbdev_state = (st); \
242 (sb)->sb_dev[NIX(nt)][un].u_common.sbdev_ostate = ostate_cvt(st); \
244 (void *)&(sb)->sb_dev[NIX(nt)][u
[all...]
/illumos-gate/usr/src/cmd/gss/gsscred_clean/
H A Dgsscred_clean.ksh43 if [ -s $FILE_TO_CLEAN ] && [ $FILE_TO_CLEAN -nt $CLEAN_TIME ]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_scn.h42 uint32_t nt; member in struct:scn_raw
56 uint32_t nt; member in struct:scn_text
H A Dsched.c86 uint32_t nt; local
102 nt = k->time + DT; /* next key time */
104 nt = INFINITY - 1; /* the last second */
106 while (k->time < nt) {
111 while (n->time >= nt) {
121 fk->time = nt;
129 fn->time = nt;
H A Dscn.c752 int nt = (int)attr->value.ui; local
754 return (nt);
810 raw->nt = 0;
838 uint32_t nt; local
848 nt = attr->value.ui;
863 raw->nt = nt;
914 raw->nt = 0;
947 uint32_t nt; local
961 nt
1105 uint32_t nt; local
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dsccscheck.sh72 if [ "$sfile" -nt "$file" ]; then
H A Dbringovercheck.sh42 [ "$1" -nt "$2" ] && return 0
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c75 int delta, nt; local
79 nt = ntext[f];
82 if (delta < nt)
84 if (delta > nt)
86 if (nt >= RANGE)
90 t = text[f][nt];
92 t = text[f][nt] = (char *)malloc(LEN+1);
/illumos-gate/usr/src/common/mpi/
H A Dmpprime.h72 mp_err mpp_pprime(mp_int *a, int nt);
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c100 uint_t nt = nodetype(node); local
107 ASSERT(nt == MC_NT_MC || nt == MC_NT_DIMM);
110 switch (nt) {
123 switch (nt) {
157 uint_t nt = nodetype(node); local
164 ASSERT(nt == MC_NT_MC || nt == MC_NT_CS);
167 switch (nt) {
180 switch (nt) {
277 int nt = mch->mch_type; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsleepq.c196 kthread_t *nt; local
212 while ((nt = *ptl) != t)
213 ptl = &nt->t_priback->t_link;
H A Dwaitq.c156 kthread_t *nt; local
173 while ((nt = *ptl) != t)
174 ptl = &nt->t_priback->t_link;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c189 dissect_time(char *tbuf, net_time_t *nt) argument
197 if (tbuf == NULL || nt == NULL)
207 nt->net_time_mon = strtol(dd, &endp, 10);
213 nt->net_time_day = strtol(dd, &endp, 10);
219 nt->net_time_yr = strtol(dd, &endp, 10);
221 nt->net_time_yr += 2000;
230 nt->net_time_hr = strtol(h, &endp, 10);
236 nt->net_time_min = strtol(h, &endp, 10);
242 nt->net_time_sec = strtol(h, &endp, 10);
800 addto_time_list(net_table_t *net_table, net_time_entry_t *nt, argument
865 net_time_entry_t *nt; local
[all...]
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c75 long nt; local
88 (void) time(&nt);
89 newtime.tm_year = localtime(&nt)->tm_year;
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c514 char *nt = NULL; local
572 nt = di_minor_nodetype(minor);
573 if ((nt != NULL) &&
574 ((strcmp(nt, DDI_NT_CD) == 0) ||
575 (strcmp(nt, DDI_NT_CD_CHAN) == 0) ||
576 (strcmp(nt, DDI_NT_BLOCK_CHAN) == 0))) {
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2518 dr_get_dev_unit(dr_board_t *bp, sbd_comp_type_t nt, int unit_num) argument
2522 dp = DR_GET_BOARD_DEVUNIT(bp, nt, unit_num);
2525 ASSERT(dp->du_common.sbdev_type == nt);
2564 dr_get_common_unit(dr_board_t *bp, sbd_comp_type_t nt, int unum) argument
2568 dp = dr_get_dev_unit(bp, nt, unum);
2668 dr_nt_to_dev_type(int nt) argument
2673 if (dr_devattr[i].s_nodetype == nt)
2842 int nt; local
2848 nt = dr_dev_type_to_nt((char *)name);
2849 if (nt
3046 sbd_comp_type_t nt; local
[all...]
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmlocale.c335 int nt; local
343 nt = 2 * GetLocaleInfo(lcid, LOCALE_STIME, 0, 0) + 7; /* HH:MM:SS */
346 n = nt + ns + nl;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c2485 dr_get_dev_unit(dr_board_t *bp, sbd_comp_type_t nt, int unit_num) argument
2489 dp = DR_GET_BOARD_DEVUNIT(bp, nt, unit_num);
2492 ASSERT(dp->du_common.sbdev_type == nt);
2531 dr_get_common_unit(dr_board_t *bp, sbd_comp_type_t nt, int unum) argument
2535 dp = dr_get_dev_unit(bp, nt, unum);
2639 dr_nt_to_dev_type(int nt) argument
2644 if (dr_devattr[i].s_nodetype == nt)
2812 int nt; local
2818 nt = dr_dev_type_to_nt((char *)name);
2819 if (nt
3003 sbd_comp_type_t nt; local
[all...]

Completed in 162 milliseconds

12