OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isd
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/mopd/common/
file.c
192
u_int32_t load_addr, xfr_addr,
isd
, iha, hbcnt, isize;
local
202
isd
= (header[IHD_W_SIZE+1]*256 +
207
isize = (header[
isd
+ISD_W_PAGCNT+1]*256 +
208
header[
isd
+ISD_W_PAGCNT]) * 512;
209
load_addr = ((header[
isd
+ISD_V_VPN+1]*256 +
210
header[
isd
+ISD_V_VPN]) & ISD_M_VPN)
246
isd
= (header[IHD_W_SIZE+1]*256 +
251
isize = (header[
isd
+ISD_W_PAGCNT+1]*256 +
252
header[
isd
+ISD_W_PAGCNT]) * 512;
253
load_addr = (header[
isd
+ISD_V_VPN+1]*256
[
all
...]
/src/sys/net/
if.c
795
struct if_slowtimo_data *
isd
;
local
797
isd
= kmem_zalloc(sizeof(*
isd
), KM_SLEEP);
798
mutex_init(&
isd
->isd_lock, MUTEX_DEFAULT, IPL_SOFTCLOCK);
799
callout_init(&
isd
->isd_ch, CALLOUT_MPSAFE);
800
callout_setfunc(&
isd
->isd_ch, if_slowtimo_intr, ifp);
801
isd
->isd_ifp = ifp;
803
ifp->if_slowtimo_data =
isd
;
1370
struct if_slowtimo_data *
isd
= ifp->if_slowtimo_data;
local
1372
mutex_enter(&
isd
->isd_lock)
2657
struct if_slowtimo_data *
isd
= ifp->if_slowtimo_data;
local
2676
struct if_slowtimo_data *
isd
=
local
2702
struct if_slowtimo_data *
isd
= ifp->if_slowtimo_data;
local
[
all
...]
/src/sys/ufs/lfs/
lfs_alloc.c
564
struct segdelta *
isd
, *fsd, *tmp;
local
614
RB_TREE_FOREACH_SAFE(
isd
, &ip->i_lfs_segdhd, tmp) {
615
rb_tree_remove_node(&ip->i_lfs_segdhd,
isd
);
617
fsd = rb_tree_insert_node(&fs->lfs_segdhd,
isd
);
618
if (fsd !=
isd
) {
620
fsd->num +=
isd
->num;
621
free(
isd
, M_SEGMENT);
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026