Home
last modified time | relevance | path

Searched refs:allocflag (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ramdiskadm/
H A Dmain.c215 int allocflag = 0; in main() local
232 allocflag = 1; in main()
271 if (errflag || (allocflag && deleteflag) || (argc - optind) > 0) { in main()
276 if (allocflag || deleteflag) { in main()
316 if (allocflag || deleteflag) in main()
331 if (allocflag) { in main()
/titanic_41/usr/src/lib/libadm/common/
H A Dgetdgrp.c342 int allocflag; /* TRUE if the mbralias string is malloc()ed */ in isindevlist() local
357 allocflag = (*pmbr->name == '/'); in isindevlist()
358 if (allocflag) in isindevlist()
374 if (allocflag) free(mbralias); in isindevlist()
/titanic_41/usr/src/uts/common/vm/
H A Dseg_kmem.c866 int allocflag; in segkmem_xalloc() local
898 allocflag = HAT_NO_KALLOC; in segkmem_xalloc()
901 allocflag = HAT_NO_KALLOC; in segkmem_xalloc()
904 allocflag = 0; in segkmem_xalloc()
914 HAT_LOAD_LOCK | allocflag); in segkmem_xalloc()
/titanic_41/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s491 sfmmu_alloc_ctx(sfmmu_t *sfmmup, int allocflag, struct cpu *cp, int shflag)
689 ! cnum == INVALID, check allocflag
691 brz,pt %o1, 8f ! allocflag == 0, skip ctx allocation, bail
694 ! (invalid HAT cnum) && (allocflag == 1)
740 ! cnum == INVALID, check allocflag
742 brz,pt %o1, 2f ! allocflag == 0, called from resume, set hw
745 ! (invalid HAT cnum) && (allocflag == 1)
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1868 hat_setup(struct hat *sfmmup, int allocflag) in hat_setup() argument
1873 if (allocflag == HAT_INIT) { in hat_setup()
1893 ASSERT(allocflag == HAT_ALLOC); in hat_setup()