Searched refs:root_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c48 static krb5_kdc_replay_ent root_ptr = {0}; variable
86 if (root_ptr.next) {
87 for (last = &root_ptr, eptr = root_ptr.next;
153 eptr->next = root_ptr.next;
154 root_ptr.next = eptr;
164 if (root_ptr.next) {
165 for (last = &root_ptr, eptr = root_ptr.next;
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c364 uchar_t *root_ptr; local
395 root_ptr = &secp[secoff];
398 if (hdp->ext_lbn != HDE_EXT_LBN(root_ptr)) {
416 if (IDE_SUA_LEN(root_ptr) <= 0)
419 if (strncmp(SUSP_SP, (char *)IDE_sys_use_area(root_ptr),
426 sig_args.SUF_ptr = IDE_sys_use_area(root_ptr);
445 if (hs_parsedir(fsp, root_ptr, hdp, (char *)NULL, (int *)NULL,
447 (void) hs_parsedir(fsp, root_ptr, hdp, (char *)NULL,

Completed in 123 milliseconds